Re: html:select onchange

2005-07-24 Thread Wendy Smoak
From: "Tony Smith" <[EMAIL PROTECTED]> Thank you very much for your post. I agree with you and some user were complaining about the effect your mentioned. My situition is that I have two selects, once the users update one, I need to populate the other with correspondent options. If I do not go to

Re: html:select onchange

2005-07-24 Thread Tony Smith
Thank you very much for your post. I agree with you and some user were complaining about the effect your mentioned. My situition is that I have two selects, once the users update one, I need to populate the other with correspondent options. If I do not go to another page, what is the best way to do

Re: html:select onchange

2005-07-24 Thread Wendy Smoak
From: "Tony Smith" <[EMAIL PROTECTED]> ... http://www.javascriptkit.com/jsref/select.shtml onChange="location.href='mynewpage.do?para='+options[selectedIndex].value;" Keep in mind that this can be *very* annoying in terms of UI design. The user doesn't get a chance to correct a mistake;

RE: html:select onchange question

2004-05-19 Thread Tom McCobb
I got it. The form bean referred to in the stmtDetail.do (DetailForm)is a different one than where the selMtr property lives (HeaderForm), and I just had to loop through a mapping that took me through the HeaderForm first. -Original Message- From: Tom McCobb [mailto:[EMAIL PROTECTED] Sent