Hi,
 
I have problem with the html:cancel tag in STRUTS 1.02
 
 
I have an Action class that create an instance of a ActionForm, populate
it with data and put it in the session (session.setAttribute). Then my
action class redirect the request to a JSP page that display the data
from the session’s actionForm. The problem
occur when someone modify one of the fields in the JSP and then click
the cancel button. The data in the session has been modified event if
that’s a cancel button.
 
Is it normal?
 
 
 
Can someone help me with that?
 
 
Thank you!
 
 
Nicolas


Reply via email to