You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Miriam Aguirre <Mi...@ssa.co.santa-clara.ca.us> on 2002/07/15 22:19:07 UTC

BeanUtils.populate exception


 I'm having a weird problem with a form ---
   the form has some basic html:text, html:select and html:checkbox ,
   fields are available to the user depending on the level of access they
have.
   the weird part happens with a  bunch of checkbox fields, for some users,
they all work great,
   for other users, if i unselect a specific box i get : 

 javax.servlet.ServletException: BeanUtils.populate
        at
org.apache.struts.util.RequestUtils.populate(RequestUtils.java:774)
        at
org.apache.struts.action.ActionServlet.processPopulate(ActionServlet.java:20
61)
        at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1564)
        at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
        at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
        at
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown
Source)
        at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
        at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
        at com.kivasoft.thread.ThreadBasic.run(Native Method)
        at java.lang.Thread.run(Thread.java:479)


 this is really bizzare, because if all the boxes are checked, it works
fine. so it isn't some Action form/ jsp field naming discrepancy...

 anyone have any ideas ? or seen anything like it?

 i'm using struts-1.0.2 with iplanet 6.0 sp 4 on both win2000 and solaris

 thanks.
 -Miriam


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>