Hi

I have a page which displays set of records within datatable tag. This page
also has links to show different set of records on the same page. My problem
is first time when i execute the page, it is displayed absolutely fine. But
when i click links, following exception is thrown. Then if i click Refresh
button of browser it displays the results.
Could anyone please help me with this>..


08:58:59,025 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces
Servlet
 threw exception
java.lang.NoSuchMethodError:
org.apache.myfaces.component.html.ext.HtmlDataTable
.refresh(Ljavax/faces/context/FacesContext;)V
        at
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recu
rseFacetsAndChildren(HtmlDataTablePhaseListener.java:51)
        at
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recu
rseFacetsAndChildren(HtmlDataTablePhaseListener.java:53)
        at
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recu
rseFacetsAndChildren(HtmlDataTablePhaseListener.java:53)
        at
org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.befo
rePhase(HtmlDataTablePhaseListener.java:41)
        at
org.apache.myfaces.lifecycle.LifecycleImpl.informPhaseListenersBefore
(LifecycleImpl.java:520)
        at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:
342)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
        at
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(Exte
nsionsFilter.java:122)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
        at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
lter.java:81)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
        at
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrinc
ipalValve.java:39)
        at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
yAssociationValve.java:159)
        at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
e.java:59)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:856)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:744)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:527)
        at
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWor
kerThread.java:112)
        at java.lang.Thread.run(Thread.java:595)

Regards
Bindiya
--
View this message in context: 
http://www.nabble.com/java.lang.NoSuchMethodError%3AHtmlDataTable.refresh%28Ljavax-faces-context-F-t1792113.html#a4882610
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to