[richfaces-issues] [JBoss JIRA] Updated: (RF-7986) inplaceSelect: allows String value only without specifying converter.

Jay Balunas (JIRA) jira-events at lists.jboss.org
Thu Jan 6 14:19:20 EST 2011


     [ https://issues.jboss.org/browse/RF-7986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay Balunas updated RF-7986:
----------------------------

    Assignee:     (was: Andrey Markhel)


> inplaceSelect: allows String value only without specifying converter.
> ---------------------------------------------------------------------
>
>                 Key: RF-7986
>                 URL: https://issues.jboss.org/browse/RF-7986
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 3.3.2.GA
>            Reporter: Ilya Shaikovsky
>            Priority: Minor
>             Fix For: Future_3.X
>
>
> should allow the same value bindings as standard selectOne.
> 	<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
> 		defaultLabel="Click here to edit">
> 		<f:selectItem itemValue="0" itemLabel="Option 1" />
> 		<f:selectItem itemValue="1" itemLabel="Option 2" />
> 		<f:selectItem itemValue="2" itemLabel="Option 3" />
> 		<f:selectItem itemValue="3" itemLabel="Option 4" />
> 		<f:selectItem itemValue="4" itemLabel="Option 5" />
> 	</rich:inplaceSelect>
> 	<h:selectOneMenu value="#{inplaceComponentsBean.inputValue}"
> 		>
> 		<f:selectItem itemValue="0" itemLabel="Option 1" />
> 		<f:selectItem itemValue="1" itemLabel="Option 2" />
> 		<f:selectItem itemValue="2" itemLabel="Option 3" />
> 		<f:selectItem itemValue="3" itemLabel="Option 4" />
> 		<f:selectItem itemValue="4" itemLabel="Option 5" />
> 	</h:selectOneMenu>
> where value - int works differently but should works int the same way.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list