Re: [S2] Validator Framework

2008-06-23 Thread Lukasz Lenart
Hi, Struts2 use XWork Validation Framework, so you can use it http://www.opensymphony.com/xwork/wikidocs/Validation%20Framework.html Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

[S2] Validator Framework

2008-06-19 Thread Hoying, Ken
I would like to use the Struts2 validation classes "outside" of Struts2. What I would like to do specifically is use the UrlValidator to test a string to determine if it is a URL and if it is create the link and if not just display the value. I would like to use the validator for this since we us

Re: [S2] validator framework

2007-12-21 Thread Dave Newton
--- Adam Hardy <[EMAIL PROTECTED]> wrote: > - is there a way to have all the validation in one config file rather > than having one config file per Action class? AFAICT the validation files are looked up the same way the resource files are; for example I just added a superclass to one of my actio

[S2] validator framework

2007-12-21 Thread Adam Hardy
Hi Folks, just slogging my way up the learning curve of XWorks Validation with that 'here we go again' feeling, and it occurred to me that I might be able to plug in the old commons-validator more quickly. XWorks's Struts2 validation framework is probably not that bad and of course commons-v