Hi everyone,

I believed some one has experienced with this problem, i just can not find it inside 
Struts Archice mailing.

I had one unique problem, no idea if some Struts experts can help me out or not : ). 
But, will really appreciate it.

Straight to the point, i have difficulty of how to implement "Waiting Status Page" in 
between Struts Forms.

Currently, I am trying to build an entry form (ProcessForm.jsp which maps to 
ProcessForm class and with ProcessAction as its Action), which once the user clicks 
Submit, it will go to ProcessAction Action class, which will read all the information 
keyed in by the user, and save to the session, then ProcessAction will forward to next 
page (waiting.jsp).
The flow just look like below : 
ProcessForm --> Waiting.jsp --> Process.jsp

I would like to display the waiting.jsp to the user, so the user can see a kinds of 
waiting status ("PLEASE WAIT WE ARE PROCESSING YOUR REQUEST...") meanwhile behind the 
screen, Waiting.jsp has called Process Action to do the process (contacting to our 
server, retrieving data, verifying, etc).

So, is there any one knows how to create this waiting.jsp in between those 2 action 
forms ?


Thank you very very much for any one who can help,

Anen Ng


 

Reply via email to