[ 
http://issues.apache.org/jira/browse/TAPESTRY-228?page=comments#action_12375618 
] 

Curtis Paris commented on TAPESTRY-228:
---------------------------------------

For a quick fix, you can just drop in a file into your classes directory under 
WEB-INF, or if you do normal builds, just make sure it's put your own  JAR file 
under:

WEB-INF/classes/
    org/apache/tapestry/form/DatePicker_LANGUAGE.properties

This way you can continue to use the original Tapestry builds without having to 
patch anything other than including a property file in your own build of your 
application.



> DatePicker 'Clear' button is not localized
> ------------------------------------------
>
>          Key: TAPESTRY-228
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-228
>      Project: Tapestry
>         Type: Bug

>   Components: Framework
>     Versions: 3.0.1, 3.0
>     Reporter: Briac Pilpré
>     Assignee: Howard M. Lewis Ship
>     Priority: Minor
>      Fix For: 4.0

>
> The 'Clear' button that appears at the lower right of the DatePicker 
> component is not 
> localized. The text for the button is hardcoded in the DatePicker.js and thus 
> cant be 
> easily localizable.
> One relatively painless but not perfect solution (that is, besides adding 
> lots of 
> DatePicker.properties files) would be to use a <input type="reset" /> button 
> that would 
> be localized according to the browser (but not the user's preferences).
> Thanks,
> -briac

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to