Try this:

<ww:textfield label="text('email.label')" name="'user.email'"/>


> -----Original Message-----
> From: Adrian Fernandez [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 16, 2004 9:23 AM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] i18n in taglibs
> 
> 
> If I want to make 'Email' of this form i18n-able
> 
> <%@ taglib prefix="ww" uri="webwork" %>
> 
> <ww:form name="'createUserForm'" action="'createUser.action'" 
> method="'POST'"> <ww:textfield label="'Email'" 
> name="'user.email'"/> <ww:submit value="'create'" /> </ww:form>
> 
> Do I have to:
> 
> - Use the <ww:i18n> tag?
> - Add getText('email.label') on the textfield label?
> - Modify controlheader.vm to use 
> $stack.findValue(getText('email.label'))?
> 
> There are no problems in validation messages i18n
> Does WW2 support i18n for tags?
> What would be the exact modification?
> 
> 
> 
> 
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration 
> See the breadth of Eclipse activity. February 3-5 in Anaheim, 
> CA. http://www.eclipsecon.org/osdn 
> _______________________________________________
> Opensymphony-webwork mailing list 
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to