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

2007-03-15 Thread cavani
wow... of course... everything make sense again... Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4028449#4028449 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4028449 ___

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

2007-03-14 Thread cavani
Works fine thanks! Plus one little annoying thing using dateFormat dd/MM/, this two format should be right (right?): 09/12/2005 9/12/2005 but, just the second is understood. this don't occurs with months 9/5/2005 and 9/05/2005 are equally interpreted Should I JIRA this?

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

2007-03-14 Thread [EMAIL PROTECTED]
It works for me. Make sure you specify both the dateFormat on the selectDate, and the convertDateTime pattern. Here's an example: | h:inputText id=checkinDate value=#{booking.checkinDate} required=true | s:convertDateTime pattern=dd/MM// | /h:inputText | s:selectDate

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

2007-03-14 Thread cavani
I am using exactly this code (inside a h:panelGroup). I try with converter and get the same behavior I describe before... but only with 09 and 08 all others work (01-07). the day is highlighted when 9 and not with 09 (same for 8 and 08). Crazy :P View the original post :

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

2007-03-14 Thread cavani
exactly same estrange behavior for months View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027922#4027922 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027922 ___ jboss-user

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

2007-03-14 Thread cavani
this error occurs on booking example too... I tested cvs version on 4.0.5.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4028210#4028210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4028210

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

2007-03-13 Thread jalupa
I added a feature request + patch (for year range) some time ago: http://jira.jboss.org/jira/browse/JBSEAM-928 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027484#4027484 Reply to the post :

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

2007-03-13 Thread [EMAIL PROTECTED]
This has been implemented in CVS now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027528#4027528 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027528 ___ jboss-user mailing

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

2007-03-13 Thread venkateshbr
hi there, I have specified the dateFormat for s:selectDate as dd/MM/ but when the s:selectDate is rendered on an ajax request it defaults to MM/dd/ format. help would be appreciated. regards Venkatesh View the original post :

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

2007-03-13 Thread cavani
Sorry reuse this topic, but is a simple improvement that I need. http://jira.jboss.org/jira/browse/JBSEAM-1044 Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027642#4027642 Reply to the post :

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

2007-03-13 Thread [EMAIL PROTECTED]
cavani wrote : Sorry reuse this topic, but is a simple improvement that I need. | | http://jira.jboss.org/jira/browse/JBSEAM-1044 Added in CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=402#402 Reply to the post :

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

2007-03-12 Thread [EMAIL PROTECTED]
The arrow style is dependent on your CSS. Check that it is correct and the image file exists where it says it is. If you want to control the range of years, create a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027381#4027381 Reply