[richfaces-issues] [JBoss JIRA] Assigned: (RF-2981) InlineSelect component : 'fieldValue' shouldbe passed to the components converter when initialized from component.getAttributes().get("value")

Anton Belevich (JIRA) jira-events at lists.jboss.org
Tue Apr 8 10:40:56 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2981?page=all ]

Anton Belevich reassigned RF-2981:
----------------------------------

    Assignee: Anton Belevich  (was: Ilya Shaikovsky)

> InlineSelect component : 'fieldValue' shouldbe passed to the components converter when initialized from component.getAttributes().get("value")
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-2981
>                 URL: http://jira.jboss.com/jira/browse/RF-2981
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Chris Rudd
>         Assigned To: Anton Belevich
>             Fix For: 3.2.1, 3.2.0SP1
>
>
> When using a Converter on the InlineSelect component the JS code generated uses an incorrect value for "current" value of the control.
> It appears that the rendered does this :
> 		Object value = component.getSubmittedValue(); 
> 		if(value == null) {
> 			value = component.getAttributes().get("value");
> 		}	
> 		Object fieldValue = value;
> If the value id read directly from the componet it needs to be converted by Converter.asString(...).

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

        



More information about the richfaces-issues mailing list