Hi You can submit the form using javascript. Adding a simple inline attribute to the select button can do the trick
onchange='this.form.submit()' regards Taha On Nov 27, 2012, at 12:24 PM, Anbazhagan wrote: > Hi, > > I am developing a web application. In my application I am using select > component to display the categories with submit button. My select component > is > > <input t:type="select" t:validate="required" t:value="selectGame" > model="gamesList" /> . > <input t:type="submit" t:value="Go" /> > > Here I select the specific category and click the go button, then only its > take the action and display the content. But I want to take the action when > I select the particular item from select component list. > > Please any one say how can I achieve it. > > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/How-to-give-the-link-to-the-select-component-value-tp5718309.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org >