Re: [appfuse-user] Setting session parameters

2008-09-03 Thread Luc Russell
Hi, you can set a variable into the session like this: (more examples here: http://www.java2s.com/Tutorial/Java/0380__JSTL/SetVariableasSessionScope.htm ) This may not be the best way to do what you're trying to do though; maybe you want to post the user form to a different location? HTH, Luc

Re: [appfuse-user] Decoratpr Problem

2008-08-31 Thread Luc Russell
Hi Ali, Not sure if this helps, but I have had success doing it like this in the past: /doc/html/main.html /doc/html/*.* /* Not sure if this is the approved way, but I also had trouble using the 'excludes' mechanism for some reason. I was using s