<set-property> is used when using a class that extends ActionForward
(using className="") to set it's properties, without having to extend
ActionServlet or change struts DTD.

If you want to pass some datas to another action, you can
- use servlet context to put a javaBean
- add (or overwrite) a request parameters by creating a new
ActionForward with path "newAction.do?newParam=value"

Nico.


>   Hello,
>
>   I can use set-property on a action forward like this :
>
>     <action type="FooAction" path="/fooAction">
>       <forward name="success" path="/newAction.do">
>         <set-property value="barbar" property="bar" />
>       </forward>
>     </action>
>
>   This redirect me to another action.
>   How can I get the value of set-property on the
> newAction ?
>   I did not find this on the docs, if you can point
> where I can found it is ok.
>
>   Andre S.
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your
desktop!
> http://platinum.yahoo.com
>
> --------------------------------------------------------------------
-
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to