RE: Set property for a action in interceptor

2011-08-18 Thread CRANFORD, CHRIS
, etc. Chris -Original Message- From: Jyothrilinga Rao [mailto:jyoth...@gmail.com] Sent: Thursday, August 18, 2011 1:44 PM To: user@struts.apache.org Subject: Set property for a action in interceptor Hi, I have a interceptor, which validates that the user is authenticated. It doe

Set property for a action in interceptor

2011-08-18 Thread Jyothrilinga Rao
Hi, I have a interceptor, which validates that the user is authenticated. It does the authentication using a third party library and retrieves the user id using the third party library. I have a POJO action with propery userId. I want to set this property in the interceptor, is this possible. I