]
Nick Belaevski updated RF-1205:
-------------------------------
Component/s: component
Priority: Minor (was: Major)
GWT4JSF UIPage tage does not implement GwtSource
------------------------------------------------
Key: RF-1205
URL:
https://jira.jboss.org/jira/browse/RF-1205
Project: RichFaces
Issue Type: Bug
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
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@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: