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]

Reply via email to