[richfaces-issues] [JBoss JIRA] Created: (RF-4389) Permission denied to get property with a4j:status

Tobias Kilian (JIRA) jira-events at lists.jboss.org
Wed Sep 3 14:56:38 EDT 2008


Permission denied to get property with a4j:status
-------------------------------------------------

                 Key: RF-4389
                 URL: https://jira.jboss.org/jira/browse/RF-4389
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: Firefox 3.0.1
Firebug 1.2.0
            Reporter: Tobias Kilian


I have the following code:

<a4j:status id="myStatus" forceId="true" onstart="disableInputs();">
    <f:facet name="start">
        <h:graphicImage value="/img/icons/loading.gif"/>
    </f:facet>
</a4j:status>

which gives me the resulting html snippet:
<span id="myStatus">
    <span id="myStatus.start" style="display: none">
        <img src="/img/icons/loading.gif" />
    </span>
    <script type="text/javascript">window.document.getElementById('myStatus.start').onstart=function(){disableInputs();};</script>
    <span id="myStatus.stop"></span>
</span>

This leads to the javascript warning:
Permission denied to get property HTMLDivElement.tagName

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

        



More information about the richfaces-issues mailing list