a4j:keepAlive: Invalid syntax in example code
---------------------------------------------

                 Key: RF-8656
                 URL: https://jira.jboss.org/jira/browse/RF-8656
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: doc
    Affects Versions: 3.3.3.Final
            Reporter: Clemens Fuchslocher
         Attachments: a4j_keepAlive.xml.patch

The provided example code from 
http://docs.jboss.org/richfaces/3.3.X/3.3.3.Final/en/devguide/html/a4j_keepAlive.html
 throws an JasperException: "According to TLD or attribute directive in tag 
file, attribute beanName does not accept any expressions".

Invalid syntax: <a4j:keepAlive beanName = "#{myClass.testBean}"/>

Correct syntax: <a4j:keepAlive beanName = "myClass.testBean"/>

The attached patch was created against 
http://anonsvn.jboss.org/repos/richfaces/branches/community/3.3.X/docs/.


-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to