Hi !

Here is my problem : i have a little form

<label for="login">Login : </label> <t:textfield t:id="login"
t:value="user.login" />
<label for="login">Login : </label> <t:textfield t:id="login2"
t:value="user.login" />

<label for="password">Password : </label> <t:passwordfield id="password"
t:id="password" t:value="password" />

and i'd like to know if it's possible to get the value of t:value parameter
in a custom validator. Here, i'd like to get user.login.

Thanks !
-- 
View this message in context: 
http://n2.nabble.com/T5%3A-get-value-of-textfield-tp678312p678312.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


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

Reply via email to