ActionForm Question in wizard process with browser back button press case.

2002-05-10 Thread Park, Dongwon-Contractor
Hello, I could catch out-of-sync process in my wizard process but my Form bean could have unwanted changes. Let me explain in more detail. User is now step 3 screen and click back button in browser and goes back to step 1 screen. In step 1 screen, user modify his previous input and click

ActionForm Question in wizard process with browser back button press case.

2002-05-10 Thread Park, Dongwon-Contractor
Hello, I could catch out-of-sync process in my wizard process but my Form bean could have unwanted changes. Let me explain in more detail. User is now step 3 screen and click back button in browser and goes back to step 1 screen. In step 1 screen, user modify his previous input and

RE: [Q] Using html:image tag for submit button

2002-04-01 Thread Park, Dongwon
/images/submit_button.gif]in the ApplicationResources.properties: html:form action=/someAction.do method=POST User Name: html:text property=username size=15 / p html:image srcKey=my.submit.button / /html:form Regards, John - Original Message - From: Park, Dongwon [EMAIL PROTECTED

RE: [Q] Using html:image tag for submit button

2002-03-29 Thread Park, Dongwon
: Park, Dongwon [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 5:06 PM To: Struts Users Mailing List Subject: [Q] Using html:image tag for submit button All, I am trying to use html:image for submit button but it is not working for me. Anybody has some simple example or know better way

Holding form values from the begining page to the final page in wizard approach

2002-02-28 Thread Park, Dongwon
Hello, I have 1 form class, 1 action class and 5 JSP to support 5 steps in my wizard. Form class has all member I have from step 1 to step 5. The scope is request and it could navigate from step 1 to step 5 with validation but could not hold all values to the final step in wizard. So, the

RE: Holding form values from the begining page to the final page in wizard approach

2002-02-28 Thread Park, Dongwon
It is funny I answer this one after I questioned. Anyway, in my case, it works fine after changing the scope to session. We don't need to use any hidden value or javascripts here. -Original Message- From: Park, Dongwon [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 1:41 PM