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
Hi All, I have a strange issue in my struts application. When I go from one page to the second page by clicking over a link, the IE globe (on the top right hand corner) moves for a moment, then stops rotating (user still on page1) and after a few seconds the second page loads. This leads the

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 3:02 PM To:

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 [mailto:[EMAI

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 cr

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
ng.impl.NoOpLog log4j.properties log4j.enable=OFF consult the applicable doc for either package Martin- in - Original Message - From: "Abhinav Bhatnagar" <[EMAIL PROTECTED]> To: Sent: Friday, June 03, 2005 10:37 AM Subject: how do I switch off Struts - internal loggin

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