Hi,

I would like to use in my application properties associated with a forward.
The struts-config DTD allows to set properties in a forward, e.g.

<forward name="success"
path="/wizard.jsp"
redirect="false">
<set-property property="test"
value="my-test"/>
</forward>

But how can I access the properties ? I didn't find any access methods in the API.
Can somebody please help ?

Thanks,
Malte



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to