Mine are, because I do submits off of those pages. If you use a form,
then the scriptlet logic you have can go into the action and you don't
have that messy java code in your jsp.
On 12/12/05, Leung Ping Cheung <[EMAIL PROTECTED]> wrote:
> Should the jsp be tied to a form for this case?
>
> I do not make up a form.
> I do this in the jsp.
> <%
> List availableSystemList =
> UserSystemService.getInstance().getAvailableSystemList(request.getRemoteUser());
> request.setAttribute("availableSystem", availableSystemList);
> %>
>
> <html:select property="availableSystem">
> <html:optionsCollection property="system_href"/>
> </html:select>
>
> where system_href is one of the attributes of availableSystem.
--
Keith Sader
[EMAIL PROTECTED]
http://www.saderfamily.org/roller/page/ksader
http://www.jroller.com/page/certifieddanger
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]