RE: [shale] ViewControllers and page composition

2005-11-17 Thread hermod.opstvedt
Hi I wasn't using the s:subview tag, but the standard jsf f:subview tag. So I switched, and expected to get messages along the line: No ViewController for viewId... for each tile and one for the page. However, this is not the case. I only get one such message, which is for the page it self.

Re: SVN Question

2005-11-17 Thread Ted Husted
It was moved here: http://svn.apache.org/viewcvs.cgi/struts/site/trunk/xdocs/images/ You might just want to check in another copy to the Tiles subproject. -Ted. On 11/15/05, Greg Reddin [EMAIL PROTECTED] wrote: I want to check in a file in the tiles docs that was once there, but has been

svn commit: r345227 - in /struts: core/trunk/xdocs/ core/trunk/xdocs/faqs/ site/trunk/xdocs/

2005-11-17 Thread husted
Author: husted Date: Thu Nov 17 03:37:57 2005 New Revision: 345227 URL: http://svn.apache.org/viewcvs?rev=345227view=rev Log: Continue final pass for 1.3.x release. Modified: struts/core/trunk/xdocs/faqs/actionForm.xml struts/core/trunk/xdocs/faqs/apps.xml

Re: SVN Question

2005-11-17 Thread Sean Schofield
If a file was moved by someone else while you were working on it, I think the best thing to do is a clean checkout in a separate dir. Then copy the file change to the new dir and revert the change in the old dir. Then remove the new dir and resume in the original dir after you update. Make

Re: SVN Question

2005-11-17 Thread Greg Reddin
On Nov 17, 2005, at 7:30 AM, Sean Schofield wrote: If a file was moved by someone else while you were working on it, I think the best thing to do is a clean checkout in a separate dir. Then copy the file change to the new dir and revert the change in the old dir. Then remove the new dir and

svn commit: r345252 - /struts/tiles/trunk/xdocs/images/

2005-11-17 Thread greddin
Author: greddin Date: Thu Nov 17 06:53:26 2005 New Revision: 345252 URL: http://svn.apache.org/viewcvs?rev=345252view=rev Log: Copying images back to Tiles. Added: struts/tiles/trunk/xdocs/images/ - copied from r345251, struts/site/trunk/xdocs/images/

svn commit: r345253 - in /struts/tiles/trunk/xdocs/images: asf_logo_wide.gif jakarta-logo.gif printer.gif struts.gif

2005-11-17 Thread greddin
Author: greddin Date: Thu Nov 17 06:55:09 2005 New Revision: 345253 URL: http://svn.apache.org/viewcvs?rev=345253view=rev Log: Removing unneeded images just copied over. Removed: struts/tiles/trunk/xdocs/images/asf_logo_wide.gif struts/tiles/trunk/xdocs/images/jakarta-logo.gif

svn commit: r345269 - /struts/shale/trunk/build.xml

2005-11-17 Thread schof
Author: schof Date: Thu Nov 17 07:51:24 2005 New Revision: 345269 URL: http://svn.apache.org/viewcvs?rev=345269view=rev Log: Updated MyFaces dependency to version 1.1.1 Modified: struts/shale/trunk/build.xml Modified: struts/shale/trunk/build.xml URL:

DO NOT REPLY [Bug 37361] - [shale] categories selectManyCheckBox in usecases fails to validate

2005-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37361. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Re: [shale] ClayViewHandler listener

2005-11-17 Thread Ryan Wynn
Cool, thanks Gary. so the following catalog name=clayCustomization chain name=preprocessAddComponent command className=org.apache.shale.usecases.rolodex.CustomCommand/ /chain /catalog would execute CustomCommand before the creation of a component, validator, etc? I

Re: [shale] ClayViewHandler listener

2005-11-17 Thread Gary VanMatre
Cool, thanks Gary. so the following catalog name=clayCustomization chain name=preprocessAddComponent command className=org.apache.shale.usecases.rolodex.CustomCommand/ /chain /catalog would execute CustomCommand before the creation of a component,

Re: [Clay] Symbol replacement

2005-11-17 Thread Craig McClanahan
Sorry for the late response ... been somewhat distracted by day job responsibilities, so I could only answer simple questions during compile cycles :-). A couple of comments below. On 11/16/05, Gary VanMatre [EMAIL PROTECTED] wrote: We had some discussion on changing the Clay symbols to make

Re: [shale] Custom Lifecylce vs. Phase Listener

2005-11-17 Thread Craig McClanahan
On 11/15/05, Sean Schofield [EMAIL PROTECTED] wrote: Craig, I've been thinking about a post you made on myfaces-dev a few months ago about Ajax and phase listeners. You mentioned that in addition to the remoting support that you have now you were considering a custom LifeCycle object for

Re: [shale] ClayViewHandler listener

2005-11-17 Thread Ryan Wynn
Yes, I would need matching postprocess commands to accomplish my task. My custom command basically checks if the ClayContext's parent component id is 'clayView' and if it is then it goes and adds the appropriate javascript to the top of the component child list. I originally had thought that the

Re: svn commit: r345179 - in /struts/core/trunk: conf/java/struts-config_1_3.dtd src/java/org/apache/struts/action/DynaActionFormClass.java src/java/org/apache/struts/config/FormBeanConfig.java src/ja

2005-11-17 Thread Christian Meder
On Thu, 2005-11-17 at 03:40 +, [EMAIL PROTECTED] wrote: Author: laurieh Date: Wed Nov 16 19:40:50 2005 New Revision: 345179 URL: http://svn.apache.org/viewcvs?rev=345179view=rev Log: Reworking DynaActionForm enhancement: - enhancement is now optional, and remains off by default -

Re: svn commit: r345179 - in /struts/core/trunk: conf/java/struts-config_1_3.dtd src/java/org/apache/struts/action/DynaActionFormClass.java src/java/org/apache/struts/config/FormBeanConfig.java

2005-11-17 Thread Laurie Harper
Christian Meder wrote: On Thu, 2005-11-17 at 03:40 +, [EMAIL PROTECTED] wrote: Author: laurieh Date: Wed Nov 16 19:40:50 2005 New Revision: 345179 URL: http://svn.apache.org/viewcvs?rev=345179view=rev Log: Reworking DynaActionForm enhancement: - enhancement is now optional, and remains

taglib build broken?

2005-11-17 Thread Laurie Harper
I'm not sure if this is something I'm doing wrong or a problem in the code; I confirmed via 'maven --debug java:compile' that the right Commons Validator jar (1.2.0) is being used but I'm getting a compile error. Is this something that was missed in the upgrade to validator 1.2.0 maybe? $

svn commit: r345352 - /struts/sandbox/trunk/overdrive/Nexus/Web/ViewControl.ascx.cs

2005-11-17 Thread husted
Author: husted Date: Thu Nov 17 14:41:45 2005 New Revision: 345352 URL: http://svn.apache.org/viewcvs?rev=345352view=rev Log: OVR-21 * Avoid resetting a list control on an autopostback. Modified: struts/sandbox/trunk/overdrive/Nexus/Web/ViewControl.ascx.cs Modified:

Re: taglib build broken?

2005-11-17 Thread Wendy Smoak
On 11/17/05, Laurie Harper [EMAIL PROTECTED] wrote: I'm not sure if this is something I'm doing wrong or a problem in the code; I confirmed via 'maven --debug java:compile' that the right Commons Validator jar (1.2.0) is being used but I'm getting a compile error. Is this something that was

Re: taglib build broken?

2005-11-17 Thread Laurie Harper
Wendy Smoak wrote: On 11/17/05, Laurie Harper [EMAIL PROTECTED] wrote: I'm not sure if this is something I'm doing wrong or a problem in the code; I confirmed via 'maven --debug java:compile' that the right Commons Validator jar (1.2.0) is being used but I'm getting a compile error. Is this

[EMAIL PROTECTED]: Project struts-core (in module struts) failed

2005-11-17 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-core has an issue affecting its community integration. This issue affects

svn commit: r345441 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay: component/chain/shale-clay-config.xml utils/ClayAmalgam.java utils/PluggableLookupCommand.java

2005-11-17 Thread gvanmatre
Author: gvanmatre Date: Thu Nov 17 20:26:10 2005 New Revision: 345441 URL: http://svn.apache.org/viewcvs?rev=345441view=rev Log: Added postprocess command interceptors for the Clay component matching the preprocess. Added an extension to the LookupCommand that is more forgiving when a catalog

Re: taglib build broken?

2005-11-17 Thread Laurie Harper
Wendy Smoak wrote: On 11/17/05, Laurie Harper [EMAIL PROTECTED] wrote: Hmm. The class it's failing to find a method on is s Commons Validator class though, isn't it? At any rate, I've tried 'maven clean java:compile jar' in core/ (as well as 'maven multiproject:clean' in build/) and I still get

svn commit: r345461 - in /struts/shale/trunk: build.xml build/core-library/project.xml build/project.xml build/spring/project.xml build/tiles/project.xml xdocs/index.xml

2005-11-17 Thread craigmcc
Author: craigmcc Date: Thu Nov 17 22:22:44 2005 New Revision: 345461 URL: http://svn.apache.org/viewcvs?rev=345461view=rev Log: Upgrade commons-validator dependency from 1.1.4 to 1.2.0. (Wendy, I *think* I got all the references in the Maven project files -- please double check for me.)

Re: svn commit: r345461 - in /struts/shale/trunk: build.xml build/core-library/project.xml build/project.xml build/spring/project.xml build/tiles/project.xml xdocs/index.xml

2005-11-17 Thread Wendy Smoak
On 11/17/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: craigmcc Date: Thu Nov 17 22:22:44 2005 New Revision: 345461 URL: http://svn.apache.org/viewcvs?rev=345461view=rev Log: Upgrade commons-validator dependency from 1.1.4 to 1.2.0. (Wendy, I *think* I got all the references in

[shale] Heads up if building Shale from source

2005-11-17 Thread Craig McClanahan
Recent commits to the Shale build environment have updated two dependencies: * Commons Validator (1.1.4 -- 1.2.0) * Apache MyFaces (1.1.0 -- 1.1.1) If you are checking out the source yourself, and using the Ant build scripts, you will want to run ant download-dependencies to pick up the most

Re: svn commit: r345461 - in /struts/shale/trunk: build.xml build/core-library/project.xml build/project.xml build/spring/project.xml build/tiles/project.xml xdocs/index.xml

2005-11-17 Thread Craig McClanahan
On 11/17/05, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/17/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: craigmcc Date: Thu Nov 17 22:22:44 2005 New Revision: 345461 URL: http://svn.apache.org/viewcvs?rev=345461view=rev Log: Upgrade commons-validator dependency from 1.1.4