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