[richfaces-issues] [JBoss JIRA] Resolved: (RF-1205) GWT4JSF UIPage tage does not implement GwtSource

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Fri Jun 4 17:04:25 EDT 2010


     [ https://jira.jboss.org/browse/RF-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Smirnov resolved RF-1205.
-----------------------------------

    Resolution: Out of Date


> GWT4JSF UIPage tage does not implement GwtSource
> ------------------------------------------------
>
>                 Key: RF-1205
>                 URL: https://jira.jboss.org/browse/RF-1205
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component
>    Affects Versions: 3.2.0
>         Environment: WinXP JBoss 4.1CR1, GWT4JSF-1.1.2-SNAPSHOT
>            Reporter: Curt
>            Assignee: Alexander Smirnov
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: UIPage.java.patch
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> 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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list