Re: struts2-portlet2-plugin-2.1.8.1 in Liferay 6.0.5 - Post-Redirect-Get aka Redirect after post

2011-09-09 Thread abhinav
iN LIFERAY6.0.6 tO SOLVE DUPLICATE FORM SUBMISSION u HAVE TO JUST DO true IN liferay-display.xml -- View this message in context: http://struts.1045723.n5.nabble.com/struts2-portlet2-plugin-2-1-8-1-in-Liferay-6-0-5-Post-Redirect-Get-aka-Redirect-after-post-tp3436007p4781220.html Sent from th

Re: Struts 2 Ajax DateTime Picker compatibility with FireFox 3

2008-10-01 Thread Abhinav Sharma
t; are related with the following post: > > http://dojotoolkit.org/forum/dojo-0-4-x-legacy/dojo-0-4-x-support/firefox-3-and-struts-2-theme-ajax-render-issues > > 2008/9/30 Abhinav Sharma <[EMAIL PROTECTED]>: >> >> I am using inbuilt struts 2 ajax date time picker for m

Struts 2 Ajax DateTime Picker compatibility with FireFox 3

2008-09-30 Thread Abhinav Sharma
picker or both , some times every thing works fine. Could you guys please suggest resolution to this issue. Thanks, Abhinav -- View this message in context: http://www.nabble.com/Struts-2-Ajax-DateTime-Picker-compatibility-with-FireFox-3-tp19745978p19745978.html Sent from the Struts - User mailing

Re: set value of the datetimepicker but the value does not appear in the input box

2007-09-19 Thread Abhinav
Try this : var vDate = dojo.widget.byId("validateDate"); vDate.inputNode.value = '2007-01-01'; Andvar Woo wrote: Thanks for your reply,but the problem still exists: the value do be set--a alert statement shows that,but the input box still displays nothing: just a blank,the datetimepicker does

RE: Auto Removal of trailing spaces from request params

2005-09-19 Thread Abhinav Bhatnagar
Hi All, Is there any way in struts to automatically trim the string before setting them in the form object? We can do it thru javascript but just want to know if Struts has any feature for this. Thanks and regards, Abhinav CAUTION - Disclaimer * This e

RE: IE Globe issue

2005-07-08 Thread Abhinav Bhatnagar
Any body has any idea on this? Please let me know. Thx -Original Message- From: Abhinav Bhatnagar [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 7:49 PM To: Struts Users Mailing List Subject: IE Globe issue Hi All, I have a strange issue in my struts application. When I

IE Globe issue

2005-07-07 Thread Abhinav Bhatnagar
ly Loaded " But I don't have any frames on my html page. Please let me know if anybody has any idea about this. Thanks and regards, Abhinav CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for t

RE: How to create form rows dynamically

2005-06-23 Thread Abhinav Bhatnagar
I had the same question some time back and I used this : http://struts.apache.org/userGuide/building_controller.html refer section "4.3.2 Map-backed ActionForms" Regards, Abhinav -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005

RE: Adding parameter to local forwards

2005-06-12 Thread Abhinav Bhatnagar
Thanks! That was new information for me. For my application, the parameter value I want to pass is fixed, so I am doing it in the struts-config path itself, something like this : It works but please advise if it's proper. Regards, Abhinav -Original Message- From: news [m

RE: How do you dynamically create a select with one of the options selected

2005-06-08 Thread Abhinav Bhatnagar
Dave, You can use the select and options tags provided in the struts-html taglib Example : Regards, Abhinav -Original Message- From: Harland, David [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 1:22 PM To: user@struts.apache.org Subject: How do you dynamically

RE: how do I switch off Struts - internal logging?

2005-06-06 Thread Abhinav Bhatnagar
Sorry Martin, Due to official purposes I have it as the default setting. Regards, Abhinav -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 6:38 PM To: Abhinav Bhatnagar; Struts Users Mailing List Subject: Re: how do I switch off Struts

RE: how do I switch off Struts - internal logging?

2005-06-06 Thread Abhinav Bhatnagar
Thanks Martin, I have these parameters in my log4j xml file, but that's for my application's logs. If I change it there, my application logging will also stop, which I don't want. Can I do it specifically for struts internal logging only? Thanks and regards, Abhinav -O

how do I switch off Struts - internal logging?

2005-06-03 Thread Abhinav Bhatnagar
how do I switch off Struts - internal logging? I am using struts 1.2.6. Thanks in advance. Abhinav