Hi Dan, Thanks a ton for the quick response.
I created a test project and pushed it to git. Available in the following URL https://github.com/bharani16/testApp.git I have a simple Country class and State class as domain objects, with country->state relationship as 1->N. Wondering if I am making any mistake with Join annotation. Could you please check and let me know the issue in the code. Thanks & Regards Bharani On 2017-02-08 14:45 (+0530), Dan Haywood <[email protected]> wrote: > Hi Bharani, > And welcome to the users mailing list. > > Could you create a simple app and push to git to demonstrate the issue? > > In the meantime, note that actions are associated with collections either > by using @MemberOrder annotation or in the layout.xml. > > The todoapp (http://github.com/isisaddons/isis-app-todoapp) also has an > example you could look at, also the kitchensinkapp. > > HTH, > Dan > > PS : could you subscribe to the mailing list so that your posts don't have > to be moderated? Thx. > > On Wed, 8 Feb 2017, 09:48 Bharanidharan Srinivasan, <[email protected]> > wrote: > > Hi, > > I am new to Apache ISIS - got a query on mapping action id in layout.xml. > > Assume value of action id in the layout.xml should map to one of the public > methods in the domain object. But this is not working for me.. > > I have a class A, that has a collection of objects of class B, with methods > to get/set/add/remove the objects in collection. I want to depict this > collection in a grid with add/remove actions. > > The grid is appearing- but the add and remove buttons are not displayed. > > What could be the issue? > > Thanks & Regards > Bharani >
