DO NOT REPLY [Bug 33752] - [Shale] Enhancement to the Shale subview tag library component.

2005-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r158995 - in struts/flow/trunk/src/examples/WEB-INF: guess/struts-config.xml remote/struts-config.xml web.xml wizard/struts-config.xml

2005-03-25 Thread mrdon
Author: mrdon Date: Thu Mar 24 23:02:56 2005 New Revision: 158995 URL: http://svn.apache.org/viewcvs?view=rev&rev=158995 Log: Reorganizing struts config to use inherited base config Modified: struts/flow/trunk/src/examples/WEB-INF/guess/struts-config.xml struts/flow/trunk/src/examples/WEB

svn commit: r158992 - in struts/flow/trunk/src/examples: ./ WEB-INF/ WEB-INF/guess/ WEB-INF/remote/ WEB-INF/wizard/ guess/ remote/

2005-03-25 Thread mrdon
Author: mrdon Date: Thu Mar 24 22:43:06 2005 New Revision: 158992 URL: http://svn.apache.org/viewcvs?view=rev&rev=158992 Log: Midway through consolidating examples (need to commit to move moved file) Added: struts/flow/trunk/src/examples/WEB-INF/guess/ struts/flow/trunk/src/examples/WEB-I

svn commit: r158996 - in struts/flow/trunk/src: examples/ examples/WEB-INF/ examples/WEB-INF/templates/ examples/templates/ java/org/apache/struts/flow/core/ java/org/apache/struts/flow/sugar/

2005-03-25 Thread mrdon
Author: mrdon Date: Fri Mar 25 00:38:14 2005 New Revision: 158996 URL: http://svn.apache.org/viewcvs?view=rev&rev=158996 Log: * Adding example that uses Javascript Templates (JT) to render HTML on both server and client. On the server, JT replaces JSP and on the client, ugly string contatena

svn commit: r158993 - struts/flow/trunk/src/java/org/apache/struts/flow/FlowAction.java struts/flow/trunk/src/java/org/apache/struts/flow/FlowPlugIn.java

2005-03-25 Thread mrdon
Author: mrdon Date: Thu Mar 24 22:53:34 2005 New Revision: 158993 URL: http://svn.apache.org/viewcvs?view=rev&rev=158993 Log: * Adding support for module-specific configuration (whoops) * Changing comma-split algorithm to match one used by Struts for modules and chain Modified: struts/flow

svn commit: r158994 - in struts/flow/trunk: ./ src/examples/WEB-INF/guess/ src/examples/WEB-INF/remote/ src/examples/WEB-INF/wizard/ src/examples/remote/ src/guess-example/ src/remote-example/ src/wizard-example/

2005-03-25 Thread mrdon
Author: mrdon Date: Thu Mar 24 22:53:58 2005 New Revision: 158994 URL: http://svn.apache.org/viewcvs?view=rev&rev=158994 Log: Finished restructing of examples into one Added: struts/flow/trunk/src/examples/remote/clientFlow.js - copied unchanged from r158992, struts/flow/trunk/src/exam

svn commit: r158991 - in struts/flow/trunk/src/examples: ./ guess/

2005-03-25 Thread mrdon
Author: mrdon Date: Thu Mar 24 21:54:36 2005 New Revision: 158991 URL: http://svn.apache.org/viewcvs?view=rev&rev=158991 Log: Starting to create one examples webapp Added: struts/flow/trunk/src/examples/ - copied from r158353, struts/flow/trunk/src/guess-example/ struts/flow/trunk/s

DO NOT REPLY [Bug 21760] - Add support for non-default resource bundles in validation

2005-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Getting Tiles and Chain to play nice together

2005-03-25 Thread Don Brown
To borrow a JSF term, what about ViewHandler? :) Don Martin Cooper wrote: OK, I hadn't thought about taking it that far. ;-) So this thingumajig would effectively do what PerformForward and PerformInclude do now (or what used to be doForward() and doInclude() in the old request processor), right?

Re: Maven Build

2005-03-25 Thread Niall Pemberton
James, Thanks for the response, and appreciate the work you're doing on the maven build. Unfortunately I'm a maven novice, so I'm struggling to know what its doing. I believe I found the cause of the InvocationTargetExceptions - in the build/project.xml the "url", "siteDirectory" and "distributio

svn:externals and branch

2005-03-25 Thread Don Brown
I'm sure someone has thought of this already, but just in case... We started using svn:externals in a similar way to Struts (the build directory) and it worked great...until we had to branch. While the svn:externals copied correctly, they still refer to the same directory. This means, if you

svn commit: r159078 - in struts/flow/trunk/src: examples/WEB-INF/guess/ examples/WEB-INF/remote/ examples/WEB-INF/templates/ examples/templates/ java/ java/org/apache/struts/flow/ java/org/apache/struts/flow/json/

2005-03-25 Thread mrdon
Author: mrdon Date: Fri Mar 25 16:12:21 2005 New Revision: 159078 URL: http://svn.apache.org/viewcvs?view=rev&rev=159078 Log: * Added source code comments and javadocs * Updated Javascript Templates file * Removed cocoon legacy from examples Modified: struts/flow/trunk/src/examples/WEB-INF

svn commit: r159080 - struts/flow/trunk/src/examples/WEB-INF/templates/numberguess.js

2005-03-25 Thread mrdon
Author: mrdon Date: Fri Mar 25 16:45:34 2005 New Revision: 159080 URL: http://svn.apache.org/viewcvs?view=rev&rev=159080 Log: Added more comments and cleaned out debugging Modified: struts/flow/trunk/src/examples/WEB-INF/templates/numberguess.js Modified: struts/flow/trunk/src/examples/WEB-I

svn commit: r159085 - in struts/core/trunk/doc/flow: index.xml templates-example.xml

2005-03-25 Thread mrdon
Author: mrdon Date: Fri Mar 25 17:02:04 2005 New Revision: 159085 URL: http://svn.apache.org/viewcvs?view=rev&rev=159085 Log: Adding templates tutorial Added: struts/core/trunk/doc/flow/templates-example.xml (with props) Modified: struts/core/trunk/doc/flow/index.xml Modified: struts/

Re: Maven Build

2005-03-25 Thread Niall Pemberton
I resolved this - I needed to download the Maven Cactus Plugin http://jakarta.apache.org/cactus/integration/maven/installing.html Niall - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> Sent: Friday, March 25, 2005 2:35 AM > I tried the latest maven build-all from SVN,

DO NOT REPLY [Bug 33752] - [Shale] Enhancement to the Shale subview tag library component.

2005-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r159096 - struts/apps/trunk/maven.xml

2005-03-25 Thread niallp
Author: niallp Date: Fri Mar 25 21:10:57 2005 New Revision: 159096 URL: http://svn.apache.org/viewcvs?view=rev&rev=159096 Log: Correct multiproject "excludes" list in "apps" maven.xml - remove spaces from comma separated excludes list - add build/project.xml to excludes list Modified: strut

svn commit: r159097 - struts/build/trunk/project.xml

2005-03-25 Thread niallp
Author: niallp Date: Fri Mar 25 21:31:58 2005 New Revision: 159097 URL: http://svn.apache.org/viewcvs?view=rev&rev=159097 Log: Remove "substring" causing InvocationTargetException Having ${pom.artifactId.substring(8)} in the "url", "siteDirectory" and "distributionDirectory" elements was causing