Author: apetrelli
Date: Mon Mar 19 08:45:13 2007
New Revision: 519976
URL: http://svn.apache.org/viewvc?view=rev&rev=519976
Log:
Corrected some Taglibdocs, that were not updated to Tiles 2.
Modified:
tiles/framework/trunk/tiles-jsp/src/main/resources/META-INF/tld/tiles-jsp.tld
Modified:
tiles/framework/trunk/tiles-jsp/src/main/resources/META-INF/tld/tiles-jsp.tld
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/src/main/resources/META-INF/tld/tiles-jsp.tld?view=diff&rev=519976&r1=519975&r2=519976
==============================================================================
---
tiles/framework/trunk/tiles-jsp/src/main/resources/META-INF/tld/tiles-jsp.tld
(original)
+++
tiles/framework/trunk/tiles-jsp/src/main/resources/META-INF/tld/tiles-jsp.tld
Mon Mar 19 08:45:13 2007
@@ -448,10 +448,10 @@
<rtexprvalue>false</rtexprvalue>
<description>
<![CDATA[
- <p>Specify content type: string, page, template or definition.</p>
+ <p>Specify content type: string, template or definition.</p>
<ul>
<li>String : Content is printed directly.</li>
- <li>page | template : Content is included from specified URL. Name
is used as an URL.</li>
+ <li>template : Content is included from specified URL. Value is
used as an URL.</li>
<li>definition : Value is the name of a definition defined in
factory (xml file). Definition will be searched
in the inserted tile, in a <code><tiles:insert
attribute="attributeName"></code> tag, where 'attributeName'
is the name used for this tag.</li>
@@ -524,7 +524,7 @@
<rtexprvalue>true</rtexprvalue>
<description>
<![CDATA[
- <p>Element value. Can be a String or Object.</p>
+ <p>Attribute value. Can be a String or Object.</p>
]]>
</description>
</attribute>
@@ -534,10 +534,10 @@
<rtexprvalue>false</rtexprvalue>
<description>
<![CDATA[
- <p>Specify content type: string, page, template or instance.</p>
+ <p>Specify content type: string, template or definition.</p>
<ul>
<li>String : Content is printed directly.</li>
- <li>page | template : Content is included from specified URL. Name
is used as an URL.</li>
+ <li>template : Content is included from specified URL. Value is
used as an URL.</li>
<li>definition : Value denote a definition defined in factory (xml
file). Definition will be searched
in the inserted tile, in a <code><insert
attribute="attributeName"></code> tag, where 'attributeName'
is the name used for this tag.</li>