aspose file tools
The moose likes Struts and the fly likes Using html:select Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Using html:select" Watch "Using html:select" New topic
Author

Using html:select

sanjeev shrivastev
Greenhorn

Joined: Oct 03, 2008
Posts: 1
Hi,
Hi,

I am using a two html select in a form.
I want to populate the value of one select on the basis of other ( from the database)

Right now, first one is fixed so I filled it in jsp file with the values.
2nd select is filled as the page loads from the database.

Both select are in same form tag.

But option of the second one is from another form(lets say sessionsstartForm) and it has a separate action as well.

Is there any way to load the 2nd list box (from DB query) according to the value from 1st list box.
Is there anyway to load page again with the change of value of first listbox?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Using html:select
 
Similar Threads
could not load the select box during pageload.
Struts Html select tag
Dynamic Changes in JSP - Urgent
JSP Form values Not able to submit
Html Select - to make an option selected