[richfaces-issues] [JBoss JIRA] Updated: (RF-1205) GWT4JSF UIPage tage does not implement GwtSource
Nick Belaevski (JIRA)
jira-events at lists.jboss.org
Wed Oct 24 12:27:03 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-1205?page=all ]
Nick Belaevski updated RF-1205:
-------------------------------
Fix Version/s: 3.2.0
Affects Version/s: 3.2.0
Assignee: Alexander Smirnov
> GWT4JSF UIPage tage does not implement GwtSource
> ------------------------------------------------
>
> Key: RF-1205
> URL: http://jira.jboss.com/jira/browse/RF-1205
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: WinXP JBoss 4.1CR1, GWT4JSF-1.1.2-SNAPSHOT
> Reporter: Curt
> Assigned To: Alexander Smirnov
> Fix For: 3.2.0
>
> 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