Hi All, I have a JSP which contains a bean. This bean has various setter methods methods. Basically the JSP has text boxes in the following sequence : 1. day 2. month 3. year. Now I want to check that if the month is February the day should not exceed 28. I want to perform this check while the setter method for the month is being called. Is there any sequence in the way the setter methods of the bean are called ? Can I assume that if the day field in the form is before the month field, then the setter method for the day will be called before the setter method for the month ? Thanx Masaoud =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to