cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfigMatcher.java

2003-10-10 Thread mrdon
mrdon 2003/10/10 16:19:57 Modified:src/test/org/apache/struts/config TestActionConfigMatcher.java src/share/org/apache/struts/config ActionConfigMatcher.java Log: Added more unit tests and fixed a bug they discovered (ExceptionConfigs not be

cvs commit: jakarta-struts/src/test/org/apache/struts/action TestActionMappingMatcher.java

2003-10-10 Thread mrdon
mrdon 2003/10/10 15:37:20 Removed: src/test/org/apache/struts/action TestActionMappingMatcher.java Log: Removed old test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

struts-example/tour.htm

2003-10-10 Thread Don Brown
I updated the struts-example to use wildcards in struts-config-registration.xml and was about to update tour.htm when I noticed it was woefully out of date. It is worth updating? For 1.2, are we planning on shipping it with the new example app I've heard mentioned? Should I bother updating tour.h

cvs commit: jakarta-struts build-tests.xml

2003-10-10 Thread mrdon
mrdon 2003/10/10 15:09:26 Modified:.build-tests.xml Added: src/test/org/apache/struts/config TestActionConfigMatcher.java Log: Updated unit tests for ActionConfigMatcher Revision ChangesPath 1.1 jakarta-struts/sr

cvs commit: jakarta-struts/src/share/org/apache/struts/config/impl ModuleConfigImpl.java

2003-10-10 Thread mrdon
mrdon 2003/10/10 15:03:33 Modified:src/share/org/apache/struts/action RequestProcessor.java src/share/org/apache/struts/config/impl ModuleConfigImpl.java Added: src/share/org/apache/struts/config ActionConfigMatcher.java Removed: src

cvs commit: jakarta-struts/doc/userGuide building_controller.xml index.xml

2003-10-10 Thread mrdon
mrdon 2003/10/10 13:10:35 Modified:doc/userGuide building_controller.xml index.xml Log: Added a section on using wildcards in action mappings Revision ChangesPath 1.71 +116 -2jakarta-struts/doc/userGuide/building_controller.xml Index: building_controller.x

Re: Adding to the user guide

2003-10-10 Thread Craig R. McClanahan
James Mitchell wrote: I can't see why anyone would have a problem with renaming a few pages... +1. ...hell, when I get the time, I plan to rewrite the whole thing to bring it up to 1.1+ standards, demonstrating all the newest, coolest stuff. +1 as well. -- James Mitchell Craig

Re: Adding to the user guide

2003-10-10 Thread James Mitchell
I can't see why anyone would have a problem with renaming a few pages..hell, when I get the time, I plan to rewrite the whole thing to bring it up to 1.1+ standards, demonstrating all the newest, coolest stuff. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.

Multiple form-beans and Action class

2003-10-10 Thread Nitin . Narayan
Hi, Is it possible to point multiple form beans to the same action within struts-config file? Kindly let me know using an example. Cheers, Nitin Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not

Re: XMLEncoder class [OT]

2003-10-10 Thread Zakaria khabot
Yes and exactelly : j2sdk1.4.1 Zakaria KHABOT Ingénieur d'état Réseaux informatiques MFIE/CGED Tel : +212 62 46 10 29 E_mail : [EMAIL PROTECTED] - Original Message - From: "Guido" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sen

Re: Adding to the user guide

2003-10-10 Thread Don Brown
What I meant was I modified the original struts-example to demonstrate wildcards when I distributed the code as a Struts extension. I bring it up to point out it requires the renaming of particularly the JSP page which may or may not be acceptable. If so, I can go ahead and modify the example as