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

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

Custom interceptor stack not working

2009-12-29 Thread Sanjay Patel
Hi, I am using this simple interceptor configuration, just following http://struts.apache.org/2.1.8/docs/interceptor-configuration.html : /WEB-INF/content/index.jsp

Re: and timeZone

2009-12-29 Thread Sanjay Patel
I think this did not reflect in the group. Hence sending again. On Sun, Dec 27, 2009 at 9:19 AM, Sanjay Patel wrote: > Hi, > > In an application, we are storing the timeZone of the users and wish to > display the dates according to their timeZone. As I saw, that there is on > t

and timeZone

2009-12-26 Thread Sanjay Patel
Hi, In an application, we are storing the timeZone of the users and wish to display the dates according to their timeZone. As I saw, that there is on timeZone support in tag. Any suggestion would help. -- Thanks, Sanjay www.sanjaypatel.name

paramsPrepareParamsStack not catching the params

2009-12-26 Thread Sanjay Patel
Hi, Using paramsPrepareParamsStack with ModelDriven, I want to receive an userId and then retrieve the user and display it. I see a strange behavior - even if I pass something like http://localhost:8080/gweb/profile?userId=5 (having an action property userId) and try to catch it in prepare or getM

Which jQuery plugin to use

2009-12-26 Thread Sanjay Patel
Hi, I found two jQuery plugins: http://code.google.com/p/struts2-jquery/ and http://code.google.com/p/struts2-jquery-plugin/ Needing some inputs on which one to use. I read somewhere that both are merging. -- Thanks, Sanjay www.sanjaypatel.name