Gustavo Santos wrote:I'm having a problem attempting to get an attribute that has been set in a JSP, I'm using Struts as a framework and the Action class is where I wanna get the attribute that's been set.
What is the relationship of this JSP and the Action class? If the JSP is the view of the action, it's rendered AFTER the action method has returned!
Why would you like to set those values in the JSP?