Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: How do I define the sequence of setter methods in html/jsp page


Message #1 by BIPIN MEHTA <bsm3477@y...> on Mon, 2 Dec 2002 00:32:52 -0800 (PST)
 Hi all,

 I am encountering a problem with the manner in which
setter methods are fired on a form in a JSP page.
There are 2 fields on the form. I want to check for
the value of field 1 in the setter method of field 2.
However the problem i am facing is that the setter of
field 2 gets fired before the setter of field 1 when
the page is submit. Does anyone know how I can control
the sequence of form variables getting submitted ?

regards,
Bipin

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

  Return to Index