Re: Custom complex grid / search results page

2015-03-10 Thread Thiago H de Paula Figueiredo
On Mon, 09 Mar 2015 20:45:30 -0300, Daniel Jue wrote: Hi, Hi! There were a couple ways I thought of doing this but they all seemed to fight Tapestry's static structure paradigm. Let's see. :) The first way would be to let the customer completely define the search results page and tml, a

Re: Custom complex grid / search results page

2015-03-09 Thread Chris Poulsen
Perhaps you could use display blocks like the beaneditor/grid etc. does. -- Chris On Tue, Mar 10, 2015 at 12:45 AM, Daniel Jue wrote: > Hi, I have a reusable war overlay project where the omnipresent search bar > component is in a layout and search results page is defined in a core > library (

Custom complex grid / search results page

2015-03-09 Thread Daniel Jue
Hi, I have a reusable war overlay project where the omnipresent search bar component is in a layout and search results page is defined in a core library (These are hooked together via @InjectPage in the search bar component so i can set the page's parameters and then send the user there) The searc