[
https://issues.jboss.org/browse/RF-12798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Leathem updated RF-12798:
-------------------------------
Description:
There is an error in the Component Reference documentation for the component
<a4j:push>. The parameter to enable JMS isn't:
{code}
<context-param>
<param-name>org.richfaces.push.jms.enable</param-name>
<param-value>true</param-value>
</context-param>
{code}
but
{code}
<context-param>
<param-name>org.richfaces.push.jms.enabled</param-name>
<param-value>true</param-value>
</context-param>
{code}
was:
There is an error in the Component Reference documentation for the component
<a4j:push>. The parameter to enable JMS isn't:
<context-param>
<param-name>org.richfaces.push.jms.enable</param-name>
<param-value>true</param-value>
</context-param>
but
<context-param>
<param-name>org.richfaces.push.jms.enabled</param-name>
<param-value>true</param-value>
</context-param>
> <a4j:push>: parameter to enable JMS integration
> -----------------------------------------------
>
> Key: RF-12798
> URL: https://issues.jboss.org/browse/RF-12798
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: doc
> Affects Versions: 4.3.0.Final
> Reporter: Roberto Contiero
> Priority: Minor
>
> There is an error in the Component Reference documentation for the component
> <a4j:push>. The parameter to enable JMS isn't:
> {code}
> <context-param>
> <param-name>org.richfaces.push.jms.enable</param-name>
> <param-value>true</param-value>
> </context-param>
> {code}
> but
> {code}
> <context-param>
> <param-name>org.richfaces.push.jms.enabled</param-name>
> <param-value>true</param-value>
> </context-param>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues