Hi All,

We would appreciate any guidance since we are a little stuck with this issue 
in Struts 1.0.

We have a JSP, which contains an undetermined number of <select> components, 
known at runtime. AFAIK, a Struts <html:select> REQUIRES to be embedded in 
an html:form tag, which, in turn, CLAIMS definition of an ActionForm.

As our layout and number of input parameters is determined at runtime, we 
cannot implement such a ActionForm. As a consequence, we needed to migrate 
to an usual HTML <select>. Take in mind that we are using Struts 1.0.

Parameters from the request are then extracted from the 
request.getParameter() in the perform() of invoked Action.

However this "workaround" makes our code little messy. We would like to use 
an <html:select> to take advantage of the dynamic population of its options.

Has anyone run in a similar problem?

Thanks in advance,

Adolfo.



_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to