RE: user Digest 31 Mar 2009 20:39:45 -0000 Issue 8569

2009-03-31 Thread Sivaswamynatha K
Thank you, Hope it will help me. -Original Message- From: user-digest-h...@struts.apache.org [mailto:user-digest-h...@struts.apache.org] Sent: Wednesday, April 01, 2009 2:10 AM To: user@struts.apache.org Subject: user Digest 31 Mar 2009 20:39:45 - Issue 8569 user Digest 31 Mar 2009

Struts 1.3.10 + Ajax

2009-03-31 Thread Sivaswamynatha K
Hi, I am working on Struts 1.3.10 application and want to use Ajax widgets (datagrid, autocomplete feature). Could you suggest me some good open source ajax frameworks? What about SweetDev RIA? Regards, Siva

redirecting to last working page

2008-10-01 Thread Sivaswamynatha K
Hi, If the session expires, the user will be redirected to login page. Once the user logins again, how to redirect him to the last working page. Application is built in Struts 1.2.9 Regards, Siva.K - To unsubscribe, e-mail: [EMA

struts + springs + action messages issue

2008-03-10 Thread Sivaswamynatha K
Hi, We are using struts 1.2.9 and springs. I have one issue. Action messages (some error message and information to the user) of one user is available to another user who is also working on the application. He may do some other action. Regards, Siva Regards, K. Siva Swamynatha. KAVNI

acessing form values in validation.xml

2008-01-09 Thread Sivaswamynatha K
Hi, Is it possible to access the form variables in the validation.xml file. I am using Struts 1.2.9 Ie. I have a requirement to enter the year field between 1800 to current year + years. In validation.xml

multi part request.

2007-11-14 Thread Sivaswamynatha K
Hello, In my struts 1.2.9 application, I have a requirement to attach a file. So in my jsp page I use enctype="multipart/form-data". Its working fine and file gets attached. It's a tabbed page and when I click another tab, I want to keep track the tab index. (I have tab index as hidden field).

validation issues

2007-08-17 Thread Sivaswamynatha K
Hello friends, I am using struts 1.2.9. In my project, I have to navigate along the five jsp pages. For each page I have one next button which updates the data to the database. During that time I have to do only mask validation and not required validation. In the fifth page I have one save butt

validation error help needed.

2007-08-07 Thread Sivaswamynatha K
I have three text fields in a row. I.e. City, State and Zip. I have to validate all these fields required and mask properties and show the error by inserting a red star at the end of the zip text field. The error message is shown as a tool tip for the red star. What my problem is if one of the fiel