S2: Simple way to pass data

2007-04-11 Thread Scott Nesbitt
In my app I have need menu items at the top of every page that are links do other pages. I also need a common date and dropdown selection on most pages. My challenge is how to componentize the date/dropdown selection so it can be re-used on each page, and then get the data passed to the action

Re: S2: Simple way to pass data

2007-04-11 Thread stanlick
Scott -- The most elegant solution would be to incorporate Tiles and use a controller (preparer) for this region of the web page. Tiles allows you to build comprehensive web pages from reusable parts. Scott On 4/11/07, Scott Nesbitt [EMAIL PROTECTED] wrote: In my app I have need menu