RE: Server side validation not working

2006-07-12 Thread Krishna, Hari
did u put html:errors properly in jsp

-Original Message-
From: Pankaj Gupta [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 12, 2006 6:13 PM
To: Struts Users Mailing List
Subject: Server side validation not working


Hi All,

I am using server side validation in my application. The problem is that 
when validate() returns an ActionErrors object, the page displayed 
becomes blank. I have no clue as to why this is happening. There is no 
javascript error or exception thrown.

Pl Help.

regards,
Pankaj

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Notice:  All email and instant messages (including attachments) sent to
or from Franklin Templeton Investments (FTI) personnel may be retained,
monitored and/or reviewed by FTI and its agents, or authorized
law enforcement personnel, without further notice or consent.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Server side validation not working

2006-07-12 Thread Pankaj Gupta

Yes I did.

Krishna, Hari wrote:

did u put html:errors properly in jsp

-Original Message-
From: Pankaj Gupta [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 12, 2006 6:13 PM
To: Struts Users Mailing List
Subject: Server side validation not working


Hi All,

I am using server side validation in my application. The problem is that 
when validate() returns an ActionErrors object, the page displayed 
becomes blank. I have no clue as to why this is happening. There is no 
javascript error or exception thrown.


Pl Help.

regards,
Pankaj

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Notice:  All email and instant messages (including attachments) sent to
or from Franklin Templeton Investments (FTI) personnel may be retained,
monitored and/or reviewed by FTI and its agents, or authorized
law enforcement personnel, without further notice or consent.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Server side validation not working

2006-07-12 Thread Samere, Adam J
Did you set the input attribute on your action mapping in
struts-config.xml ? 

-Original Message-
From: Pankaj Gupta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 8:55 AM
To: Struts Users Mailing List
Subject: Re: Server side validation not working

Yes I did.

Krishna, Hari wrote:
 did u put html:errors properly in jsp

 -Original Message-
 From: Pankaj Gupta [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 12, 2006 6:13 PM
 To: Struts Users Mailing List
 Subject: Server side validation not working


 Hi All,

 I am using server side validation in my application. The problem is 
 that when validate() returns an ActionErrors object, the page 
 displayed becomes blank. I have no clue as to why this is happening. 
 There is no javascript error or exception thrown.

 Pl Help.

 regards,
 Pankaj

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 Notice:  All email and instant messages (including attachments) sent 
 to or from Franklin Templeton Investments (FTI) personnel may be 
 retained, monitored and/or reviewed by FTI and its agents, or 
 authorized law enforcement personnel, without further notice or
consent.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
The information contained in this message may be privileged,
confidential, and protected from disclosure. If the reader of this
message is not the intended recipient, or any employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any dissemination, distribution, or
copying of this communication is strictly prohibited. If you have
received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.

Thank you. Paychex, Inc.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Server side validation not working

2006-07-12 Thread Pankaj Gupta

Yes

Samere, Adam J wrote:

Did you set the input attribute on your action mapping in
struts-config.xml ? 


-Original Message-
From: Pankaj Gupta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 8:55 AM

To: Struts Users Mailing List
Subject: Re: Server side validation not working

Yes I did.

Krishna, Hari wrote:
  

did u put html:errors properly in jsp

-Original Message-
From: Pankaj Gupta [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 12, 2006 6:13 PM
To: Struts Users Mailing List
Subject: Server side validation not working


Hi All,

I am using server side validation in my application. The problem is 
that when validate() returns an ActionErrors object, the page 
displayed becomes blank. I have no clue as to why this is happening. 
There is no javascript error or exception thrown.


Pl Help.

regards,
Pankaj

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Notice:  All email and instant messages (including attachments) sent 
to or from Franklin Templeton Investments (FTI) personnel may be 
retained, monitored and/or reviewed by FTI and its agents, or 
authorized law enforcement personnel, without further notice or


consent.
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
The information contained in this message may be privileged,
confidential, and protected from disclosure. If the reader of this
message is not the intended recipient, or any employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any dissemination, distribution, or
copying of this communication is strictly prohibited. If you have
received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.

Thank you. Paychex, Inc.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Server side validation not working

2006-07-12 Thread Lance
1. Is validate=true?

2. Or are you explicitly calling ActionForm.validate() in your action?
If so you'll have to call Action.saveErrors().

-Original Message-
From: Pankaj Gupta [mailto:[EMAIL PROTECTED] 
Sent: 12 July 2006 14:05
To: Struts Users Mailing List
Subject: Re: Server side validation not working

Yes

Samere, Adam J wrote:
 Did you set the input attribute on your action mapping in
 struts-config.xml ? 

 -Original Message-
 From: Pankaj Gupta [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 12, 2006 8:55 AM
 To: Struts Users Mailing List
 Subject: Re: Server side validation not working

 Yes I did.

 Krishna, Hari wrote:
   
 did u put html:errors properly in jsp

 -Original Message-
 From: Pankaj Gupta [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 12, 2006 6:13 PM
 To: Struts Users Mailing List
 Subject: Server side validation not working


 Hi All,

 I am using server side validation in my application. The problem is 
 that when validate() returns an ActionErrors object, the page 
 displayed becomes blank. I have no clue as to why this is happening. 
 There is no javascript error or exception thrown.

 Pl Help.

 regards,
 Pankaj

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 Notice:  All email and instant messages (including attachments) sent 
 to or from Franklin Templeton Investments (FTI) personnel may be 
 retained, monitored and/or reviewed by FTI and its agents, or 
 authorized law enforcement personnel, without further notice or
 
 consent.
   
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 The information contained in this message may be privileged,
 confidential, and protected from disclosure. If the reader of this
 message is not the intended recipient, or any employee or agent
 responsible for delivering this message to the intended recipient,
 you are hereby notified that any dissemination, distribution, or
 copying of this communication is strictly prohibited. If you have
 received this communication in error, please notify us immediately
 by replying to the message and deleting it from your computer.

 Thank you. Paychex, Inc.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]