[
https://jira.jboss.org/jira/browse/RF-4496?page=com.atlassian.jira.plugin...
]
Lawrence Fanizza reopened RF-4496:
----------------------------------
I am using richfaces in a portlet. Here is my environment information:
JBoss Application Server 4.2
JBoss Portal 2.6.3
JBoss Portlet Bridge 1.0.0.B4
Facelets 1.1.14
Richfaces 3.2.2
Here are the web app parameters I have set:
<param-name>javax.faces.ALLOW_JAVASCRIPT</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>javax.faces.DETECT_JAVASCRIPT</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>javax.faces.AUTO_SCROLL</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>facelets.DEVELOPMENT</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>facelets.REFRESH_PERIOD</param-name>
<param-value>-1</param-value>
</context-param>
<context-param>
<param-name>facelets.SKIP_COMMENTS</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>facelets.VIEW_MAPPINGS</param-name>
<param-value>*.xhtml</param-value>
</context-param>
<context-param>
<param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
<param-value>org.jboss.portletbridge.application.FaceletPortletViewHandler</param-value>
</context-param>
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
</context-param>
<context-param>
<param-name>javax.faces.DEFAULT_SUFFIX</param-name>
<param-value>.xhtml</param-value>
</context-param>
<context-param>
<param-name>org.ajax4jsf.RESOURCE_URI_PREFIX</param-name>
<param-value>rfRes</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
<param-value>DEFAULT</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>NONE</param-value>
</context-param>
<context-param>
<param-name>javax.portlet.faces.renderPolicy</param-name>
<param-value>ALWAYS_DELEGATE</param-value>
</context-param>
Web application parameter org.richfaces.LoadScriptStrategy not
working.
-----------------------------------------------------------------------
Key: RF-4496
URL:
https://jira.jboss.org/jira/browse/RF-4496
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Lawrence Fanizza
Assignee: Tsikhon Kuprevich
I have recently upgraded to richfaces version 3.2.2 and have found that the web
application parameter org.richfaces.LoadScriptStrategy seems to have no effect. If the
parameter is set to NONE or ALL the richfaces javascripts are still loaded at the
component level. This feature worked correctly in 3.2.1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira