Re: How to detect clientside validation errors have occurred in js

2013-12-23 Thread Howard Lewis Ship
Which version of Tapestry? On Wed, Dec 18, 2013 at 8:15 AM, George Christman wrote: > Hello, I've created a modal dialog box mixin that is attached to my > submit actions. On form submission, is there a way to detect whether > or not clientside validation errors have occurred in js so I can > pr

Re: Peformance loading huge data with T5 grid.

2013-12-23 Thread Howard Lewis Ship
The key to performance with Grid is to look to the GridDataModel and provide a smarter caching version that limits the amount of data taken from the database. That being said, Grid is an scaffolding component ... much like BeanEditForm. It is meant to be useful but if a grid view of some form is e