5.4-alpha-2 Render queue error in BeginRender

2013-01-17 Thread sthomps
Trying to get forms working with 5.4. Here's my Page Here's my markup Here's the stacktrace -- View this message in context: http://tapestry.1045711.n5.nabble.com/5-4-alpha-2-Render-queue-error-in-BeginRender-tp5719363.html Sent from the Tapestry - User mailing list archive at

Re: 5.4-alpha-2 Render queue error in BeginRender

2013-01-17 Thread Steve Eynon
Works fine for me (T5.4-alpha-2) - could it be something to do with your layout component? Steve. -- Steve Eynon --- If at first you don't succeed, so much for skydiving! On 18 January 2013 00:41, sthomps stho...@gmail.com wrote: Trying to get forms working with

Re: 5.4-alpha-2 Render queue error in BeginRender

2013-01-17 Thread sthomps
I took the layout out - still fails. It's just when I add the form component that I get the exception. Can your respond to this question - http://tapestry.1045711.n5.nabble.com/5-4-alpha-2-quickstart-td5719244.html My build process might have gotten mucked up. -- View this message in

Re: 5.4-alpha-2 Render queue error in BeginRender

2013-01-17 Thread Thiago H de Paula Figueiredo
If you're still in your first Tapestry steps, I wouldn't recommend using an alpha version at all. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands,

Re: 5.4-alpha-2 Render queue error in BeginRender

2013-01-17 Thread sthomps
The problem is we have a custom client side component library that includes jquery. It was not playing nice with the default prototype support in 5.3 so with the 5.4 changes, I wanted to explore this route. If no one has an idea on the stacktrace, I'll go back to 5.3 and try this out

Re: 5.4-alpha-2 Render queue error in BeginRender

2013-01-17 Thread Steve Eynon
As long as your custom client side component library plays nicely when jQuery is in noConflictMode, then there are no issues using T5 / Prototype and jQuery together. On 18 January 2013 01:25, sthomps stho...@gmail.com wrote: The problem is we have a custom client side component library that

Re: 5.4-alpha-2 Render queue error in BeginRender

2013-01-17 Thread sthomps
Got it working. Somehow the tapestry dependencies weren't built quite right so I removed the .jars from the maven repo and started fresh. -- View this message in context: http://tapestry.1045711.n5.nabble.com/5-4-alpha-2-Render-queue-error-in-BeginRender-tp5719363p5719373.html Sent from