[jboss-user] [JBoss Seam] - Re: Problem with decrementing dates
gavin.king@jboss.com
do-not-reply at jboss.com
Wed Oct 11 17:50:26 EDT 2006
OK, there is now support for #{timeZone} and #{timeZoneSelector.select}.
* the timezone defaults to the server timezone, but this can of course be overridden either in components.xml or via the UI
* I have created <s:convertDateTime/> which always uses the "Seam timezone", ie. #{timeZone}.
* I have registered this as the *default converter* for java.util.Date, which eliminates a bunch of noisy date handling stuff in the view.
Check the changes to the booking app to see how this is better.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977709#3977709
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977709
More information about the jboss-user
mailing list