Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

urgent.!!. validator.xml

 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please help me on this
I just wanted to downloaded the files related struts validator framework..
So, I downloaded "Struts 1.1 distribtion" from "commons" directory..
As 1. validation.xml and validator_rules.xml files are required for struts framework, I wanted to locate the files. I was able to find validator_rules.xml file in the downloaded zip, but not the validation.xml...
There is one DTD file for validation.xml...
Please help me , whether I downloaded the correct thing ornot..
[ October 07, 2003: Message edited by: M K Raman ]
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a struts-validator WAR file in the webapps folder under the Struts 1.1 Folder. Did you download Struts 1.1 or just the validator framework?
 
manasa teja
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Eric Sexton:
There is a struts-validator WAR file in the webapps folder under the Struts 1.1 Folder. Did you download Struts 1.1 or just the validator framework?


Thanks Eric..
I downloaded Struts 1.1 .. it has all teh other files.., except the one I mentioned...
I went to the following URL
http://jakarta.apache.org/site/binindex.cgi
and downloaded " the zip from the Struts location....
------------------
Struts KEYS
1.1 zip PGP MD5
1.1 tar.gz PGP MD5
------------------------

thanks
Raman
 
Eric Sexton
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you download that zip, and then unzip the struts-validator war, you will see the validation.xml. I just tried it myself.
 
manasa teja
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Eric.. I was able to find it and implement validator..
thanks for ur help
 
reply
    Bookmark Topic Watch Topic
  • New Topic