You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2022/01/10 10:55:00 UTC

[jira] [Created] (ISIS-2941) Generic Numerical Field Editing might throw due to missing Conversion

Andi Huber created ISIS-2941:
--------------------------------

             Summary: Generic Numerical Field Editing might throw due to missing Conversion
                 Key: ISIS-2941
                 URL: https://issues.apache.org/jira/browse/ISIS-2941
             Project: Isis
          Issue Type: Bug
          Components: Wicket Viewer
            Reporter: Andi Huber
            Assignee: Andi Huber
             Fix For: 2.0.0-M7


eg with Double:

{noformat}
 java.lang.IllegalArgumentException
Object has incompatible type java.lang.String,must be an instance of java.lang.Double.
org.apache.isis.commons.internal.exceptions._Exceptions#illegalArgument(_Exceptions.java:79)
org.apache.isis.core.metamodel.spec.ManagedObjects#lambda$5(ManagedObjects.java:157)
org.apache.isis.commons.internal.binding._BindableAbstract#setValue(_BindableAbstract.java:120)
org.apache.isis.viewer.wicket.model.models.ScalarModel#setObject(ScalarModel.java:152)
org.apache.isis.viewer.wicket.ui.components.scalars.TextFieldValueModel#setObject(TextFieldValueModel.java:70)
org.apache.wicket.model.Model#setObject(Model.java:45) 
{noformat}





--
This message was sent by Atlassian Jira
(v8.20.1#820001)