(Tomahawk 1.1.4-SNAPSHOT, MyFaces 1.1.4-SNAPSHOT)
I have a Tabbed panel with 3 tabs. If a validation error is displayed on the
current tab, then
the following exception report will be returned when a another tab is selected and
serverSideTabSwitch="true".
javax.faces.FacesException: Value is no String
(class=org.apache.myfaces.shared_impl.renderkit.RendererUtils$1,
[EMAIL PROTECTED]) and component _idJsp235:reportTypewith path: {Component-Path
: [Class:
javax.faces.component.UIViewRoot,ViewId: /query.jsp][Class:
org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane,Id: _idJsp1][Class:
org.apache.myfaces.custom.tabbedpane.HtmlPanelTab,Id: _idJsp232][Class:
javax.faces.component.html.HtmlForm,Id: _idJsp235][Class:
javax.faces.component.html.HtmlPanelGrid,Id: _idJsp291][Class:
javax.faces.component.html.HtmlSelectOneRadio,Id: reportType]} does not have a
Converter
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:422)
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
Do I need to report this as an issue?
Paul Spencer