[jboss-user] [JBoss Seam] - Re: s:selectDate ajaxRender

2007-05-28 Thread damianharvey
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 =

[jboss-user] [JBoss Seam] - Re: s:selectDate ajaxRender

2007-04-09 Thread beligum
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 _

[jboss-user] [JBoss Seam] - Re: s:selectDate ajaxRender

2007-04-09 Thread beligum
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

[jboss-user] [JBoss Seam] - Re: s:selectDate ajaxRender

2007-03-22 Thread venkateshbr
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