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

Anjaneyulu commented on ISIS-1238:
----------------------------------

Hi  

There is no  persisted attribute ,even i changed as below still read-only.

  private String firstName;
    @MemberOrder(sequence = "2")
    @Property(editing=Editing.ENABLED,maxLength=9)
    @PropertyLayout(named="Enter First Name")
    public String getFirstName() {
                return firstName;
        }
        public void setFirstName(String firstName) {
                this.firstName = firstName;
        }

Any help please

> MetaModel validation for derived properties that have 
> @Property(editing=ENABLED)
> --------------------------------------------------------------------------------
>
>                 Key: ISIS-1238
>                 URL: https://issues.apache.org/jira/browse/ISIS-1238
>             Project: Isis
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.9.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Trivial
>             Fix For: 1.11.0
>
>
> for example:
>     private String firstName="Anju";
>     @Property(editing=Editing.ENABLED,maxLength=9,notPersisted=true)
>     public String getFirstName() {
>         return firstName;
>     }
>     // no setter.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to