DO NOT REPLY [Bug 35839] New: - [shale] Clay processes components inside HTML comments

2005-07-24 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

DO NOT REPLY [Bug 35841] New: - [shale] Clay doesn't preserve the component hierarchy in HTML templates

2005-07-24 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: [shale][clay] Component attributes overriding. Proposals

2005-07-24 Thread Manfred Klug
Re: [shale][clay] Component attributes overriding. Proposals >>> [snip] >>> I would prefer to see the html attributes always override the xml >>> definitions. I say that because it favors the web designer >>> instead of the developer. >>> However, this new proposed attribute (allowOverriding=

Bug report for Struts [2005/07/24]

2005-07-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [shale][clay] Component attributes overriding. Proposals

2005-07-24 Thread gvanmatre
> > Re: [shale][clay] Component attributes overriding. Proposals > > >>> [snip] > >>> I would prefer to see the html attributes always override the xml > >>> definitions. I say that because it favors the web designer > >>> instead of the developer. > >>> However, this new proposed attribute

DO NOT REPLY [Bug 35841] - [shale] Clay doesn't preserve the component hierarchy in HTML templates

2005-07-24 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: r224685 - in /struts/shale/trunk: build.properties.sample default.properties

2005-07-24 Thread wsmoak
Author: wsmoak Date: Sun Jul 24 20:11:26 2005 New Revision: 224685 URL: http://svn.apache.org/viewcvs?rev=224685&view=rev Log: Moving items that a developer is expected to edit into build.properties.sample Modified: struts/shale/trunk/build.properties.sample struts/shale/trunk/default.pro

svn commit: r224686 - in /struts/core/trunk/doc: roadmap.xml userGuide/preface.xml

2005-07-24 Thread wsmoak
Author: wsmoak Date: Sun Jul 24 20:29:55 2005 New Revision: 224686 URL: http://svn.apache.org/viewcvs?rev=224686&view=rev Log: - Make stronger statement about Servlet 2.3 requirement See: http://www.mail-archive.com/dev@struts.apache.org/msg10249.html - Fix typos Modified: struts/core/trun

svn commit: r224687 - in /struts/shale/trunk/core-library: build.xml src/java/org/apache/shale/spring/webflow/ src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java src/java/org/apach

2005-07-24 Thread craigmcc
Author: craigmcc Date: Sun Jul 24 21:25:43 2005 New Revision: 224687 URL: http://svn.apache.org/viewcvs?rev=224687&view=rev Log: Initial compilable integration between Spring WebFlow and JSF. NOTE: THIS CODE ULTIMATELY BELONGS INSIDE SPRING WEBFLOW, BECAUSE IT IS NOT DEPENDENT ON SHALE. IT WILL

[Shale] Heads Up On Compiling Core Library

2005-07-24 Thread Craig McClanahan
As I promised on the Spring developer list a while back, I'm working on an integration between Spring WebFlow (currently at release PR4) and JavaServer Faces. For the moment, this code will exist in the Shale core-library sub-module ... but the code will utlimately be offered to the Spring project

svn commit: r224692 - in /struts/shale/trunk: build.properties.sample core-library/build.xml

2005-07-24 Thread wsmoak
Author: wsmoak Date: Sun Jul 24 22:09:49 2005 New Revision: 224692 URL: http://svn.apache.org/viewcvs?rev=224692&view=rev Log: - Updated suggested properties in sample build.properties file - Changed core-library build to use downloaded dependencies Modified: struts/shale/trunk/build.properti

svn commit: r224694 - /struts/shale/trunk/clay-plugin/build.xml

2005-07-24 Thread wsmoak
Author: wsmoak Date: Sun Jul 24 22:25:39 2005 New Revision: 224694 URL: http://svn.apache.org/viewcvs?rev=224694&view=rev Log: Changed clay-plugin build to use downloaded dependencies Modified: struts/shale/trunk/clay-plugin/build.xml Modified: struts/shale/trunk/clay-plugin/build.xml URL:

svn commit: r224696 - in /struts/shale/trunk: test-framework/build.xml use-cases/build.xml

2005-07-24 Thread wsmoak
Author: wsmoak Date: Sun Jul 24 22:36:38 2005 New Revision: 224696 URL: http://svn.apache.org/viewcvs?rev=224696&view=rev Log: Changed test-framework and use-cases builds to use downloaded dependencies Modified: struts/shale/trunk/test-framework/build.xml struts/shale/trunk/use-cases/buil

Re: [Shale] Heads Up On Compiling Core Library

2005-07-24 Thread Wendy Smoak
From: "Craig McClanahan" <[EMAIL PROTECTED]> In the mean time, though, that means you need to define properties "webflow.home" and "spring-webflow.jar" in your "build.properties" file if you want to build the core-library sub-module. Craig, I didn't realize that was a temporary change, so I ad