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
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
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
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
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
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