Re: Control UI via GET parameters

2010-09-13 Thread Ken
Never mind, chain does exactly what I need. I'm just going to require they use a special action and supply the target action as a parameter and throw the UI parameters and target action parameters on the url they'll construct. My issue was although realizing that chain would pass on the state of

Control UI via GET parameters

2010-09-13 Thread Ken
As a requirement I must be able to change the UI on a per request basis... a specific case would be including or omitting a left navigation bar. The parameters will always be passed with GET. Currently I am using Tiles and JSP's for composition. What I think would work is if I create a UI cla