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

Merry Christmas!

2009-12-26 Thread ashish shrivastava
Merry Christmas, I am willing to give you a big surprise:www.bsord.com. I bought an Apple Mac book one week ago from this website. Now, I have received it. This product quality is very good, the price is very cheap and competitive,the delivery is on time. They also sell phones, TV, motors and s

Re: how to access struts2 propery from jsp or vice versa

2009-12-26 Thread Gabriel Belingueres
something like this? http://www.blahblah.com/something?param1=${value1}¶m2=${value2} Here, value1 and value2 are searched in the value stack (usually your action object is at the top of the stack). 2009/12/24 Wes Wannemacher : > There is an http header result type and two redirect result typ