> In the StrutsAction I use to preload the form?

yep

If you specify name attribute for your action mapping struts will create
form bean upon request to your action. So whatever action causes your
bean to be instantiated would need scope attribute to be set to session.

<action path="/yourAction" type="your.action.class" 
        name="yourFormName" scope="session">

Alex.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to