Hello,
I'm working through the official struts 2 tutorial
(http://struts.apache.org/2.x/docs/validating-input.html ...)

and I don't understand this stuff :
in struts.xml
<action name="Login_*" method="{1}" class="tutorial.Login">
the tutorial says :
The "method={1}" attribute is replaced with "method=input". 
Why ? Can someone explain me why it is replaced by this particular method,
and give me another simple example if possible.
thanks
Walid
-- 
View this message in context: 
http://www.nabble.com/struts-2-newbie-question-tf2734508.html#a7628558
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to