Hi All,

     I am developing a small we application and using Webwork as the framework for the app.  I have 3 input forms in three consecutive pages.  Each form needs to be populated with existing data if the data exist.  I started out calling the first action which takes me to the first form, there the form's action is calling itself until all the data are valid, it save the information and go the success which takes me to the second form.  This is where I have a problem.  When the success page is called, there is no action for that therefore some of my drop downs are blank.  I tried some action chaining but because data exists for the pages it went all the way to the end.  I wanted to stop at each to allow the user the change the data.  My question is: What's the best way to appoach this?  Have the current action provides enough information for the *.input and *.success scenario?  What is the best approach to go to each page even though the page may have complete data already?

 

Thanks

DP



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Reply via email to