Hi
If this is the exact code you forgot to end this tag. close the tag
properly it will work.
<html:options name="userAdminFacade" property="allUsers">
change that line to this
<html:options name="userAdminFacade" property="allUsers"/>
Sreeram Mohan
----- Original Message -----
From: "Rajshree Pandya" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 10:23 PM
Subject: Weblogix and Struts <html:options> tag
>
> Hi,
>
> I'm using the <html:options> tag with Weblogic and get the following
error.
>
> /security/passwordAdmin.jsp(25): The TLD description for tag 'options'
requires that the body be empty.
> probably occurred due to an error in /security/passwordAdmin.jsp line 25:
> <html:options name="userAdminFacade" property="allUsers">
>
>
> The same code (below) works perfectly well with JRun.
>
> <jsp:useBean id="userAdminFacade" scope="request"
class="ilynx.security.pom.facade.userAdmin.UserAdminFacade"/>
>
> <html:form action="/resetPassword.do">
> <table border="0" width="100%">
>
> <tr>
> <th align="right">
> Username:
> </th>
> <td align="left">
> <html:select property="username">
> <html:options name="userAdminFacade" property="allUsers" />
> </html:select>
>
> </td>
> </tr>
> ......
>
> Is there a workaround for weblogic?
>
>
> Thanks,
>
> Rajshree.
>
>
>
> --
>
> This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorised copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
>