Alain.Zhang created ISIS-296:
--------------------------------

             Summary: wicket viewer display ??? ENTITYMODEL OBJECTADAPTER OID: 
NULL when view a root entity's  collection member which data type is primitive 
String.
                 Key: ISIS-296
                 URL: https://issues.apache.org/jira/browse/ISIS-296
             Project: Isis
          Issue Type: Bug
          Components: Viewer: Wicket
    Affects Versions: isis-1.0.0
         Environment: OS:Win7 64 bit IDE:eclpse
            Reporter: Alain.Zhang
            Assignee: Dan Haywood
            Priority: Minor


wicket viewer display ??? ENTITYMODEL OBJECTADAPTER OID: NULL when view a root 
entity's  collection member which data type is primitive String.

The problem is demoed in a isis-demo project which located at: 
git://github.com/alainzhang/isis-demo.git The cllection menber I have defined 
as following:

        // {{ ContactTelephones (contact telephones )
        @Element
        private List<String> contactTelephones = new ArrayList<String>();

        @MemberOrder(sequence = "3")
        @Optional
        @Named("Contact Telephones")
        public List<String> getContactTelephones() {
                return contactTelephones;
        }

        public void setContactTelephones(final List<String> contactTelephones) {
                this.contactTelephones = contactTelephones;
        }
        // }}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to