[jboss-user] [JBoss Tools] - Error: "Factory Method ... with a void return type must have an associated @Out/Databinder"

Daniel Posch do-not-reply at jboss.com
Tue Apr 13 01:41:49 EDT 2010


Daniel Posch [http://community.jboss.org/people/poschd] replied to the discussion

"Error: "Factory Method ... with a void return type must have an associated @Out/Databinder""

To view the discussion, visit: http://community.jboss.org/message/537051#537051

--------------------------------------------------------------
Using the given bean (that I posted above) in a JSF DataTable raises a warning, too. In my application I use RichFaces:

<rich:extendedDataTable value="#{somethings}" var="sth" rendered="#{not empty somethings}">
                    <rich:column sortBy="#{sth.id}" label="Some Id">
                        <f:facet name="header">Some Id</f:facet>
                        <h:outputText value="#{sth.id}"/> <!-- WARNING: "id cannot be resolved" -->
                    </rich:column>
</rich:extendedDataTable>


Is this a separate issue or is it tied to [#JBIDE-6176] https://jira.jboss.org/jira/browse/JBIDE-6176 https://jira.jboss.org/jira/browse/JBIDE-6176?

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/537051#537051]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100413/c1314147/attachment.html 


More information about the jboss-user mailing list