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
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
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
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
+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
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
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
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/
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/
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
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
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
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
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
---
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
---
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
--
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
---
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
-
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
--
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
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:
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
22 matches
Mail list logo