Community

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

reply from Daniel Posch in JBoss Tools - View the full discussion

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?

Reply to this message by going to Community

Start a new discussion in JBoss Tools at Community