RE: Struts Validator Load Failure

2002-02-02 Thread Robert D. Morse
Thanks Ted, but I get a different error under JBuilder 6.0: Digester.getParser: javax.xml.parsers.ParserConfigurationException: Namespace not supported by SAXParser at com.sun.xml.parser.SAXParserImpl.(SAXParserImpl.java:60) at com.sun.xml.parser.SAXParserFactoryImpl.newSAXParser(

Re: Boost Struts with XSLT and XML - JavaWorld.com

2002-02-02 Thread Pete Carapetyan
This is one of the most well written articles I have ever seen. At first blush, I am having a difficult time deciding wether this technology is totally cool, or it is just such a straightforward presentation that I am twitterpated. Thanks Todd "Todd G. Nist" wrote: > I have not seen this poste

PropertyUtils.copyProperties function

2002-02-02 Thread Henry Lu
It seems to me that PropertyUtils.copyProperties doesn't work properly. Could anyone show me how it works? The following is my code and output: // RegForm theRegForm = (RegForm)form; Student stdt = (Student)session.getAttr

RE: Struts Validator Load Failure

2002-02-02 Thread Jason Te Whau
Actually that really looks like the error you get when you've got an old version of xerces.jar. I know the Digester needs a fairly recent version of Xerces. Maybe you can check that as well. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002

Re: Struts Validator Load Failure

2002-02-02 Thread Ted Husted
Try it with this one instead (binaries only), http://husted.com/struts/resources/struts_1_1a.zip and let us know if it works as well as it did Struts 1.0.x Hey, and any notes on using Torque with Struts would be welcome =:o) -Ted. "Robert D. Morse" wrote: > > Hello Ted. > I just tried the

Boost Struts with XSLT and XML - JavaWorld.com

2002-02-02 Thread Todd G. Nist
I have not seen this posted so, for those interested in using XSLT and XML with Struts, thought the following article maybe of value. Boost Struts with XSLT and XML An introduction to Model 2X Summary Struts is an innovative server-side Java framework designed to build Web applications. Hosted b

RE: OT: onblur Javascript validation

2002-02-02 Thread Todd
Steve, Thanks for the reply, the code works greate. Regards, Todd -Original Message- From: Steve Ardis [mailto:[EMAIL PROTECTED]] Sent: Fri 2/1/2002 11:46 PM To: [EMAIL PROTECTED] Cc: Subject: Re: OT: onblur Javascript v

RE: Struts Validator Load Failure

2002-02-02 Thread Robert D. Morse
Hello Ted. I just tried the nightly 31-Jan-2002 version of struts. Torque is from 01-06-2002. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 6:07 AM To: Struts Users Mailing List Subject: Re: Struts Validator Load Failure By any version

Re: Struts Validator Load Failure

2002-02-02 Thread Ted Husted
By any version of Struts, do include version 1.0.1 or a nightly build prior to 15-Jan ? -- Ted Husted, Husted dot Com, Fairport NY USA. -- Java Web Development with Struts. -- Tel +1 585 737-3463. -- Web http://www.husted.com/struts/ "Robert D. Morse" wrote: > > Has anyone discovered a fix for

RE: Struts Validator Load Failure

2002-02-02 Thread Robert D. Morse
Has anyone discovered a fix for this? I see this with the 01-06-2002 nightly of Torque and any version of Struts other than 1.0. Struts 1.0 works perfectly. I haven't had the time to track this down personally, so I'm wondering if anyone discovered a solution. Thanks. -Original Message---