Re: Validator Framework, WHAT's UP !!!!

2004-05-24 Thread ksitron
Thanks for the reply mark. I finally solved the problem. There were two 
things.
1, I am using tiles defintitions. I had inadvertantly forgotten to place 
a closing /html:html
in my base tile. For some reason this screwed everything up.

2) For some strange reason, the validation framework ONLY sees error 
message keys that are found in errors_EN_US.properties.
   Do you have any ideas why ???

 

Mark Mandel wrote:
What does your Application.properties file look at?
(or whatever you call your resource file)
Mark
-Original Message-
From: ksitron [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 23 May 2004 7:22 AM
To: Struts Users Mailing List
Subject: Validator Framework, WHAT's UP 

I'm using the 1.1 validator framework. I have activated the validator 
pluging correctly, because I can see the validations
from the validation.xml file being displayed on the output from the 
app-server. I know that the validations themselves are working as per 
the validations that I set up in validation.xml, because when I enter in 
unwanted data. I get returned to the page that I was currently entering 
in data into. That's all fine. But, I'm not gettting any error messages 
displayed in my JSP, even though I'm including the html:errors/
tag. Someone please tell me what I'm doing wrong.

Thanks in advance.
 

--
Kevin J Citron
Sr. Object Imagineer
Optimized Objects, Inc.
EL Paso, Texas 79930
(915) 565-7785/566-2403

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


RE: Validator Framework, WHAT's UP !!!!

2004-05-23 Thread Mark Mandel
What does your Application.properties file look at?

(or whatever you call your resource file)

Mark

-Original Message-
From: ksitron [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 23 May 2004 7:22 AM
To: Struts Users Mailing List
Subject: Validator Framework, WHAT's UP 


 I'm using the 1.1 validator framework. I have activated the validator 
pluging correctly, because I can see the validations
from the validation.xml file being displayed on the output from the 
app-server. I know that the validations themselves are working as per 
the validations that I set up in validation.xml, because when I enter in 
unwanted data. I get returned to the page that I was currently entering 
in data into. That's all fine. But, I'm not gettting any error messages 
displayed in my JSP, even though I'm including the html:errors/
tag. Someone please tell me what I'm doing wrong.


Thanks in advance.

-- 





-
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]