Re: Login page problems

2012-10-23 Thread Cezary Biernacki
Hi, in your Java class you have @Component private Form form; and in template: form t:type=form t:id=loginForm If you don't provide a component id is argument to @Component, Tapestry uses field's name as the id. You need to do one of following: - change field name to

Re: Login page problems

2012-10-23 Thread Shing Hing Man
From: John j...@quivinco.com To: users@tapestry.apache.org Sent: Tuesday, October 23, 2012 6:40 PM Subject: Login page problems I did a T4 project ages ago and now learning T5. I just want to build a working login page and copied the code snippets here http://tapestry.apache.org/forms