[ 
http://issues.apache.org/jira/browse/MYFACES-370?page=comments#action_12329827 
] 

Tomas Havelka commented on MYFACES-370:
---------------------------------------

Sorry of disturbing u again, but in last lately night build is perhaps missing 
some class StringEscapeUtils.

And last suggestion. When popup calendar renders text like "Today is <date>", 
when date comes from localized month names array 'jscalendarMonthName', so 
javascript goes render something like ... + 
jscalendarMonthName[jscalendarMonthNow].substring(0,3) + ... as the month name, 
but it works just in non diacritic languages such as english, but when some 
other non-english character apperas in month name it goes wrong output because 
of character replacing by its appropriate entity (for example &#225; for 
character รก from czech language) and js substring function.

With regards 
Tom

> inputCalendar - popup - styles and other properties - problem
> -------------------------------------------------------------
>
>          Key: MYFACES-370
>          URL: http://issues.apache.org/jira/browse/MYFACES-370
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Reporter: Balaji Kalyansundaram
>     Assignee: Martin Marinschek
>      Fix For: Nightly Build

>
> Hi
> In popup inputCalendar, I was able to change the popupDateFormat but other 
> properties like "...class", "popupTodayString", ... does not get set by the 
> passed values. I can only see the default styles and text in the pop-up. But 
> these properties can be changed in the in-line(normal) calendar.
> I browsed through the mailing list for users and developers, but could not 
> find anyone reporting this.
> Has anyone faced this problem???
> I want to confirm if there is a solution for this, before submitting it as a 
> BUG. 
> Thanks
> Balaji

-- 
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

Reply via email to