Re: Struts 2 Validation issues

2009-10-23 Thread Konstantyn Harasevich
Hello Struts 2 in action is good book to resolve yours questions. Greeting - Original Message - From: "Eileen Hurley" To: Sent: Thursday, October 22, 2009 10:07 AM Subject: Struts 2 Validation issues All, I have problems with xml validation and Struts 2 (2.

Struts 2 Validation issues

2009-10-23 Thread Eileen Hurley
All, I have problems with xml validation and Struts 2 (2.0.14). The validation as I see it is not displaying the error messages (I extend ActionSupport). The defaultstack includes the validation interceptor. I believe the problem is related to my struts.xml configuration and the interceptor

Re: validation issues

2007-08-18 Thread Laurie Harper
Sivaswamynatha K wrote: 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 pa

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

Re: validation issues when using multiple modules

2005-01-03 Thread Cliff
Hi, I havn't use multi-module but multi-config.xml. My setting of Validator is centralised in one config.xml. You may try. Good Luck. Cliff - Original Message - From: "Leigh Estes" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 04, 2005 8:06 AM Subject: v

validation issues when using multiple modules

2005-01-03 Thread Leigh Estes
s, but it shows up just fine on this page when printed out as a form label. Any help would be most appreciated. Leigh On Mon, 2004-12-20 at 16:52, Leigh Estes wrote: > From: Niall Pemberton <[EMAIL PROTECTED]> > Subject: validation issues when using multiple modules > Date: F

Re: validation issues when using multiple modules

2004-12-20 Thread Leigh Estes
form label. Any help would be most appreciated. Leigh On Mon, 2004-12-20 at 16:52, Leigh Estes wrote: > From: Niall Pemberton <[EMAIL PROTECTED]> > Subject: validation issues when using multiple modules > Date: Fri, 17 Dec 2004 01:40:09 - > Content-Type: text/plain; >

validation issues when using multiple modules

2004-12-18 Thread Leigh Estes
I have configured two modules in my web application using Struts 1.2. Each has its own struts config as defined in the web application's web.xml. Each has its own validation XML and resource bundles as defined in their respective struts config files. The problem I'm seeing is that if I violate a v

Re: validation issues when using multiple modules

2004-12-16 Thread Niall Pemberton
lt;[EMAIL PROTECTED]> Sent: Friday, December 17, 2004 12:29 AM Subject: validation issues when using multiple modules > I have configured two modules in my web application using Struts 1.2. > Each has its own struts config as defined in the web application's > web.xml. Each has

validation issues when using multiple modules

2004-12-16 Thread Leigh Estes
I have configured two modules in my web application using Struts 1.2. Each has its own struts config as defined in the web application's web.xml. Each has its own validation XML and resource bundles as defined in their respective struts config files. The problem I'm seeing is that if I violate a v