Re: [shale] [clay] Problem with updating model

2005-07-13 Thread Sergey Smirnov
Thank you, Gary. The useValueLateBinding="true" works for me. Frankly speaking, I used to believe that useValueLateBinding is helpful only in case of the 'managed-bean-name' when it is replaced with actual bean name. It was my fault, because the tld comment clarifies the meaning well. -- Sergey

[shale] Suggestion to improve dialog

2005-07-13 Thread Sean Schofield
Craig, I've been playing with the dialog stuff for some time by now. Its working quite well and the design is such that I can customize most of what I need using the Action State. There is one thing that I need to extend DialogImpl for though and the current code makes that difficult. I suggest

Re: [shale] Suggestion to improve dialog

2005-07-13 Thread Sean Schofield
A refinement to my earlier suggestions... Forget making the REGISTRATIONS[] field protected. I'm ok with skipping the DTD and I noticed that you have the class as final anyways. I still would like to see a object creation rule that would create the dialog based on classname. I have a patch if y

Re: Initial checkin of standalone Tiles

2005-07-13 Thread Craig McClanahan
On 6/15/05, James Holmes <[EMAIL PROTECTED]> wrote: > I'm with Martin and Niall. Having looked at this some more, I agree as well, and I'm willing to do the work. The proposed plan is to: * "svn mv" the current contents of "sandbox/tiles" to someplace archival until the remaining steps are com

RE: Initial checkin of standalone Tiles

2005-07-13 Thread James Holmes
+1 -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 4:04 PM To: Struts Developers List Subject: Re: Initial checkin of standalone Tiles On 6/15/05, James Holmes <[EMAIL PROTECTED]> wrote: > I'm with Martin and Niall. Having looked at thi

svn commit: r218960 - in /struts/sandbox/trunk: tiles-original/ tiles/

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 18:44:41 2005 New Revision: 218960 URL: http://svn.apache.org/viewcvs?rev=218960&view=rev Log: Commit "svn move tiles tiles-original" to save the original snapshot of Standalone Tiles, so that a new one can be created (from scratch, and saving version history) fro

svn commit: r218961 - /struts/sandbox/trunk/tiles/

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 18:48:57 2005 New Revision: 218961 URL: http://svn.apache.org/viewcvs?rev=218961&view=rev Log: Commit an "svn copy tiles sandbox/tiles" command that establishes a starting point for (re)converting the integrated with Struts version of Tiles to a standalone version

svn commit: r218966 - in /struts/sandbox/trunk/tiles/src: java/org/apache/struts/tiles/ java/org/apache/tiles/ resource/org/apache/struts/tiles/ resource/org/apache/tiles/ test/org/apache/struts/tiles

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 19:03:34 2005 New Revision: 218966 URL: http://svn.apache.org/viewcvs?rev=218966&view=rev Log: Move "o.a.s.tiles" directories in each source directory up one level (i.e. out from under "o.a.struts"). Have not adjusted package declarations yet. Added: struts/

svn commit: r218967 - in /struts/sandbox/trunk/tiles/src: java/org/apache/struts/ resource/org/apache/struts/ test/org/apache/struts/

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 19:06:04 2005 New Revision: 218967 URL: http://svn.apache.org/viewcvs?rev=218967&view=rev Log: Delete the now-empty o.a.struts source directories. Removed: struts/sandbox/trunk/tiles/src/java/org/apache/struts/ struts/sandbox/trunk/tiles/src/resource/org/

svn commit: r218968 - in /struts/sandbox/trunk/tiles: LICENSE.txt NOTICE.txt build.xml src/conf/ src/conf/tiles-config_1_1.dtd src/conf/tiles-config_1_2.dtd src/conf/tiles-core.tld src/java/org/apache

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 19:22:51 2005 New Revision: 218968 URL: http://svn.apache.org/viewcvs?rev=218968&view=rev Log: Initial build.xml script, copy in the DTDs we know about (and adjust the Digester registration). Added: struts/sandbox/trunk/tiles/LICENSE.txt struts/sandbox/tr

Re: Initial checkin of standalone Tiles

2005-07-13 Thread James Mitchell
That sounds great. Given the commit activity as of late, I doubt there will be anyone putting their tiles updates on hold while this happens ;) -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678

svn commit: r218990 - /struts/sandbox/trunk/tiles/src/java/org/apache/tiles/commands/

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:05:58 2005 New Revision: 218990 URL: http://svn.apache.org/viewcvs?rev=218990&view=rev Log: Remove definition that is specific to Struts 1.3 ... can be implemented within Struts proper when it switches to standalone Tiles. Removed: struts/sandbox/trunk/til

svn commit: r218991 - in /struts/sandbox/trunk/tiles/src/java/org/apache/tiles: actions/ beans/ definition/ taglib/ taglib/util/ xmlDefinition/

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:08:22 2005 New Revision: 218991 URL: http://svn.apache.org/viewcvs?rev=218991&view=rev Log: Remove Struts-specific actions that involve Tiles. They can be re-implemented in a struts-tiles integration layer when Struts 1.x switches to standalone Tiles. Remov

svn commit: r218992 - /struts/sandbox/trunk/tiles/src/java/org/apache/tiles/ActionController.java

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:09:11 2005 New Revision: 218992 URL: http://svn.apache.org/viewcvs?rev=218992&view=rev Log: Remove Struts-specific implementation. Removed: struts/sandbox/trunk/tiles/src/java/org/apache/tiles/ActionController.java ---

svn commit: r218993 - /struts/sandbox/trunk/tiles/src/java/org/apache/tiles/RedeployableActionServlet.java

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:13:24 2005 New Revision: 218993 URL: http://svn.apache.org/viewcvs?rev=218993&view=rev Log: Remove Struts-specific artifact. Removed: struts/sandbox/trunk/tiles/src/java/org/apache/tiles/RedeployableActionServlet.java ---

svn commit: r218994 - /struts/sandbox/trunk/tiles/src/java/org/apache/tiles/TilesPlugin.java

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:14:17 2005 New Revision: 218994 URL: http://svn.apache.org/viewcvs?rev=218994&view=rev Log: Remove Struts-specific artifact. Removed: struts/sandbox/trunk/tiles/src/java/org/apache/tiles/TilesPlugin.java --

svn commit: r218995 - /struts/sandbox/trunk/tiles/src/java/org/apache/tiles/TilesRequestProcessor.java

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:15:11 2005 New Revision: 218995 URL: http://svn.apache.org/viewcvs?rev=218995&view=rev Log: Remove Struts-specific artifact. Removed: struts/sandbox/trunk/tiles/src/java/org/apache/tiles/TilesRequestProcessor.java ---

svn commit: r218997 - /struts/sandbox/trunk/tiles/src/java/org/apache/tiles/TilesUtilStrutsImpl.java

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:16:38 2005 New Revision: 218997 URL: http://svn.apache.org/viewcvs?rev=218997&view=rev Log: Delete Struts-specific artifact. Removed: struts/sandbox/trunk/tiles/src/java/org/apache/tiles/TilesUtilStrutsImpl.java -

svn commit: r218998 - /struts/sandbox/trunk/tiles/src/java/org/apache/tiles/TilesUtilStrutsModulesImpl.java

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:17:14 2005 New Revision: 218998 URL: http://svn.apache.org/viewcvs?rev=218998&view=rev Log: Delete Struts-specific artifact. Removed: struts/sandbox/trunk/tiles/src/java/org/apache/tiles/TilesUtilStrutsModulesImpl.java --

svn commit: r219000 - in /struts/sandbox/trunk/tiles: ./ src/conf/ src/java/org/apache/tiles/ src/java/org/apache/tiles/definition/ src/java/org/apache/tiles/taglib/ src/java/org/apache/tiles/taglib/u

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:33:50 2005 New Revision: 219000 URL: http://svn.apache.org/viewcvs?rev=219000&view=rev Log: Finish initial package refactoring pass. "ant clean dist" works, but have not yet tested this at runtime. Added: struts/sandbox/trunk/tiles/src/conf/MANIFEST.MF Mo

svn commit: r219001 - /struts/sandbox/trunk/tiles/build.xml

2005-07-13 Thread craigmcc
Author: craigmcc Date: Wed Jul 13 23:36:43 2005 New Revision: 219001 URL: http://svn.apache.org/viewcvs?rev=219001&view=rev Log: Correct the generation of the manifest in tiles-core.jar. Modified: struts/sandbox/trunk/tiles/build.xml Modified: struts/sandbox/trunk/tiles/build.xml URL: http:

Status of "Standalone Tiles Take 2" Effort

2005-07-13 Thread Craig McClanahan
I've followed through on the first steps of my proposed action plan: * Moved the old "sandbox/tiles" to "sandbox/tiles-original" to get it out of the way without losing any information. * Did an "svn copy" from "tiles" to "sandbox/tiles" to form the basis for a standalone Tiles that is based