2008/3/6, Juanjo Cuadrado <[EMAIL PROTECTED]>:
>
> Thanks Antonio, but I need to prepopulate a ActionForm from another Action
> and forward it to jsp...



I think that the best way to manage it is to put a simple bean (no
ActionForm) that contains the values that you want to put in request scope,
and use EL to put them in form elements.

For example:

<html:text name="name" value="${person.name}" />

Antonio

Reply via email to