> Into prepare method, I put in request scope a class bean. 
> If in my jsp (into form) I can recover the property's value 
> with a s:textfield, but how to recover this value without
> s:textfield?
> 
> <s:property value="WHAT_I_HAVE_TO_PUT_HERE"/>

As Nils said the "Struts 2 way" would be to expose the bean as an action 
property rather than putting it into the request scope.

If you *really* want to retrieve something from the request scope, though, why 
not just use plain old JSP EL? (You can actually access S2 action properties 
via JSP EL as well, thanks to S2's request wrapper.)

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to