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

[jira] [Commented] (ISIS-2941) Regression: Generic numerical primitive Field Editing throws due to missing Conversion

    [ https://issues.apache.org/jira/browse/ISIS-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17471956#comment-17471956 ] 

ASF subversion and git services commented on ISIS-2941:
-------------------------------------------------------

Commit 6780a7c9fbee7a27cfe4e7f44b9b334e2bb93cb0 in isis's branch refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6780a7c ]

ISIS-2941: dummy edit (minor java-doc)

> Regression: Generic numerical primitive Field Editing throws 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
>            Priority: Blocker
>             Fix For: 2.0.0-M7
>
>
> only affects primitives, 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)