Re: [Standalone Tiles] Tiles Refactoring Part 2

2005-10-06 Thread brenmcguire
Cedric Dumoulin wrote: > But be care, there is some not so often used API that are used by some companies. I hope these APIs will remain. I think of : > ... > - the i18n mechanism to load alternative definition files Yeah right. Dimensions uses that mechanism to show different pages for diffe

Re: [Standalone Tiles] Tiles Refactoring Part 2

2005-10-06 Thread Wendy Smoak
From: "Cedric Dumoulin" <[EMAIL PROTECTED]> Also, it should be possible to remove all the "alternative names" like component, tiles, ... and use the more up to date. This will also simplify the documentation and the learning of tiles by new users. I brought the tld up to JSP 1.2 -- after someo

svn commit: r307025 - in /struts/sandbox/trunk/tiles: project.xml src/conf/tiles-core.tld

2005-10-06 Thread wsmoak
Author: wsmoak Date: Thu Oct 6 22:47:32 2005 New Revision: 307025 URL: http://svn.apache.org/viewcvs?rev=307025&view=rev Log: Changed back to version number in build file, fixed version in tld. Modified: struts/sandbox/trunk/tiles/project.xml struts/sandbox/trunk/tiles/src/conf/tiles-cor

svn commit: r307024 - /struts/sandbox/trunk/tiles/doc/

2005-10-06 Thread wsmoak
Author: wsmoak Date: Thu Oct 6 22:33:05 2005 New Revision: 307024 URL: http://svn.apache.org/viewcvs?rev=307024&view=rev Log: Removed unused xml source doc and stylesheet. TLD is in src/conf. Removed: struts/sandbox/trunk/tiles/doc/

svn commit: r307023 - in /struts/sandbox/trunk/tiles: project.properties project.xml src/conf/tiles-core.tld xdocs/navigation.xml

2005-10-06 Thread wsmoak
Author: wsmoak Date: Thu Oct 6 22:29:55 2005 New Revision: 307023 URL: http://svn.apache.org/viewcvs?rev=307023&view=rev Log: Updated tld to JSP 1.2 (and fixed indentation) Added Taglibdoc and Taglib Reference to website Modified: struts/sandbox/trunk/tiles/project.properties struts/sand

svn commit: r307013 - in /struts/sandbox/trunk/tiles: ./ src/conf/ src/java/org/apache/tiles/ src/java/org/apache/tiles/definition/ src/java/org/apache/tiles/digester/ src/java/org/apache/tiles/filter/ src/java/org/apache/tiles/servlets/ src/test/org/a...

2005-10-06 Thread wsmoak
Author: wsmoak Date: Thu Oct 6 21:49:50 2005 New Revision: 307013 URL: http://svn.apache.org/viewcvs?rev=307013&view=rev Log: Added missing svn props and fixed line endings. Modified: struts/sandbox/trunk/tiles/build.xml (contents, props changed) struts/sandbox/trunk/tiles/project.prop

DO NOT REPLY [Bug 33258] - errorStyleClass doesn't work with indexed lists

2005-10-06 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: [Standalone Tiles] Tiles Refactoring Part 2

2005-10-06 Thread Cedric Dumoulin
The Tiles implementation has become complex because of the numerous backward compatibilities. I think that it is possible to simplify the code by removing some of them. For example it should be possible to simplify the way tiles initialize by removing struts 1.0 compatibility (if it still t

Re: [Standalone Tiles] Tiles Refactoring Part 2

2005-10-06 Thread Greg Reddin
On Oct 6, 2005, at 11:04 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Err... Include me in the list please: http://mutidimensions.sf.net/ Dimensions is based on DefinitionsFactory, FactorySet and various usually unused classes. I hope you are not willing to break them :-P To some e

Re: [Standalone Tiles] Tiles Refactoring Part 2

2005-10-06 Thread Joe Germuska
At 6:04 PM +0200 10/6/05, <[EMAIL PROTECTED]> wrote: > ... my hunch is that there are very few people who have actually written code that depends on the implementation details of Tiles besides writing Controllers ... Err... Include me in the list please: http://mutidimensions.sf.net/ Dimension

Re: [Standalone Tiles] Tiles Refactoring Part 2

2005-10-06 Thread brenmcguire
> ... my hunch is that there are very few people who have actually written code that depends on the implementation details of Tiles besides writing Controllers ... Err... Include me in the list please: http://mutidimensions.sf.net/ Dimensions is based on DefinitionsFactory, FactorySet and various

Re: [Standalone Tiles] Tiles Refactoring Part 2

2005-10-06 Thread Joe Germuska
Greg: A big +1 from me for simplifying Tiles; my hunch is that there are very few people who have actually written code that depends on the implementation details of Tiles besides writing Controllers, and I have frequently shared your sense of puzzlement. Tiles also suffers from merging from

svn commit: r306772 - in /struts/sandbox/trunk/overdrive/Nexus: Core/Validators/ Extras/Spring/ Test/bin/Debug/ Web/

2005-10-06 Thread husted
Author: husted Date: Thu Oct 6 08:28:39 2005 New Revision: 306772 URL: http://svn.apache.org/viewcvs?rev=306772&view=rev Log: * Changes to XML Docs * Changes permission of Critieria to private. Modified: struts/sandbox/trunk/overdrive/Nexus/Core/Validators/IProcessorContext.cs struts/sa

[Standalone Tiles] Tiles Refactoring Part 2

2005-10-06 Thread Greg Reddin
I hope no one who has worked on Tiles in the past - especially Cedric - takes offense to this because none is intended. But here goes... Every time I dig into Tiles I'm overwhelmed by the complexity of the API. IMHO, it seems like Tiles employs way too many classes to do it's job. I wante

NullPointerException at org.apache.struts.util.ModuleUtils.selectModule

2005-10-06 Thread Alan Jacobs
Hi guys, I'm having trouble trying to use different modules. Anyway, I believe there's something weird in this method. As you can see, it first try to get the config for this module, then it removes an attribute from request if it is not found and the very next line uses the 'config' variable

DO NOT REPLY [Bug 36945] - broken link

2005-10-06 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: 1.3.0 Release - Next Steps

2005-10-06 Thread Ted Husted
There is still more to do with the Core documention for Building Components and Configuration Applications sections. We tweaked the product names, but I don't know that the background text is still in synch with the new distribution paradigm. I do know that the Request Processor section still refe

DO NOT REPLY [Bug 16764] - No inheritance of html:html xhtml="true" in included tiles

2005-10-06 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 36945] New: - broken link

2005-10-06 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