Struts plugins

2006-09-27 Thread Don Brown
As you may have noticed, I've started the creation of Struts plugins by splitting apart extras, integration, and parts of core into Struts plugins. As proposed earlier, a plugin is composed of: 1. Java classes, tests, and resources 2. Struts configuration file ('struts-plugin.xml'), which is

Re: Struts plugins

2006-09-27 Thread Antonio Petrelli
Don Brown ha scritto: The first batch of plugins: 1. Configuration Browser 2. Jasper Reports 3. JFreeChart 4. JSF 5. Pell Multipart handler 6. Sitemesh 7. Struts 1 You forgot Tiles 2 :-) Ciao Antonio - To unsubscribe, e-mail

Re: svn commit: r450403 - in /struts/sandbox/trunk/tiles/tiles-core/src/main: java/org/apache/tiles/taglib/PutTag.java resources/META-INF/tiles-core.tld

2006-09-27 Thread Greg Reddin
Sorry to keep questioning your commits, but I just want to clarify one thing: The purpose of the direct attribute is to allow you to insert HTML directly as the value of the tile, perhaps like this: direct="true"/> as opposed to Also you are supposed to be able to use the body

Re: [jira] Commented: (SB-21) Determine which tag attributes should be removed

2006-09-27 Thread Greg Reddin
On Sep 27, 2006, at 6:44 AM, Antonio Petrelli (JIRA) wrote: Removed "direct" attribute from and , because to reproduce the same result it is possible to use type="string". Added FAQ with the explanation of the removal. That answers my question. I'm cool now. Thanks, Greg

Re: Struts plugins

2006-09-27 Thread Don Brown
Is there any Tiles 2 migration code I can put into a block or does it need to be written yet? I do agree it would be a great candidate. Don Antonio Petrelli wrote: Don Brown ha scritto: The first batch of plugins: 1. Configuration Browser 2. Jasper Reports 3. JFreeChart 4. JSF 5. Pell Multip

Re: Struts plugins

2006-09-27 Thread David H. DeWolf
Not sure if this is exactly what you're looking for, but the patch to upgrade from 0.2 to 2.0 exists: https://issues.apache.org/struts/browse/WW-1418 Also, while you're looking at this, here's another patch related to tiles that I'd be interested in: https://issues.apache.org/struts/browse