Hi, I have a multipage transaction. On the first page, inside the Action class , I bind a DAO list to request. This is listed on the second page. When I submit the formed page, if the next ActionForm.validate fails, it automatically returns to the previos page. (As defined in the sturts_config.xml form_bean/input directive.) Since my DAO list does not exist in the newly formed request I see nothing.
Is there a way to reexecute my previous ActionMapping when a fom validation fails. (for a multipage app.) Or can anyone reccomend a way to handle multipage apps. (Storing DAO in the session seem inefficient, since there may be lots of such cases.) Regards, Leyla --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

