[
https://jira.jboss.org/jira/browse/JBIDE-2914?page=com.atlassian.jira.plu...
]
Joao Paulo Viragine commented on JBIDE-2914:
--------------------------------------------
In the content assist...
My code snippet:
<s:selectItems value="#{tiposNaturezaDAT}" var="tipoNaturezaDAT"
label="#{tipoNaturezaDAT.descricao}" />
where tiposNaturezaDAT has a factory:
@Factory("tiposNaturezaDAT")
public TipoNaturezaDAT[] tiposNaturezaDAT() {
return TipoNaturezaDAT.values();
}
JBDS don't recognize #{tipoNaturezaDAT} (for code completion) in label property of
s:selectItems.
Ty,
JP
Recognize "var" attribute in <s:selectItems>
---------------------------------------------
Key: JBIDE-2914
URL:
https://jira.jboss.org/jira/browse/JBIDE-2914
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Environment: JBDS 1.1.0.GA
Reporter: Joao Paulo Viragine
Priority: Minor
JBDS/Tools don't recognize "var" attribute in <s:selectItems>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira