On 6/12/07, Scott Nesbitt <[EMAIL PROTECTED]> wrote:

I have this code:

<s:datetimepicker id="selectedDate"
                  name="selectedDate"
                  displayWeeks="5"
                  displayFormat= "MM-dd-yyyy"



value="%{userDetailsBean.selectDateString}"/>

It works fine if the user uses the drop-down or types
in a date in just the right format.  However, we would
like the following to work better:

user input   actual value                 desired
value
----------   ------------
-------------
06-12-07     NaN-NaN-0NaN                 06-12-2007
06/13/2007   06-12-2007  (refused change) 06-13-2007
06 13 2007   06-12-2007  (refused change) 06-13-2007
etc.

Basically, I would like to allow multiple date formats
in order to make life easier for my users.

Can I intercept the user input somehow before it goes
to the validation and fix it up?


Scott,
Struts 2 automatically uses de correct locale information based in the
host's information.
You don't have to worry about it, unless you wan't to force it.
The best thing to do is to hope that users will configure correctly
their desktops so Struts can use that information correctly.
I hope this could help you
Bye

nicolás Pace
Thanks,

Scott




____________________________________________________________________________________
Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to