Cannot create 'form' component / NPE

2010-03-15 Thread Robert Hailey
Ok... I've got another question. I've copied/modified the code template for the login form to make a logout page, but when it tries to make the form object it throws a NullPointerException. The exception report simply highlights the definition of the form (which is the same as on the

Re: Cannot create 'form' component / NPE

2010-03-15 Thread Howard Lewis Ship
What version of Tapestry? Come on, you know the drill, give us information to help you. On Mon, Mar 15, 2010 at 9:43 AM, Robert Hailey rob...@cmediacorp.com wrote: Ok... I've got another question. I've copied/modified the code template for the login form to make a logout page, but when it

Re: Cannot create 'form' component / NPE

2010-03-15 Thread Ulrich Stärk
You want t:form t:id=form or form t:type=form t:id=form Uli On 15.03.2010 18:43, Robert Hailey wrote: Ok... I've got another question. I've copied/modified the code template for the login form to make a logout page, but when it tries to make the form object it throws a NullPointerException.

Re: Cannot create 'form' component / NPE

2010-03-15 Thread Robert Hailey
On Mar 15, 2010, at 2:02 PM, Ulrich Stärk wrote: You want t:form t:id=form or form t:type=form t:id=form Uli Thank you, that worked... now I am wondering why Login.tml works w/ the original form (?). On Mar 15, 2010, at 1:09 PM, Howard Lewis Ship wrote: What version of Tapestry?