The error seems to be in your template. [INFO] [talledLocalContainer] org.apache.tapestry5.ioc.internal.util.TapestryException: Failure reading parameter 'value' of component Login:outputraw: Could not convert 'type' into a component parameter binding: java.lang.NoClassDefFoundError: org/appfuse/webapp/components/UserForm [at context:Login.tml, line 41, column 57]
Would you mind sharing that also? 2009/5/3 mraible <m...@raibledesigns.com> > > FWIW, The error seems to happen in my Login.java class in the following > method: > > public String getSignup() { > String link = resources.createPageLink("Signup", > false).toAbsoluteURI(); > return MessageFormat.format(messages.get("login.signup"), link); > } > > Full source for Login.java is at: > > > http://source.appfuse.org/browse/appfuse/trunk/web/tapestry/src/main/java/org/appfuse/webapp/pages/Login.java?r=trunk > > Matt > > > mraible wrote: > > > > Are there instructions for upgrading to 5.0.18. I tried and I see the > > following error when I try to run integration tests with Canoo WebTest: > > > > [INFO] [talledLocalContainer] DEBUG [btpool0-0] ServiceFacade.create(234) > > | Creating service 'ServiceFacade'. > > [INFO] [talledLocalContainer] ERROR [btpool0-0] Login.run(82) | Render > > queue error in BeginRender[Login:outputraw]: Failure reading parameter > > 'value' of component Login:outputraw: Could not convert 'type' into a > > component parameter binding: java.lang.NoClassDefFoundError: > > org/appfuse/webapp/components/UserForm > > [INFO] [talledLocalContainer] > > org.apache.tapestry5.ioc.internal.util.TapestryException: Failure reading > > parameter 'value' of component Login:outputraw: Could not convert 'type' > > into a component parameter binding: java.lang.NoClassDefFoundError: > > org/appfuse/webapp/components/UserForm [at context:Login.tml, line 41, > > column 57] > > [INFO] [talledLocalContainer] at > > > org.apache.tapestry5.internal.structure.ComponentPageElementImpl.invoke(ComponentPageElementImpl.java:932) > > [INFO] [talledLocalContainer] at > > > org.apache.tapestry5.internal.structure.ComponentPageElementImpl.access$200(ComponentPageElementImpl.java:50) > > [INFO] [talledLocalContainer] at > > > org.apache.tapestry5.internal.structure.ComponentPageElementImpl$11.render(ComponentPageElementImpl.java:356) > > [INFO] [talledLocalContainer] at > > > org.apache.tapestry5.internal.services.RenderQueueImpl.run(RenderQueueImpl.java:72) > > [INFO] [talledLocalContainer] at > > > org.apache.tapestry5.internal.services.PageRenderQueueImpl.render(PageRenderQueueImpl.java:121) > > [INFO] [talledLocalContainer] at > > $PageRenderQueue_121073ab475.render($PageRenderQueue_121073ab475.java) > > > > Matt > > > > > > Thiago H. de Paula Figueiredo wrote: > >> > >> Em Sun, 03 May 2009 01:25:04 -0300, mraible <m...@raibledesigns.com> > >> escreveu: > >> > >>> I'm using Tapestry 5.0.14. You can download the project from > >>> http://static.raibledesigns.com/downloads/basic-tapestry.zip. > >> > >> Why 5.0.14? It's quite old. The last stable version is 5.0.18 and many > >> improvements were made since 5.0.14. 5.1.0.5 is almost 100% > >> backward-compatible with 5.0.18. > >> > >> -- > >> Thiago H. de Paula Figueiredo > >> Independent Java consultant, developer, and instructor > >> http://www.arsmachina.com.br/thiago > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > >> For additional commands, e-mail: users-h...@tapestry.apache.org > >> > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Problem-using-BeanEditForm-with-a-POJO-tp23349016p23358003.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >