Posted By:
antany_l
Posted On:
Wednesday, May 13, 2009 11:11 AM
Hi All, I am using tomahawk with two tabs. I havenot enabled serverSideTabSwitch attribute. Each tabs having its own form. When I am trying to submit the page in the second pane i am getting the following exception message javax.el.PropertyNotFoundException: Target Unreachable, identifier 'bundle' resolved to null at com.sun.el.parser.AstValue.getTarget(AstValue.java:67) at com.sun.el.parser.AstValue.getType(AstValue.java:56) at com.sun.el.ValueExpressionImpl.getType(ValueExpressionImpl.java:180) at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getConvertedValue(HtmlBasicInputRenderer.java:81)
More>>
Hi All,
I am using tomahawk
with two tabs.
I havenot enabled
serverSideTabSwitch
attribute.
Each tabs having its own form.
When I am trying to submit the page in the second pane i am getting the following exception message
javax.el.PropertyNotFoundException:
Target Unreachable, identifier 'bundle' resolved to null
at com.sun.el.parser.AstValue.getTarget(AstValue.java:67)
at com.sun.el.parser.AstValue.getType(AstValue.java:56)
at com.sun.el.ValueExpressionImpl.getType(ValueExpressionImpl.java:180)
at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getConvertedValue(HtmlBasicInputRenderer.java:81)
at javax.faces.component.UIInput.getConvertedValue(UIInput.java:936)
at javax.faces.component.UIInput.validate(UIInput.java:861)
at javax.faces.component.UIInput.executeValidate(UIInput.java:1071)
at javax.faces.component.UIInput.processValidators(UIInput.java:663)
at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021)
at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021)
at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021)
at javax.faces.component.UIForm.processValidators(UIForm.java:229)
at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021)
at org.apache.myfaces.custom.tabbedpane.AbstractHtmlPanelTabbedPane.processValidators(AbstractHtmlPanelTabbedPane.java:117)
at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021)
at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:662)
at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:246)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:301)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Thanks in Advance
,
Antany