You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Anjali Abraham <an...@aztec.soft.net> on 2005/09/26 16:20:54 UTC

How ro apply Localization

In my .html file, I have the code like this:
<tr>
<th class="text" width="40%"><label jwcid="@FieldLabel"
field="component:firstName">message:signup.firstname</label></th>
      <td width="60%"><input type="text" jwcid="firstName" size="30"/></td>
 </tr>
 
I am trying to apply localization as shown above. But nothing matters in
this case...
How do I need to apply localization in this case.....
Please help...
Thanks in advance,
 
Regards,
Anjali
 

Re: How ro apply Localization

Posted by Andreas Andreou <an...@di.uoa.gr>.
Use
<span jwcid="@Insert" value="message:signup.firstname"/>

Anjali Abraham wrote:

>In my .html file, I have the code like this:
><tr>
><th class="text" width="40%"><label jwcid="@FieldLabel"
>field="component:firstName">message:signup.firstname</label></th>
>      <td width="60%"><input type="text" jwcid="firstName" size="30"/></td>
> </tr>
> 
>I am trying to apply localization as shown above. But nothing matters in
>this case...
>How do I need to apply localization in this case.....
>Please help...
>Thanks in advance,
> 
>Regards,
>Anjali
> 
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org