Re: Struts 2 and DateTimePicker tag

2011-06-19 Thread anjani varigonda
Hi , I am using struts2 datetimepicker in my appln. I want to change the size of the dates in the calender. Can anyone suggest me wid the solution please? -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-2-and-DateTimePicker-tag-tp3488506p4505299.html Sent from the S

Struts 2.2.3 i18n properties not reloaded after redeployed

2011-06-19 Thread Vincent Lin
Hi, We migrated to Struts 2.2.3 recently. But we found that i18n properties are not reloaded after the web application redeployed. After setting struts.i18n.reload=true, it will be reloaded after redeployed. But page rendering speed is slow. Before 2.2.3, we were using Struts 2.0.11, the i18n pro

RE: Exception when using Struts debug tag on Glassfish

2011-06-19 Thread Martin Gainty
Good Afternoon Andy- once your jsp page is produced i have a quick compile script to compile your jsp page cd $AS_HOME%\samples\quickstart\web\debug javac -classpath .\jars\struts2-core-2.2.1.1.jar;.\jars\javaee.jar;.\jars\glassfish-jspparser-2.0.jar;.\jars\jsp-impl.jar;\jars\jsp-api-2.1-6.0.0

Re: jsp caching problem

2011-06-19 Thread Sampath Ekanayake
Hi Arpan, Setting autocomplete to off in the text field might help you. e.g. Regards, Sampath Ekanayake On Mon, Jun 13, 2011 at 9:10 PM, Arpan wrote: > Hi All, > > Do any one know how to solve caching problem in jsp. > My requirement is that, it should not display previously submitted cre