Author: ochikvina
Date: 2008-12-03 08:52:04 -0500 (Wed, 03 Dec 2008)
New Revision: 12243
Modified:
trunk/jsf/docs/userguide/en/modules/editors.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-450 - "Support for Taglib versions"
section is added;
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2008-12-03 13:45:09 UTC (rev 12242)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2008-12-03 13:52:04 UTC (rev 12243)
@@ -910,13 +910,14 @@
<itemizedlist>
<listitem>
<para>HTML comments (<emphasis>
- <property><!--
--></property></emphasis>) which are output to the client
- </para>
+ <property><!-- --></property>
+ </emphasis>) which are output to the client
</para>
</listitem>
<listitem>
<para>JSP comments (<emphasis>
- <property><%--
--%></property></emphasis>) which are not output to the
- client as part of the JSP page output</para>
+ <property><%-- --%></property>
+ </emphasis>) which are not output to the client as part
of the JSP page
+ output</para>
</listitem>
</itemizedlist>
</section>
@@ -927,6 +928,21 @@
<para>When working in JBoss Tools JSP editor you are constantly
provided with
feedback and contextual error checking as you type.</para>
</section>
+
+ <section id="taglib_versions_support">
+ <title>Support for Taglib versions</title>
+
+ <para>VPE templates now support various versions of tag libraries.
It means that the
+ <property>VPE</property> takes control under those
components which have different parameters or
+ preview according to the framework version (like seam 1.2 and seam
2.0, or JSF
+ 1.1 and JSF 1.2).</para>
+
+ <para>For example, <emphasis>
+
<property><s:decorate></property></emphasis> element in
seam has different
+ parameters in versions 1.2 and 2.0 as well as <emphasis>
+
<property><h:outputLink></property></emphasis> JSF
+ element has different preview in versions 1.1 and 1.2.</para>
+ </section>
</section>
<section id="pages_styling">