[seam-issues] [JBoss JIRA] Created: (JBSEAM-4707) s:selectItems doesn't work inside rich:inputplaceselect tag

Ricardo Martinelli Oliveira (JIRA) jira-events at lists.jboss.org
Sat Sep 11 19:44:19 EDT 2010


s:selectItems doesn't work inside rich:inputplaceselect tag
-----------------------------------------------------------

                 Key: JBSEAM-4707
                 URL: https://jira.jboss.org/browse/JBSEAM-4707
             Project: Seam
          Issue Type: Feature Request
          Components: JSF Controls
    Affects Versions: 2.2.1.CR2
            Reporter: Ricardo Martinelli Oliveira
            Priority: Minor


The following code generate a blank space in XHTML. Using h:selectOneMenu the code works and generate a combobox with all values returned by produtosList.resultList.

<rich:inplaceSelect
	             value="#{item.produtos}"
	             defaultLabel="Insira um produto.">
	<s:selectItems
		value="#{produtosList.resultList}"
		var="produto"
		label="#{produto.desProduto}"/>
        <s:convertEntity/>
</rich:inplaceSelect>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list