[ 
https://issues.apache.org/jira/browse/ISIS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Haywood updated ISIS-296:
-----------------------------

          Component/s:     (was: Viewer: Wicket)
                       Objectstore: JDO
        Fix Version/s:     (was: isis-viewer-wicket-1.1.0)
                       isis-objectstore-jdo-1.0.1
    Affects Version/s:     (was: isis-viewer-wicket-1.0.0)
                       isis-objectstore-jdo-1.0.0
    
> 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: Objectstore: JDO
>    Affects Versions: isis-objectstore-jdo-1.0.0
>         Environment: OS:Win7 64 bit IDE:eclpse
>            Reporter: Alain.Zhang
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: isis-objectstore-jdo-1.0.1
>
>
> 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