auto suggest in dropdown list using struts/jsp

2010-01-07 Thread sri2003
Hi, Need to have a drop down list with populated values; but when the user wants to select a value, he can either type in the first few letters or select it from the drop down list with the mouse or both. example: a drop down list has 10 values. the user clicks on the drop down and it allows

Re: auto suggest in dropdown list using struts/jsp

2010-01-07 Thread sri2003
d an working example for autocomplete using struts at below > link. > > http://www.roseindia.net/struts/struts2/struts2uitags/autocompleter-example.shtml > http://www.roseindia.net/struts/struts2/struts2uitags/autocompleter-example.shtml > > > > > sri2003 wrote: >&g

Displaying results on home page when submitting an action from pop up window no. 2

2008-04-30 Thread sri2003
Hi, Logged in to my web application using Internet Explorer. >From the home page (JSP), opened one popup window (no. 1) ; then from window 1, opened other window no. 2; now submitting (an action from jsp)on window no. 2 , should show the results on the base(main) window ie. where i first logged