I have set an scope="session" for one of my action tags

<action path="/delivery"
type="com.webcontrol.monthlyprocess.DeliveryAction"
name="deliveryForm"
scope="session"
validate="true"
input="/Delivery.jsp">
<forward name="success" path="/Delivery.jsp"/>
</action>

...when I click a button and some action gets fire, all the pre-set values from the Form are lost, how can I keep them in the result page which is the same Delivery.jsp page?

thanks
gus


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