Try to find the cause of the exception (ClassCast, MethodNotFound, ... in 
RequestUtils.java:1098). probably you're using a wrong type (like assigning a String 
to a BigDecimal, or don't have a proper public setter, ...

-----Original Message-----
From: Anurag Garg [mailto:[EMAIL PROTECTED]
Sent: maandag 28 juli 2003 15:25
To: Struts Users Mailing List
Subject: Getting BeanUtils.Populate() Exception.


Hi,
        When I submit a page for save operation I get the BeanUtils.populate
exception. Any solution for solving this problem.
        Below is the stack trace of the exception.

BeanUtils.populate
javax.servlet.ServletException: BeanUtils.populate
        at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1098)
        at
org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.j
ava:816)
        at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:254)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:520)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
com.pramati.web.interceptors.ServiceInterceptor$ServiceAction.run(ServiceInt
erceptor.java:294)
        at
com.pramati.security.util.JAASSecurityHelper.doAs(JAASSecurityHelper.java:14
5)
        at java.lang.reflect.Method.invoke(Native Method)
        at
com.pramati.services.security.spi.SecurityHelper.doAs(SecurityHelper.java:13
0)
        at
com.pramati.web.interceptors.ServiceInterceptor.preProcess(ServiceIntercepto
r.java:141)
        at
com.pramati.web.interceptors.core.DefaultInterceptor.process(DefaultIntercep
tor.java:47)
        at
com.pramati.web.interceptors.core.InterceptorChainImpl.processNext(Intercept
orChainImpl.java:48)
        at
com.pramati.web.interceptors.FilterInterceptor.process(FilterInterceptor.jav
a:92)
        at
com.pramati.web.interceptors.core.InterceptorChainImpl.processNext(Intercept
orChainImpl.java:48)
        at
com.pramati.web.interceptors.core.DefaultInterceptor.process(DefaultIntercep
tor.java:48)
        at
com.pramati.web.interceptors.core.InterceptorChainImpl.processNext(Intercept
orChainImpl.java:48)
        at
com.pramati.web.interceptors.core.DefaultInterceptor.process(DefaultIntercep
tor.java:48)
        at
com.pramati.web.interceptors.core.InterceptorChainImpl.processNext(Intercept
orChainImpl.java:48)
        at
com.pramati.web.interceptors.core.DefaultInterceptor.process(DefaultIntercep
tor.java:48)
        at
com.pramati.web.interceptors.core.InterceptorChainImpl.processNext(Intercept
orChainImpl.java:48)
        at
com.pramati.web.interceptors.core.DefaultProcessContainer.process(DefaultPro
cessContainer.java:88)
        at com.pramati.web.core.WorkerThread.run(WorkerThread.java:54)
        at com.pramati.web.core.AcceptorThread.run(AcceptorThread.java:121)

Regards,
Anurag Garg


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




STRICTLY PERSONAL AND CONFIDENTIAL
This message may contain confidential and proprietary material for the sole use of the 
intended recipient. Any review or distribution by others is strictly prohibited. If 
you are not the intended recipient please contact the sender and delete all copies.

Ce Message est uniquement destiné aux récipiendaires indiqués et peut contenir des 
informations confidentielles. Si vous n'êtes pas le récipiendaire, vous ne devez pas 
révéler le contenu de ce message ou en prendre copie. Si vous avez reçu ce message par 
erreur, veuillez en informer l'expéditeur, ou La Poste immédiatement, avant de le 
supprimer.

Dit bericht is enkel bestemd voor de aangeduide ontvangers en kan vertrouwelijke 
informatie bevatten. Als u niet de ontvanger bent, dan mag u de inhoud van dit bericht 
niet bekendmaken noch kopiëren. Als u dit bericht per vergissing heeft ontvangen, 
gelieve er de afzender of De Post onmiddellijk van op de hoogte te brengen en het 
bericht vervolgens te verwijderen.



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

Reply via email to