the master/detail example needed some fixes in the navigation to work. I´ve fixed this.
The exception you got is about an deprecated (and no longer existing HtmlDataTablePhaseListener which was registered through the faces-config.xml but it has already been removed in the nightly build. Try to update to the latest nightly. Best Regards, Mathias Grant Smith wrote: > Mathias, thanks. > > However it seems there is still something weird going on. In the > Master/Detail example, if you click on one of the countries, nothing > happens. Also (and I'm not sure if this is related), in my application, > a datatable that worked before is suddenly giving me the following > exception: > > java.lang.NoSuchMethodError: > org.apache.myfaces.component.html.ext.HtmlDataTable.refresh(Ljavax/faces/context/FacesContext;)V > > > org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:51) > > > org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:53) > > > org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.recurseFacetsAndChildren(HtmlDataTablePhaseListener.java:53) > > > org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener.beforePhase(HtmlDataTablePhaseListener.java:41) > > > org.apache.myfaces.lifecycle.LifecycleImpl.informPhaseListenersBefore(LifecycleImpl.java:433) > > org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:294) > > javax.faces.webapp.FacesServlet.service(FacesServlet.java:95) > > Let me know if you'd like me to log a JIRA issue... > > > > Mathias Broekelmann wrote: > >> I´ve fixed it. The examples doesn´t cause the problem. It was the >> latest change to support the ajax auto update table. The call to the >> extracted method encodeInnerHtml() wasn´t called from encodeChildren(). >> >> Cheers, >> Mathias >> >> Martin Marinschek schrieb: >> >>> Hi Grant, >>> >>> it seems as if the examples which were transferred from the old >>> examples webapp have not correctly been moved over to the new simple >>> webapp. I have some of my SummerOfCode students working on that. >>> >>> Guys, are you out there? >>> >>> regards, >>> >>> Martin >>> >>> On 7/28/05, *Grant Smith* <[EMAIL PROTECTED] >>> <mailto:[EMAIL PROTECTED]>> wrote: >>> >>> I just tried the simple webapp. Seems like all the examples using >>> datatables don't work anymore. Are they still in transition ? >>> >>> >> >> . >> >
