You should tell us how the dropdowns were populated in the first page.
If only one Action class is involved, and the dropdowns are populated
by reading some attribute of it
(eg:   getOptionListForDropDown() which looks at the
optionListForDropDown list )
you should fill that list, not in the action method that is invoked
for generating the
first form page, but in the prepare method, or in the constructor, or
making the getter method a "lazy getter" (my preferred way, in
general; but this depends on the scenario)

Hernán J. González
http://hjg.com.ar/



--

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to