I had the same issue today. Using the magic of FireBug you can see that when
the date is rendered normally (ie. not via AJAX) it includes a portion of
javascript as per below that sets your defaults from the selectDate:
| var CAL_DAYS_SHORT = 'Su,Mo,Tu,We,Th,Fr,Sa';
| var CAL_DAYS_MEDIUM =
Posted on jira:
http://jira.jboss.com/jira/browse/JBSEAM-1156
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035705#4035705
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035705
_
Same problem here...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035703#4035703
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035703
___
jboss-user mailing list
jboss-user
when i changed the dateformat in calendar.js
var CAL_DATE_FORMAT = "dd/mm/"; then the date format seems to be working
fine.
But no java scripting events like onchange and onblur are generated on the
inputtext component after selecting the date.
View the original post :
http://www.jboss.co