You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by omer nauman <he...@gmail.com> on 2008/11/25 08:24:34 UTC

bounded select

Hi,

I am using Struts for an application.



I am using a two html select in one html:form.

I want to populate the value (from DB) of one html:form select on the basis
of other.



Right now, first one is fixed, so I filled it in jsp file with the values.

2nd select is filled onSessionStart() ( I have a sessionform and action for
that form, which runs as soon as application starts) from the database.



Is there anyway to load page again with the change of value of first
listbox?

Is there any sample for doing such thing?