[
https://issues.apache.org/jira/browse/TOBAGO-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354813#comment-14354813
]
Hudson commented on TOBAGO-1446:
--------------------------------
FAILURE: Integrated in tobago-trunk #1333 (See
[https://builds.apache.org/job/tobago-trunk/1333/])
TOBAGO-1446
Different behavior in render classes
submitted value is used for select*** (bommel:
http://svn.apache.org/viewvc/?view=rev&rev=1665486)
*
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/SelectManyRendererBase.java
*
/myfaces/tobago/trunk/tobago-extension/tobago-deprecation/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlRendererUtil.java
*
/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SelectManyListboxRenderer.java
*
/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SelectManyShuttleRenderer.java
*
/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SelectOneChoiceRenderer.java
*
/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SelectOneListboxRenderer.java
*
/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SelectOneRadioRenderer.java
*
/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/util/HtmlRendererUtils.java
> Different behavior in render classes
> ------------------------------------
>
> Key: TOBAGO-1446
> URL: https://issues.apache.org/jira/browse/TOBAGO-1446
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.0.6
> Reporter: Manuel Blauensteiner
> Assignee: Bernd Bohmann
> Fix For: 2.0.7
>
>
> Different behavior between _SelectOneChoiceRenderer_ and _InRenderer_.
> The _InRenderer_ uses getCurrentValue from _RendererBase_, which returns the
> submitted value, _SelectOneChoiceRenderer_, _SelectOneRadioRenderer_, etc.
> just use the normal value.
> Both components are sub classes from _EditableValueHolder. So the behavior
> should be the same.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)