[
http://issues.apache.org/jira/browse/ADFFACES-185?page=comments#action_12436175
]
Matthias Weßendorf commented on ADFFACES-185:
---------------------------------------------
we can overwrite getConvertedString() like
String convertedString = super.getConvertedString(context, component, bean);
if (convertedString != null)
return convertedString;
Object value = _getMinimumOrDefault(bean);
...
> [Spinbox] improve displayed value
> ---------------------------------
>
> Key: ADFFACES-185
> URL: http://issues.apache.org/jira/browse/ADFFACES-185
> Project: MyFaces ADF-Faces
> Issue Type: Improvement
> Reporter: Matthias Weßendorf
> Assigned To: Matthias Weßendorf
> Priority: Minor
>
> if a user uses spinbox and doesn't say value, nothing is displayed. It should
> be the minimum value
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira