Responses below...

Marcus Biel <[EMAIL PROTECTED]> wrote:
> How to fill an Actionform after using an ActionClass ?
>
> Normally a user fills out a form on a jsp, then the Actionform
> gets called and filled by the data the user entered. Then the
> ActionClass gets started and uses the data from the ActionForm.
>
> But I've got an Action that creates data, and it needs to get
> saved in the ActionForm.
>
> How can this be done ???

I may be misunderstanding your question but it seems to me that you basically
answered it. That is, you accomplish what you want exactly as you just worded
it.  Instead of linking directly to the jsp page, so that the form is blank
there, instead link to an Action. In the action populate the Form as needed
and then forward to the jsp page.

-josh


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to