paramsPrepareParamsStack not having scopedModelDriven interceptor?

2009-12-30 Thread Sanjay Patel
Hi All, Although it is documented that paramsPrepareParamsStack is similar as defaultStack, there seems to be some differences. For example, it does not have the scopedModelDriven interceptor. If I need the scopedModelDriven, will it be safe to create a custom stack by copying the paramsPreparePar

Struts 2.0 to 2.1 Migration problem

2009-12-30 Thread bberken
I've attempted to update our application from struts 2.0.6 to 2.1.6 (also using tiles 2.0.6) and am running into problems - I have a global error result defined as a jsp inside my WEB-INF dir: /WEB-INF/jsp/Error.jsp and rendering of this jsp (and any jsp inside my WEB-INF) is failing on

Re: Is there any way in Struts2 to handle session sharing accross browsers

2009-12-30 Thread Gabriel Belingueres
Session data handling is the same for all frameworks based on the Servlet and JSP specification, and AFAIK S2 doesn't provide any helper to handle it differently (one exception is the token interceptor to avoid double submits.) I think you should design the application specifically to handle this

Re: Custom interceptor stack not working

2009-12-30 Thread Sanjay Patel
it looks ok to me, You can compare your solution to mine described here: > > http://poulwiel.blogspot.com/2009/01/intercepting-all-actions-inside-my-app.html > > Pawel, great! I got it. I was missing this: and also this line in struts.properties: struts.convention.default.parent.package=default

Re: Is there any way in Struts2 to handle session sharing accross browsers

2009-12-30 Thread Paweł Wielgus
Hi all, i'm a big fan of this subject, it goes up here and there every some time, maybe we could add some info on struts2 pages/wiki about what http session is and how it is created and handled by S2 app (or any ohter http app). What impact has scheme changing on session (http -> https and https ->

Re: Custom interceptor stack not working

2009-12-30 Thread Paweł Wielgus
Hi Sanjay, it looks ok to me, You can compare your solution to mine described here: http://poulwiel.blogspot.com/2009/01/intercepting-all-actions-inside-my-app.html Best greetings, Paweł Wielgus. 2009/12/30 Sanjay Patel : > Hi, > > I am using this simple interceptor configuration, just followi

RE: Is there any way in Struts2 to handle session sharing accross browsers

2009-12-30 Thread Sandeep G. Shenvi
Hi, Even I am facing similar problem... However, this problem occurs only if I access the url in a new tab within the same browser instance (IE7) and not if I open a new browser instance altogether. -Original Message- From: Bharat_2.0 [mailto:bharatesh.huchchanna...@wipro.com] Sent: We

Re: Is there any way in Struts2 to handle session sharing accross browsers

2009-12-30 Thread Bharat_2.0
That is not a new new session its parent browser session copied, you can give try. -- View this message in context: http://old.nabble.com/Is-there-any-way-in-Struts2-to-handle-session-sharing-accross-browsers-tp26964416p26965019.html Sent from the Struts - User mailing list archive at Nabble.c