I got an Action that is creating an ArrayList, when this is done,
I want to show this ArrayList in a jsp file.

In the struts-config.xml,
is input required in the action mappings ?

<action-mappings>
<action path="/doAction"
type="ActionClass"
name="ActionForm"
scope="request"
                     <-------- no input
forward name="actionDone" path="index.jsp" redirect="true"/>
</action>


thanks in advance,

marcus

--
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