Okay I'll give the onchange="submit()" a try. More specifically I want to select the state from the first menu and then query the database to populate the cities for the second menu.
I'm thinking that I need to call the action to populate a collection with the cities then create the cities menu from the collection in my form. Does that make sense? Thanks, Barry ----- Original Message ----- From: "Nicholson, Robb" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 12:48 PM Subject: RE: Drop down selection without submit? > <html:select ... onchange="submit()"> > > > -----Original Message----- > From: Barry Volpe [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2003 3:33 PM > To: Struts Users Mailing List > Subject: Drop down selection without submit? > > > Hi, > > I would like to make a selection from a drop down menu > and call an action without using a submit button. The action > is called by a change in the menu selection. > > Any suggestions? > > Thanks, > Barry > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

