RE: [OS-webwork] webwork examples which deal with users and permissions

2004-02-21 Thread Andrius Paulauskas
you can also put the user object into the session, use action context to get session and the user object attached. there's an article how you can deal with authorization using webwork2 interceptors and session. > What are you trying to do? If you're going to have code outside your > Actions which

RE: [OS-webwork] webwork examples which deal with users and permissions

2004-02-20 Thread Kris Thompson
Sure there is, check out the Wafer example http://www.theserverside.com/news/thread.jsp?thread_id=22238 There are many ways to address your issue suggested. -Original Message- From: [EMAIL PROTECTED] on behalf of Florian Weber Sent: Fri 2/20/2004 3:08 PM

RE: [OS-webwork] webwork examples which deal with users and permissions

2004-02-20 Thread Jason Carreira
What are you trying to do? If you're going to have code outside your Actions which uses the user information, such as Interceptors, then putting it in the ActionContext makes more sense... > -Original Message- > From: Florian Weber [mailto:[EMAIL PROTECTED] > Sent: Friday, February 20, 20