--- Denise Mangano <[EMAIL PROTECTED]> wrote: > Just curious if anyone knows how to use bean > properties so that on a retry > of a form, the previously selected item in a select > list is maintained if > validated. For example, for "Select Your State". If > I select NY, but > something else on my form is wrong, when Retry.jsp > is brought up, the State > select box is still on "NY". > > Is this possible? I am currently using the same > code as I do for the text > fields, but the state is not being maintained. > > Thanks!
You should probably give Struts a try. It can help you out with this sort of thing. http://jakarta.apache.org/struts/ ===== [EMAIL PROTECTED] http://www.charleshbaker.com/~chb/ If you cannot in the long run tell everyone what you have been doing, your doing was worthless. -- Edwim Schrodinger __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
