Nathan:
If i understand your question right, what you can do is create a bean say
myFormBean in your action class, initialise it which ever way you want
and then add a statement like this:
request.setAttribute("myFormName", myFormBean);
where myFormName is the name of your form bean (in struts-config.xml).
Then if you forward (redirect wont work) to your jsp which has the form,
the form will be prepopulated with the values you set in the action
class..
In a rush now so let me know if this isn't clear enough or I
misunderstood you and I'll get back to you later tonight..:)
Geeta
Nathan Maves wrote:
> Example of preloading a form from and Action?
>
> nathan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]