Martin Gainty wrote:
1)store in db
2)if static.. place in properties file
3)you can use OGNL to place values into 'application' scope

...

3) Seems like 'session' would be more appropriate since we're talking about storing an individual user's request, to be re-used after a login. And it would be put into session by the interceptor that checked if the user was logged in, which wouldn't do it via OGNL.

2) It's unlikely a user's request would be known in advance.

1) I can't think of any reason why I'd want to store the request in a DB since it only needs to persist over login attempts.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to