Hi, I have several grids in my application, and was trying to make a generic filter component for them. My idea was to make something like beaneditform, so that I have only to indicate the type of object that my grid is painting (perhaps some fields that I want to include or exclude too), and that a form with the fileds of this object is rendered plus a "Search" button. The action of that button would search in the database and reload the source variable that th grid shows. But I'm having problems because my entities have "required" validation annotations (for the create and edit pages) and my component is validating them too. (As base I'm using BeanEditor).
The point is, ¿is there any way to ignore this validations in that case? Or exists already another solution? Because I've googled and haven't found anything, but perhaps there is already an implemented solution for that, and I'm complicating myself ... Thanx a lot in advance!! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Is-there-a-dynamic-search-filter-for-Grids-tp4960913p4960913.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org