commons-digester and ClassLoader troubles

2002-04-22 Thread emmanuel.boudrant
Hello everybody, I want parse a Xml config file with the Digester placed now in Jakarta Commons. I'm under Tomcat 3.2.1 so I replace my jaxp.jar by xerces.jar (version 1.3.1) in my tomcat/lib. ...and when I launch my application, I've got a ClassNotFoundException on a class

Re: commons-digester and ClassLoader troubles

2002-04-22 Thread emmanuel.boudrant
Ok, I found 1 solution, I put this: digester.setClassLoader(this.getClass().getClassLoader()); instead of digester.setUseContextClassLoader(true); But now my question is, in the file ActionServlet.java, the code is digester.setUseContextClassLoader(true); ... so why is it working on

trying to upgrade 1.0--1.1...

2002-04-22 Thread Richard . Vaillancourt
Greetings- I have a Struts 1.0 working application, I am having a some issues getting it running in 1.1. I have looked around archives, etc. but did not find any upgrade docs (though appendix D of upcoming Caveness book looks to cover that). I am receiveing a NullPointerException from the

DO NOT REPLY [Bug 8369] New: - enhancement request : specifying abstract or interface FormBeans

2002-04-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8369. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/html/doc-files nested-html.jpg

2002-04-22 Thread rleland
rleland 02/04/22 08:29:26 Modified:src/share/org/apache/struts/taglib/nested/html/doc-files nested-html.jpg Log: Update and reduce Size of UML Diagram. Revision ChangesPath 1.2 +538 -1796

Re: form bean life cycle

2002-04-22 Thread Nicolas De Loof
[send in copy on Struts-dev list] In ActionServlet (Struts 1.0.2) you can read that formBean object found in scope is compared to the form name declared in ActionMapping by testing class name, not testing it using an isInstance or any other reflection mecanism that could allow using inheritance

Re: form bean life cycle

2002-04-22 Thread Kevin . Bedell
Gee - No sooner did I fire off my response, then I read this response telling me I was all wrong. egg-on-face/ I guess I'm specifying how I design code myself - not how struts does it. That being said, this limitation of having to specify a concrete class only should be logged as an

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/bean/doc-files nested-bean.jpg

2002-04-22 Thread rleland
rleland 02/04/22 11:27:55 Modified:src/share/org/apache/struts/actions/doc-files actionsUML.jpg src/share/org/apache/struts/config/doc-files configUML.jpg src/share/org/apache/struts/taglib/nested/bean/doc-files nested-bean.jpg

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean/doc-files beanUML.jpg

2002-04-22 Thread rleland
rleland 02/04/22 11:42:30 Modified:src/share/org/apache/struts/taglib/bean/doc-files beanUML.jpg Log: Update and reduce Size of UML Diagram. Revision ChangesPath 1.2 +501 -240

cvs commit: jakarta-struts/src/share/org/apache/struts/actions package.html

2002-04-22 Thread rleland
rleland 02/04/22 11:49:49 Modified:src/share/org/apache/struts/actions package.html Log: Remove Size/Width from Image tag Revision ChangesPath 1.2 +1 -1 jakarta-struts/src/share/org/apache/struts/actions/package.html Index: package.html

DO NOT REPLY [Bug 7250] - Documentation for logic iterate doesn't indicate it will accept primitive arrays.

2002-04-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7250. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/doc/userGuide struts-logic.xml taglib_struts-logic-ref.xml

2002-04-22 Thread rleland
rleland 02/04/22 12:48:13 Modified:doc/userGuide struts-logic.xml taglib_struts-logic-ref.xml Log: Move over new tag documentation, plus correct spelling. Revision ChangesPath 1.4 +2 -4 jakarta-struts/doc/userGuide/struts-logic.xml Index:

cvs commit: jakarta-struts/doc/userGuide struts-logic.xml taglib_struts-logic-ref.xml

2002-04-22 Thread rleland
rleland 02/04/22 12:25:53 Modified:doc/userGuide struts-logic.xml taglib_struts-logic-ref.xml Log: Bug#7250 Update Iterate Docs for primative types Contributed by [EMAIL PROTECTED] Revision ChangesPath 1.3 +2 -3

Re: form bean life cycle

2002-04-22 Thread Jing Zhou
- Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Struts Developers List [EMAIL PROTECTED] Sent: Monday, April 22, 2002 9:13 AM Subject: Re: form bean life cycle Gee - No sooner did I fire off my response, then I read this response

cvs commit: jakarta-struts/doc/userGuide struts-html.xml taglib_struts-html-ref.xml

2002-04-22 Thread rleland
rleland 02/04/22 13:59:20 Modified:doc/userGuide struts-html.xml taglib_struts-html-ref.xml Log: Move over new tag documentation, for 1.1 features, and resolve some of the differences between struts-html.xml and taglib_struts-html-ref.xml Revision ChangesPath 1.9

Re: trying to upgrade 1.0--1.1...

2002-04-22 Thread Colin Sharples
Sounds like the problem I was having - see earlier message with subject bug in ConfigRuleSet?. Haven't received a response yet. Regards Colin M Sharples I/T Architect IBM Global Services New Zealand email: [EMAIL PROTECTED] phone: 64-4-5769853 mobile: 64-21-402085 fax: 64-4-5765616

1.1 new build needs setter for every getter?

2002-04-22 Thread @Basebeans.com
Subject: 1.1 new build needs setter for every getter? From: JDavids [EMAIL PROTECTED] === I used 1.1 beta, and other builds just fine. Late builds throw an exception if there are no setters. Some of my beans/pages do not need a setter, only a getter. It throws no such method exception. I think

Re: 1.1 new build needs setter for every getter?

2002-04-22 Thread Craig R. McClanahan
On Mon, 22 Apr 2002, Struts-dev Newsgroup wrote: Date: Mon, 22 Apr 2002 16:25:01 -0700 From: Struts-dev Newsgroup [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: 1.1 new build needs setter for every getter? Subject: 1.1 new build needs

RE: 1.1 new build needs setter for every getter?

2002-04-22 Thread Donnie Hale
One more thing on this - a while back we had an issue along these lines using the IBM JDK for AIX where it wouldn't find a read property if the type for the set didn't match the type for the get. Sun's JDK on Windows did find the read property in the same situation. I was able to create a nice,