[richfaces-issues] [JBoss JIRA] Created: (RF-1205) GWT4JSF UIPage tage does not implement GwtSource
Curt (JIRA)
jira-events at lists.jboss.org
Tue Oct 23 16:15:01 EDT 2007
GWT4JSF UIPage tage does not implement GwtSource
------------------------------------------------
Key: RF-1205
URL: http://jira.jboss.com/jira/browse/RF-1205
Project: RichFaces
Issue Type: Bug
Environment: WinXP JBoss 4.1CR1, GWT4JSF-1.1.2-SNAPSHOT
Reporter: Curt
Attachments: UIPage.java.patch
Using the page tag from the https://ajax4jsf.dev.java.net/gwt namespace generates an error when it contains a listener child tag. The error is in GwtListenerHandler:
com.sun.facelets.tag.TagException: /pages/Login.jsp @14,57 <gwt:gwtListener> Parent is not of type GwtSource, type is: org.ajax4jsf.gwt.jsf.UIPage at 99c4cc
at org.ajax4jsf.gwt.jsf.GwtListenerHandler.apply(GwtListenerHandler.java:163
The JSF page was structured:
<f:view xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:gwt="https://ajax4jsf.dev.java.net/gwt"
xmlns:dri="https://ajax4jsf.dev.java.net/gwt/DRI"
contentType="text/html">
<gwt:page title="DRI">
<f:facet name="head">
<h:panelGroup>
</h:panelGroup>
</f:facet>
<!-- this widget binds directly to the UserAuthService interface on userAuthBean. -->
<dri:component id="main">
<gwt:gwtListener serviceBean="#{userAuth}"/>
</dri:component>
</gwt:page>
</f:view>
--
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