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&...]