[richfaces-issues] [JBoss JIRA] Created: (RF-7077) TrPage not defined

Dave Chen (JIRA) jira-events at lists.jboss.org
Fri May 8 22:45:56 EDT 2009


TrPage not defined
------------------

                 Key: RF-7077
                 URL: https://jira.jboss.org/jira/browse/RF-7077
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: tomahawk(1.1.8),  trinidad(1.2.11), JSF ri 1.2.12, Jboss version: 5.0.1GA, Window Xp, IE7
            Reporter: Dave Chen


We have jsf pages that uses tomahawk(1.1.8) and trinidad(1.2.11) with JSF ri 1.2.12.
For trinidad, we use <tr:commankLink> only for dialog framework.  Jboss version: 5.0.1GA.
 
>From client source viewer:
 
TrPage is used before loading /adf/jsLibs/Common1_2_11.js that defines TrPage.
 
<script type="text/javascript">TrPage.getInstance()._addResetFields('j_id_jsp_500896631_1pc4',["source"]);</script>
 
.....
 
<script type="text/javascript" src="/adf/jsLibs/Common1_2_11.js">
 

The Common1_2_11.js should be added first if there is any Common functions used in the page. A request scope flag can be used to indicate if the Common1_2_11.js has been included in the page.

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