[
https://issues.apache.org/jira/browse/MYFACES-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907140#action_12907140
]
Matthias Weßendorf commented on MYFACES-2910:
---------------------------------------------
.toString() is acutally right - but not sure what the TCK says...
would be interesting to test it
> Allow non-String submitted values
> ----------------------------------
>
> Key: MYFACES-2910
> URL: https://issues.apache.org/jira/browse/MYFACES-2910
> Project: MyFaces Core
> Issue Type: Improvement
> Components: JSR-314
> Affects Versions: 2.0.2-SNAPSHOT
> Environment: myfaces trunk
> Reporter: Martin Kočí
> Priority: Minor
> Attachments: MYFACES-2910.patch
>
>
> Myfaces are too strict and always assume submitted value as String. Comparing
> with Mojarra and Trinidad:
> 1)org.apache.myfaces.shared.renderkit.RendererUtils.getStringValue(FacesContext,
> UIComponent):
> myfaces: IllegalArgumentException ("Submitted value of type String expected")
> mojarra, trinidad: call EditableValueHolder.getSubmittedValue().toString() in
> this situation
> 2)
> org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(FacesContext,
> UIOutput, Object)
> myfaces: IllegalArgumentException("Submitted value of type String expected")
> mojarra: CastClassExpection if sumbittedValue is not String
> trinidad: class submittedValue.toString in this situation
> toString() solution will handle all situations and will allow submitted
> values other type than String
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.