hi, did you include the following in the top of your jsp?

<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

-----Original Message-----
From: Toni Nehme [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 02, 2002 11:35 AM
To: [EMAIL PROTECTED]
Subject: multibox bug


Hi,

I am using multibox in a Logic:iterator see below:

<logic:iterate id="fruits" name="FRUITS" scope="session" property="fruits"  
type="ch.thales.model.Fruit">
<tr>
     <td><html:multibox property="selectedItems"></td>
       <td><bean:write name="fruits" property="fruitName"/></td>
     </html:multibox>
     </tr>
</logic:iterate>




Where fruits is ArrayList of Beans Fruit in my form.

Please, let me know what cause this error?



javax.servlet.jsp.JspException: Cannot find bean under name 
org.apache.struts.taglib.html.BEAN
        at 
org.apache.struts.taglib.html.MultiboxTag.doEndTag(MultiboxTag.java:256)
        at 
jsp_servlet.__displayonecheckboxselection._jspService(__displayonecheckboxse
lection.java:28
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:265)
        at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:304)
        at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:200)
        at 
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
l.java:215)
        at 
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:97
2)
        at 
org.apache.struts.action.RequestProcessor.processActionForward(RequestProces
sor.java:408)
        at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:269)
        at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1109)
        at 
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:470)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:265)
        at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:200)
        at 
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
ntext.java:2456
        at 
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
:2039)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)


Thanks.

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
DISCLAIMER: The information contained in this message is confidential and is
intended for the individual or group named above.  If the reader of this
email transmission, or the agent responsible for forwarding it is not
associated with the intended recipient(s), they are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited.  If you have received this message in error, please notify the
sender via return email and delete the message as well as any attachments.
Thank you.


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

Reply via email to