[richfaces-issues] [JBoss JIRA] Created: (RF-2109) 'RichFaces' is undefined JS error

Gauri Pandhare (JIRA) jira-events at lists.jboss.org
Tue Jan 29 11:51:59 EST 2008


'RichFaces' is undefined JS error
---------------------------------

                 Key: RF-2109
                 URL: http://jira.jboss.com/jira/browse/RF-2109
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.3
         Environment: JDK1.5, Jboss Portal 2.4.1, Jboss App Server 4.0.5, 
            Reporter: Gauri Pandhare


I have the following taglib's included -

<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>

and using the following code to call the suggestion box.

		<h:outputText styleClass="jsf-output-text" value="text"/>
		<h:inputText id="text" value="#{Bean.textvalue}" required="true"/>
		<rich:suggestionbox for="text" var="textop" suggestionAction="#{Bean.searchtextValue}" height="100" width="150">
		 <h:column> 
		   <h:outputText value="#{textop}" />
		 </h:column>
		</rich:suggestionbox>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list