JBoss Rich Faces SVN: r1575 - trunk/docs/ajaxguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-07-10 08:30:09 -0400 (Tue, 10 Jul 2007)
New Revision: 1575
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml 2007-07-10 12:29:42 UTC (rev 1574)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml 2007-07-10 12:30:09 UTC (rev 1575)
@@ -93,7 +93,7 @@
<!--..Some content with HTML used ("br" ,"h1" and other tags used)-->
</a4j:region >]]></programlisting>
<para>In this case, the processing is quicker and going on without referring to a page code, but the HTML code that isn't saved in a component tree could be lost. Thus, this optimization should be very carefully performed and a usage of the additional components ajax4jsf (<emphasis role="bold"><property><a4j:outputPanel></property></emphasis>) is required. </para>
- <para>The processing could be also accelerated if a region decoded for the processing passes straight away into Encode. But to update some data out of the region or on another region, use the <emphasis role="italic">
+ <para>The processing could be also accelerated if a region decoded for the processing passes straight away into Encode. But to update some data out of the region or on another region, use the <emphasis >
<property>"renderRegionOnly"</property>
</emphasis>
attribute set to "false" ("true on default") to change this behaviour.</para>
17 years, 6 months
JBoss Rich Faces SVN: r1574 - trunk/docs/ajaxguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-07-10 08:29:42 -0400 (Tue, 10 Jul 2007)
New Revision: 1574
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml 2007-07-10 12:28:03 UTC (rev 1573)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml 2007-07-10 12:29:42 UTC (rev 1574)
@@ -38,7 +38,7 @@
]]></programlisting>
<para>The <emphasis role="bold">
<property><a4j:poll></property>
- </emphasis> component defined this way every second submits AJAX form onto the server, performs the corresponding action and renders a components with the <emphasis role="italic">
+ </emphasis> component defined this way every second submits AJAX form onto the server, performs the corresponding action and renders a components with the <emphasis >
<property>"someDataTable"</property>
</emphasis> id after a response comes back.</para>
</section>
@@ -55,7 +55,7 @@
<para>The component decodes all necessary JavaScript for time count and on the expiry of some interval for calling of a Ajax4jsf utility method for Ajax request sending (A4J.AJAX.Submit (Some request parameters)).
</para>
<para>
- The timer could be stopped or started in any time. The current state is controlled on the component with the <emphasis role="italic">
+ The timer could be stopped or started in any time. The current state is controlled on the component with the <emphasis >
<property>"enabled"</property>
</emphasis> attribute:
</para>
@@ -64,9 +64,9 @@
<para>As any Ajax4jsf Action component, <emphasis role="bold">
<property><a4j:poll></property>
</emphasis> has all described in the <emphasis role="bold">
- <property><ulink url="ch06s05.html"><a4j:support></ulink></property>
+ <property><ulink url="index.html#support"><a4j:support></ulink></property>
</emphasis> chapter attributes to provide the necessary behavior of request sending (delay, limitation of a submit and render area, requests frequency, and etc.). For detailed information on these attributes see again the <emphasis role="bold">
- <property><ulink url="ch06s05.html"><a4j:support></ulink></property></emphasis> component description.
+ <property><ulink url="index.html#support"><a4j:support></ulink></property></emphasis> component description.
</para>
<para>
The aditional information about component usage you can find here:<ulink url="http://jboss.com/index.html?module=bb&op=viewtopic&t=103909">Ajax4Jsf Users Forum.
17 years, 6 months
JBoss Rich Faces SVN: r1573 - trunk/docs/ajaxguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-07-10 08:28:03 -0400 (Tue, 10 Jul 2007)
New Revision: 1573
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml 2007-07-10 11:08:00 UTC (rev 1572)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml 2007-07-10 12:28:03 UTC (rev 1573)
@@ -67,12 +67,12 @@
<title>Key attributes and ways of usage</title>
<para>The component is mostly used to solve the following problem with MyFaces for erlier Ajax4gsf versions: in MyFaces <emphasis role="bold">
<property><f:view></property>
- </emphasis> doesn't get control over the "<emphasis role="italic">
+ </emphasis> doesn't get control over the "<emphasis >
<property>RENDER_RESPONSE</property>
</emphasis>" phase, thus AJAX can't get control and make a response also. To avoid this problem it was necessary to use <emphasis role="bold">
<property><a4j:page></property>
</emphasis> on the page round the AJAX updatable area. In the last versions of both frameworks the problem is successfully fixed and no <emphasis role="bold"><property><a4j:page></property></emphasis> usage is required.</para>
- <para>The component is rendered as a full HTML page template (it was shown in the example). The "<emphasis role="italic">
+ <para>The component is rendered as a full HTML page template (it was shown in the example). The "<emphasis >
<property>head</property>
</emphasis>" section is defined with the help of the corresponding facet with the name="head" and also there is an attribute with the same name for contentType definition.</para>
<para>All other component functionality is the same as of <emphasis role="bold">
17 years, 6 months
JBoss Rich Faces SVN: r1572 - trunk/docs/userguide/en/src/main/docbook/modules.
by richfaces-svn-commits@lists.jboss.org
Author: vkorluzhenko
Date: 2007-07-10 07:08:00 -0400 (Tue, 10 Jul 2007)
New Revision: 1572
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-389
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-07-10 08:34:01 UTC (rev 1571)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-07-10 11:08:00 UTC (rev 1572)
@@ -120,9 +120,9 @@
role="bold"><rich:modalPanel></emphasis> and perform
navigation inside it, as it's shown in the example below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<f:verbatim>
<a href="javascript:Richfaces.showModalPanel('_panel',{left:'auto', top:'auto'})">Show Modal Panel</a>
@@ -164,9 +164,11 @@
...
]]></programlisting>
- <para>For information, follow the <ulink
- url="http://labs.jboss.com/wiki/ModalPanelWizards"
- >link</ulink>.</para>
+ <para>The discussion about <emphasis role="bold"
+ ><a4j:include></emphasis> and navigation rules can be
+ found on the <ulink
+ url="http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062036#..."
+ >Ajax Users Forum</ulink>.</para>
</section>
<section>
@@ -201,18 +203,6 @@
the main features. So, the answer is yes.</para>
</section>
- <!-- <section>
- <?dbhtml filename="RerenderingPartPage.html"?>
- <title>How to reRender only particular row(s) of dataTable?</title>
- <para> If you use <emphasis role="bold"><rich:dataTable></emphasis>
- then you may use ajaxKeys attribute to bind the rowKeys to be reRendered
- there. After you need to point reRender on the whole table and only
- specified rows will be reRedered. Also the example of usage of <emphasis
- role="bold"><a4j:repeat></emphasis> component are
- available <ulink url="http://livedemo.exadel.com/a4j-repeat/"
- >here</ulink>.</para>
- </section>-->
-
<section>
<?dbhtml filename="Isitpossibletocreatedynamicmenu"?>
<title>Is it possible to create dynamic menu using <rich:dropDownMenu>
@@ -238,9 +228,9 @@
<para>The controls of fast switching are created adding the facets component with
the corresponding name:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[ ...
<rich:datascroller for="table" maxPages="10">
<f:facet name="first">
@@ -265,9 +255,9 @@
<para>If you want to navigate outside, when application uses an external URL, you
should use the following approach:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:dropDownMenu>
…
@@ -310,9 +300,9 @@
<title>How to add a simple link to the tree node?</title>
<para>Simple code is placed below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:tree …>
…
@@ -341,9 +331,9 @@
<title>How to get a commandButton working within the modalPanel?</title>
<para>Simple code is placed below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:modalPanel>
<f:facet name="header">
@@ -365,9 +355,9 @@
<title>How to define the currently selected tab?</title>
<para> Simple code is placed below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:tabPanel selectedTab="t2">
<rich:tab label="tab 1" name="t1">
@@ -390,9 +380,9 @@
<para>To catch the value of the inputNumberSlider from the JavaScrip, use the
following approach:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:inputNumberSlider width="500" step="20"
onchange="someFunctionCall(this.input.value)"
@@ -435,9 +425,9 @@
show only links)?</title>
<para> It' necessary to redefine rich* classes for example like this:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="JAVA"><![CDATA[.rich-datascr-button {
border: 0px;
}
@@ -459,10 +449,23 @@
<section id="Truepagination">
<?dbhtml filename="Howtodotruepagination"?>
- <title>How to do true pagination using datascroller (load a part of data from database)?</title>
+ <title>How to do true pagination using datascroller (load a part of data from
+ database)?</title>
<para>The answer could be found on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060199#..."
>RichFaces Users Forum</ulink>.</para>
</section>
+ <section>
+ <?dbhtml filename="RerenderingPartPage.html"?>
+ <title>How to reRender only particular row(s) of dataTable?</title>
+ <para> If you use <emphasis role="bold"><rich:dataTable></emphasis>
+ then you may use ajaxKeys attribute to bind the rowKeys to be reRendered
+ there. After you need to point reRender on the whole table and only
+ specified rows will be reRedered. Also the example of usage of <emphasis
+ role="bold"><a4j:repeat></emphasis> component are
+ available <ulink url="http://livedemo.exadel.com/a4j-repeat/"
+ >here</ulink>.</para>
+ </section>
+
</chapter>
17 years, 6 months
JBoss Rich Faces SVN: r1571 - trunk/docs/ajaxguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-07-10 04:34:01 -0400 (Tue, 10 Jul 2007)
New Revision: 1571
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/outputPanel.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/outputPanel.xml 2007-07-10 08:33:08 UTC (rev 1570)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/outputPanel.xml 2007-07-10 08:34:01 UTC (rev 1571)
@@ -106,20 +106,20 @@
</h:panelGrid>
</a4j:outputPanel>
]]></programlisting>
- <para>As you see, the code is very similar to the one shown above, but <emphasis role="italic"><property>"reRender "</property></emphasis> attribute refers directly to the updating panelGrid and not to the framing outputPanel, and it's more semantically correct.</para>
+ <para>As you see, the code is very similar to the one shown above, but <emphasis ><property>"reRender "</property></emphasis> attribute refers directly to the updating panelGrid and not to the framing outputPanel, and it's more semantically correct.</para>
<para><emphasis role="bold"><property><a4j:outPanel></property></emphasis> should be used for non-JSF component part framing, which is to be updated on Ajax response, as Ajax4jsf specifies the list of updating areas as a list of an existing JSF component. </para>
<para>On default non-JSF context isn't saved in a component tree, but is rendered anew every time. To accelerate the processing speed and Ajax response input speed, Ajax4jsf saves non-JSF context in a component tree on default. This option could be canceled by keepTransient attribute that cancels transient flag forced setting for child components. This flag setting keeps the current value set by child components.</para>
<para>Note: In JSF 1.1 implementation and lower, where non-JSF context should be framed with the "f:verbatim" attribute, <emphasis role="bold">
<property><a4j:outputPanel></property>
</emphasis> doesn't improve this JSF implementation option in any way, so you still have to use this tag where it's necessary without Ajax4jsf usage. </para>
- <para>Ajax4jsf allows setting Ajax responses rendering directly basing on component tree nodes without referring to the JSP (XHTML) page code. It could be defined by selfRendered attribute setting to <emphasis role="italic">
+ <para>Ajax4jsf allows setting Ajax responses rendering directly basing on component tree nodes without referring to the JSP (XHTML) page code. It could be defined by selfRendered attribute setting to <emphasis >
<property>"true"</property>
</emphasis>
on <emphasis role="bold">
<property><a4j:region></property>
</emphasis> and could help considerably speed up a response output. However, if a transient flag is kept as it is, this rapid processing could cause missing of transient components that present on view and don’t come into a component tree. Hence, for any particular case you could choose a way for you application optimization: speed up processing or redundant memory for keeping tree part earlier defined a transient. </para>
<para>
-Some additional information about usage of component you can find <ulink url="http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052203#...">here</ulink>.
+Some additional information about usage of component can be found <ulink url="http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052203#...">here</ulink>.
</para>
</section>
</chapter>
\ No newline at end of file
17 years, 6 months
JBoss Rich Faces SVN: r1570 - trunk/docs/ajaxguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-07-10 04:33:08 -0400 (Tue, 10 Jul 2007)
New Revision: 1570
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml 2007-07-10 08:30:40 UTC (rev 1569)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml 2007-07-10 08:33:08 UTC (rev 1570)
@@ -68,7 +68,7 @@
<para>As it was shown in the example above there are two main components:</para>
<itemizedlist>
<listitem>
- createContent specifies a method accepting 2 parameters. The first (of java.io.OutputStream type) defines a stream, where any binary data is output. The second (of java.lang.Object type) contains deserialized object with data specified in the <emphasis role="italic">
+ createContent specifies a method accepting 2 parameters. The first (of java.io.OutputStream type) defines a stream, where any binary data is output. The second (of java.lang.Object type) contains deserialized object with data specified in the <emphasis >
<property>"value"</property>
</emphasis> attribute.
</listitem>
17 years, 6 months
JBoss Rich Faces SVN: r1569 - trunk/docs/ajaxguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-07-10 04:30:40 -0400 (Tue, 10 Jul 2007)
New Revision: 1569
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml 2007-07-10 08:29:27 UTC (rev 1568)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml 2007-07-10 08:30:40 UTC (rev 1569)
@@ -46,15 +46,15 @@
<section>
<title>Key attributes and ways of usage</title>
<para>Usage of the appropriate component attributes could change a representation level of debug information as well as the hot key for a window opening.</para>
- <para>The hot key could be changed with the <emphasis role="italic">
+ <para>The hot key could be changed with the <emphasis >
<property>"hotkey"</property>
</emphasis>
attribute, where it's necessary to define one letter that together with "CTRL+SHIFT" opens a window.</para>
- <para>The <emphasis role="italic">
+ <para>The <emphasis >
<property>"level"</property>
</emphasis>
attribute with several possible values (FATAL, ERROR, WARN, INFO, ALL) could change a logging level.</para>
- <para>The log could be generated not only in a new window, but also on the current page in a separate <emphasis role="bold"><property><div></property></emphasis>, this is also controlled with the <emphasis role="italic">
+ <para>The log could be generated not only in a new window, but also on the current page in a separate <emphasis role="bold"><property><div></property></emphasis>, this is also controlled with the <emphasis >
<property>"popup"</property>
</emphasis>
attribute on the component. </para>
@@ -64,6 +64,5 @@
<title>Note:</title>
<para><emphasis role="bold"><a4j:log></emphasis> is getting renewed automatically after execution of ajax requests. Don't renew <emphasis role="bold"><a4j:log></emphasis> by using reRender!</para>
</note>
-
</section>
</chapter>
17 years, 6 months
JBoss Rich Faces SVN: r1567 - trunk/docs/ajaxguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-07-10 04:28:48 -0400 (Tue, 10 Jul 2007)
New Revision: 1567
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml 2007-07-10 08:26:03 UTC (rev 1566)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml 2007-07-10 08:28:48 UTC (rev 1567)
@@ -50,9 +50,9 @@
<section>
<title>Key attributes and ways of usage</title>
<para>The difference with the original component is that all hidden fields required for command links are always rendered and it doesn't depend on links rendering on the initial page. It solves the problem with invalid links that weren't rendered on a page immediately, but after some AJAX request.</para>
- <para>Beginning with release 1.0.5 additional attributes that make this form variant universal have appeared. With a new attribute definition as ajax=<emphasis role="italic">
+ <para>Beginning with release 1.0.5 additional attributes that make this form variant universal have appeared. With a new attribute definition as ajax=<emphasis >
<property>"true"</property>
- </emphasis>, it becomes possible to set AJAX submission way for any components inside, i.e. not a page URL is used as an <emphasis role="italic">
+ </emphasis>, it becomes possible to set AJAX submission way for any components inside, i.e. not a page URL is used as an <emphasis >
<property>"action"</property>
</emphasis> attribute, but the javascript:A4J.AJAX.Submit(...) call. In this case, rendering is defined as reRender=list of Ids for the form element itself.</para>
<para>Example</para>
17 years, 6 months
JBoss Rich Faces SVN: r1566 - trunk/docs/ajaxguide/en/src/main/docbook/modules.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-07-10 04:26:03 -0400 (Tue, 10 Jul 2007)
New Revision: 1566
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/modules/AUGWADParams.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/modules/AUGWADParams.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/modules/AUGWADParams.xml 2007-07-10 08:25:13 UTC (rev 1565)
+++ trunk/docs/ajaxguide/en/src/main/docbook/modules/AUGWADParams.xml 2007-07-10 08:26:03 UTC (rev 1566)
@@ -30,14 +30,14 @@
<entry>org.ajax4jsf.LOGFILE</entry>
<entry>none</entry>
<entry>
- The is an URL to an application or a container log file (if possible). If this parameter is set, a content from the given URL will be shown on a <emphasis role="italic"><property>Debug</property></emphasis> error page in the <emphasis role="italic"><property>iframe</property></emphasis> window
+ The is an URL to an application or a container log file (if possible). If this parameter is set, a content from the given URL will be shown on a <emphasis ><property>Debug</property></emphasis> error page in the <emphasis ><property>iframe</property></emphasis> window
</entry>
</row>
<row>
<entry>org.ajax4jsf.VIEW_HANDLERS</entry>
<entry>none</entry>
<entry>
- Is a comma-separated list of custom <emphasis role="italic"><property>"ViewHandler"</property></emphasis> instances
+ Is a comma-separated list of custom <emphasis ><property>"ViewHandler"</property></emphasis> instances
for inserting in chain. Handlers are inserted in the given order. So must be used if the order of them is important.
No need to define ajax4jsf handler there, as it will be always the first.
</entry>
@@ -46,14 +46,14 @@
<entry> org.ajax4jsf.CONTROL_COMPONENTS</entry>
<entry>none</entry>
<entry>
- Is a comma-separated list of names for a component as a special control case, such as messages bundle loader, alias bean components, etc. Is a type of component got by a reflection from the static field <emphasis role="italic"><property>COMPONENT_TYPE</property></emphasis>. For components with such types encode methods always are called in rendering AJAX responses, even if a component isn't in an updated part
+ Is a comma-separated list of names for a component as a special control case, such as messages bundle loader, alias bean components, etc. Is a type of component got by a reflection from the static field <emphasis ><property>COMPONENT_TYPE</property></emphasis>. For components with such types encode methods always are called in rendering AJAX responses, even if a component isn't in an updated part
</entry>
</row>
<row>
<entry>org.ajax4jsf.ENCRYPT_RESOURCE_DATA</entry>
<entry>false</entry>
<entry>
- For generated resources, such as encrypt generation data, it's encoded in the resource URL. For example, URL for an image generated from the <emphasis role="italic"><property>mediaOutput</property></emphasis> component contains a name of a generation method, since for a hacker attack, it is possible to create a request for any JSF baked beans or other attributes. To prevent such attacks, set this parameter to true in critical applications (works with JRE > 1.4)
+ For generated resources, such as encrypt generation data, it's encoded in the resource URL. For example, URL for an image generated from the <emphasis ><property>mediaOutput</property></emphasis> component contains a name of a generation method, since for a hacker attack, it is possible to create a request for any JSF baked beans or other attributes. To prevent such attacks, set this parameter to true in critical applications (works with JRE > 1.4)
</entry>
</row>
<row>
@@ -66,7 +66,7 @@
<row>
<entry>org.ajax4jsf.SKIN</entry>
<entry>DEFAULT</entry>
- <entry>Is a name of a skin used in an application. It can be a literal string with a skin name, or the <emphasis role="italic"><property>EL</property></emphasis> expression (#{...}) pointed to a <emphasis role="italic"><property>String</property></emphasis> property (skin name) or a property with the type org.ajax4jsf.framework.skin. Skin in last case, this instance will be used as a current skin
+ <entry>Is a name of a skin used in an application. It can be a literal string with a skin name, or the <emphasis ><property>EL</property></emphasis> expression (#{...}) pointed to a <emphasis ><property>String</property></emphasis> property (skin name) or a property with the type org.ajax4jsf.framework.skin. Skin in last case, this instance will be used as a current skin
</entry>
</row>
<row>
@@ -107,7 +107,7 @@
<entry>forceparser</entry>
<entry>true</entry>
<entry>
- Forces parsing by a filter <emphasis role="italic"><property>HTML</property></emphasis> syntax checker on any JSF page. If false, only AJAX responses are parsed to syntax check and conversion to well-formed XML. Setting to false improve performance, but can provide visual effects on AJAX updates
+ Forces parsing by a filter <emphasis ><property>HTML</property></emphasis> syntax checker on any JSF page. If false, only AJAX responses are parsed to syntax check and conversion to well-formed XML. Setting to false improve performance, but can provide visual effects on AJAX updates
</entry>
</row>
</tbody>
17 years, 6 months