Author: artdaw
Date: 2008-05-24 12:23:03 -0400 (Sat, 24 May 2008)
New Revision: 8745
Modified:
trunk/docs/userguide/en/src/main/docbook/included/portlet.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
Log:
http://jira.jboss.com/jira/browse/RF-3153 - <a4j:portlet> is DEPRECATED! Info was
added into Guide
Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.desc.xml 2008-05-24 15:16:31
UTC (rev 8744)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.desc.xml 2008-05-24 16:23:03
UTC (rev 8745)
@@ -10,8 +10,9 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:portlet></property>
- </emphasis>can be used in portals. The main component purpose is realization
of possibility to create several instances the same portlet on
- one page.
+ </emphasis> component is DEPRECATED as far as JSR-301 was defined a same
functionality for a UIViewRoot component. So, it is implicitly defined by mandatory
+ <emphasis role="bold">
+ <property><f:view></property></emphasis>
component.
</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2008-05-24 15:16:31 UTC
(rev 8744)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2008-05-24 16:23:03 UTC
(rev 8745)
@@ -54,7 +54,9 @@
<section>
<title>Key attributes and ways of usage</title>
- <para> Portal page can include some instances of the same portlet but clientId
of elements
+ <para>
+ The main component purpose is realization of possibility to create several instances
the same portlet on
+ one page. But clientId of elements
should be different for each window. In that case
<property>namespace</property> is used for
each portlet. The <emphasis role="bold">
<property><a4j:portlet></property>