| Author |
net.sf.tapestry.Request Cycle Exception: Unable to resolve expression
|
Rahesh Kumar
Ranch Hand
Joined: Sep 10, 2004
Posts: 53
|
|
Hi all, I am working on an application that uses tapestry , when an user leaves the screen idle for the long time , we are redirecting him to a login page once he submits the form this works fine, but when the user again enters his password to login to the system, he gets the exception like the one below , the applicable variable a boolean value to find from which place the contractor is working from. Can anyone please explain what are the causes of these type of errors? net.sf.tapestry.RequestCycleException: Unable to resolve expression 'applicable' for ctrs.presentation.TimesheetEntry@746c78[TimesheetEntry]. at net.sf.tapestry.engine.RequestCycle.rewindForm(RequestCycle.java:510) at net.sf.tapestry.form.Form.trigger(Form.java:526) at net.sf.tapestry.engine.DirectService.service(DirectService.java:151) at net.sf.tapestry.engine.AbstractEngine.service(AbstractEngine.java:746) at net.sf.tapestry.ApplicationServlet.doService(ApplicationServlet.java:175) at net.sf.tapestry.ApplicationServlet.doPost(ApplicationServlet.java:290) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827) at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:167) at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:297) at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:110) at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472) at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012) at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913) at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:721) at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:374) at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:118) at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:134) at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:239) at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67) at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:106) at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:154) at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:317) at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:477) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:341) at com.ibm.ws.util.CachedThread.run(ThreadPool.java:144) Thanks in advance Raheshkumar.R
|
 |
 |
|
|
subject: net.sf.tapestry.Request Cycle Exception: Unable to resolve expression
|
|
|