Author: artdaw
Date: 2008-03-31 14:48:29 -0400 (Mon, 31 Mar 2008)
New Revision: 7501
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
Log:
http://jira.jboss.com/jira/browse/RF-2134 - Info about org.ajax4jsf.RESOURCE_URI_PREFIX
into "Web Application Descriptor Parameters" added
Modified: trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml 2008-03-31 18:44:59
UTC (rev 7500)
+++ trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml 2008-03-31 18:48:29
UTC (rev 7501)
@@ -130,7 +130,14 @@
<entry>It doesn't allow framework to reformat JavaScript files
(makes it
impossible to debug) </entry>
</row>
-
+ <row>
+ <entry>org.ajax4jsf.RESOURCE_URI_PREFIX</entry>
+ <entry>none</entry>
+ <entry>
+ This variable just defines prefix which is added to URIs of generated
resources.
+ This prefix designed to handle Rich Faces generated resources requests.
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>