You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Boris Kovalenko <bo...@tagnet.ru> on 2006/07/28 15:27:20 UTC

Sandbox & Facelets (please help, I need subForm functionality)

Hello!

	Using sandbox-1.1.5 with core-1.1.4 (or 1.1.5) and facelets 1.1.11 I 
have exception:

java.lang.NoSuchMethodError: 
org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils.findNestingForm(Ljavax/faces/component/UIComponent;Ljavax/faces/context/FacesContext;)Lorg/apache/myfaces/shared_tomahawk/renderkit/html/util/FormInfo;
	at 
org.apache.myfaces.custom.subform.SubFormRenderer.encodeBegin(SubFormRenderer.java:50)
	at 
javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:512)
	at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:232)
	at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
	at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
	at 
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:580)
	at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
	at 
com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:106)
	at 
ru.tagnet.misc.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:168)
	at 
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70)
	at 
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
	at 
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70)
	at 
com.caucho.server.security.SecurityFilterChain.doFilter(SecurityFilterChain.java:135)
	at 
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:178)
	at 
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
	at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:268)
	at com.caucho.server.port.TcpConnection.run(TcpConnection.java:389)
	at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:507)
	at com.caucho.util.ThreadPool.run(ThreadPool.java:433)
	at java.lang.Thread.run(Thread.java:534)

Am I missed something?

With respect,
	Boris

Re: Sandbox & Facelets (please help, I need subForm functionality)

Posted by Mike Kienenberger <mk...@gmail.com>.
On 7/28/06, Boris Kovalenko <bo...@tagnet.ru> wrote:
>         Using sandbox-1.1.5 with core-1.1.4 (or 1.1.5) and facelets 1.1.11 I
> have exception:
>
> java.lang.NoSuchMethodError:
> org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils.findNestingForm(Ljavax/faces/component/UIComponent;Ljavax/faces/context/FacesContext;)Lorg/apache/myfaces/shared_tomahawk/renderkit/html/util/FormInfo;


I'm using the core-1.1.4 release candidate, facelets 1.1.11 and
sandbox 1.1.5 snapshot (not sure of the date -- I built it on 7/20 but
I may have downloaded it much earlier) without a problem.   However, I
am not using subform, so this issue may be specific to subform.