RE: Login with Struts2

2009-07-16 Thread Nitesh Jain
[mailto:ro...@mtndesigns.co.uk] Sent: 17 July 2009 01:18 To: Struts Users Mailing List Subject: Re: Login with Struts2 Hi, I recently implemented a login mechanism but did it slightly differently after recommendations from this mailing list to use an interceptor. Each action/page that requires a

Re: Login with Struts2

2009-07-16 Thread Robin Mannering
Hi, I recently implemented a login mechanism but did it slightly differently after recommendations from this mailing list to use an interceptor. Each action/page that requires a validated login is directed via a Interceptor. The sole purpose of the interceptor is to verify the existence of

RE: Login with Struts2

2009-07-16 Thread Kawczynski, David
Take a look at Spring Security (formerly ACEGI). http://static.springsource.org/spring-security/site/ > -Original Message- > From: mathias-ewald [mailto:nitehoax...@gmx.net] > Sent: Thursday, July 16, 2009 2:37 PM > To: user@struts.apache.org > Subject: Login with Str

Login with Struts2

2009-07-16 Thread mathias-ewald
at ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:177) at ognl.SimpleNode.setValue(SimpleNode.java:246) at ognl.Ognl.setValue(Ognl.java:476) ... - Why is that happening? cu mathias -- View this message in context: http://www.nabble.com/Login-with-Struts2-