i don't use struts 2.0 (i use struts 1.2)
so with this version, u can get a text value or a password through the
actionform
u define a class which extends from actionform
and u add the property u want (u generate for this properties a getter and
setter method)
and u get them whith a cast of the form , in the action

<form-class> <object> = (<form-class> ) form;




2009/3/13 PEGASUS84 <pegasu...@hotmail.it>

>
> thanks but the data object isn't an input tag as <s:text> or <s:password>
> but a tag <s:url>;
> Can I get url in an action?
> --
> View this message in context:
> http://www.nabble.com/send-data-tp22498337p22498771.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


-- 
Elyes.

Reply via email to