> -----Original Message----- > From: Johnny Cass [mailto:[EMAIL PROTECTED]]
> I would like to hear the Turbine users' opinion on something > before I go > ahead and do something stupid. ;) > I had a look at the way Scarab uses the 'nextTemplate' parameter to > determine which template to display next if an action executed > successfully. We have been using this approach for a few > months now. One I have been doing this too by I have some problems since I need to pass quite some parameters to the 'next' or 'cancel' or whatever page. My URL is giving me the navigation state (ie what module are you browsing, which business object are you viewing, in which folder and which node and things like this). This leads to heavy java and vm code :( so I think there is a flaw in my solution and I'd better use the next template as template + params. (sort of a the url encoded result of a parameter parser). I started naively and know I feel the pain. The problem is always 'where' to store the state though... Interesting interview: http://www.theserverside.com/events/index.jsp Inderjeet Singh, J2EE Blueprints Architect, Sun Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
