Re: decoupling business logic and frontend

2015-07-27 Thread Thiago H de Paula Figueiredo
Hi! On Sat, 25 Jul 2015 09:16:30 -0300, Ilya Obshadko wrote: However, there is one particular issue: when the whole thing is built on Tapestry, any person involved should understand the framework, and it's not possible to isolate frontend tasks from backend ones (because all the Tapestr

Re: Form recorded error disappearing

2015-07-27 Thread Bob Harner
Stephen, Where did you try putting @Persist? The error you got sounds like you put it on the property you annotated with @Component. Try putting it on your pin number property, not pinNumberField Can we see your tml file? I normally use @InjectComponent rather than @Component On Jul 25, 2015 9:3