[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2914) Recognize "var" attribute in <s:selectItems>

Joao Paulo Viragine (JIRA) jira-events at lists.jboss.org
Thu Oct 16 12:47:20 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBIDE-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12434131#action_12434131 ] 

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

        



More information about the jbosstools-issues mailing list