i guess this question has been asked a number of times, but ihavet been able to get a consolidated answer for my questions. well here it goes. i need to input dates, and have to do calculations based on dates.
i am using struts 1.1 and iBatis. i wrote a the same in jstl to generate teh months, dates and years. but this is not enough. i need this to be internationalized and also date validation.
i could use free text box and using validation.xml but then someone can turn off javascript (my testing team does taht all the time :(( ).
is there some kind of bean or tag which generates the required localized html input tags and also does validation like 31 feb is not valid etc.
in there are none, can someone tell me how to validate dates (as in 31 feb is an invalid date, is there a method already in java.util.Date/Calender/ etc.
thanks in adv for ur inputs. best regards rajat
--
Rajat Pandit | [EMAIL PROTECTED] +91 612 3117606 [ Developer and Part Time Human Being]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

