Re: [ANN] Apache Isis version 1.15.0 Released

2017-08-17 Thread Vladimir Nišević
Thanks Dan, great work! 2017-08-17 3:39 GMT+02:00 Stephen Cameron : > It's excellent, my thanks to all those involved. > > On Tue, Aug 15, 2017 at 5:50 PM, Johan Doornenbal > wrote: > > > Congrats Dan. Thank you for all your work!! > > > > > > > > > > On Mon, Aug 14, 2017 11:48 PM, Dan Haywood

Re: [ANN] Apache Isis version 1.15.0 Released

2017-08-17 Thread Anisha Jaiswal
Hi Dan, This is great ! I upgraded my application to v1.15.0. I wanted to use inline prompts for action methods, but somehow have not been able to make it work. I noticed that the default behaviour for editing of properties is now inline and it looks nice. I wanted to use my action method also t

Re: [ANN] Apache Isis version 1.15.0 Released

2017-08-17 Thread Dan Haywood
Hi Anisha, I must admit that what you've written there looks ok to me. Any possibility of providing an example app on github that exhibits the problem? Start off with the new helloworld archetype, perhaps? Also, try adding in the configuration property "isis.viewer.wicket.promptStyle", as per

Re: [ANN] Apache Isis version 1.15.0 Released

2017-08-17 Thread Manasingarao Shitole
Hi Anisha, To simulate your problem, I have added "Update Notes" action to my Simple-App project and which resulted "Update Notes" on top of the form and the action always resulted into modal window while editing notes - even though mentioning @ActionLayout( promptStyle=PromptStyle.INLINE).

Re: [ANN] Apache Isis version 1.15.0 Released

2017-08-17 Thread Manasingarao Shitole
Hi Anisha, Sorry my screenshots have missed in last mail. If you want to behave your actions to work as inline updates then action also must be present inline. in short here is the solution which needs to be updated in layout.xml. Updates the object's notes Cheers, -M

Re: [ANN] Apache Isis version 1.15.0 Released

2017-08-17 Thread Dan Haywood
Hi Mansingh , thanks for that ... you are absolutely right, for inline action prompt the action needs to be associated with a property. One way to do that (as you showed) is using the .layout.xml A different way - which some prefer - is to use @MemberOrder(named=...), eg: @MemberOrder(named="n

Re: [ANN] Apache Isis version 1.15.0 Released

2017-08-17 Thread Anisha Jaiswal
Hi Mansingh and Dan, Thank you so much for your inputs. I will definitely try out your suggestions and let you know how it goes. Thanks again, Anisha On Thu, Aug 17, 2017 at 10:37 PM, Dan Haywood wrote: > Hi Mansingh , > > thanks for that ... you are absolutely right, for inline action prompt

Isis basic queries

2017-08-17 Thread Nikhil Dhamapurkar
Hi, I am looking at apache isis to be used as an ORM solution. I downloaded and ran the simple application Arche type and is working fine I am more a server side developer with little knowledge of wicket and Swagger. For my changes I added practice as an additional entity in the application it