Stephen is correct. There is, though, a ticket [1] opened to see if this can be fixed.
By the way, in 1.12.0 the domain object editing will change to use prompts, one field at a time. The primary reason is that 1.12.0 will also introduce much more flexible customizable layouts (tabs!!!) as per ISIS-993 [2] so the idea of a single form with an edit button on it doesn't make sense. In the future I expect to remove the prompt and get something more like in-place editing, a la x-editable [3]. One step at a time, though. Dan [1] https://issues.apache.org/jira/browse/ISIS-1299 [2] https://issues.apache.org/jira/browse/ISIS-993 [3] https://vitalets.github.io/x-editable/ On 4 March 2016 at 10:32, Stephen Cameron <steve.cameron...@gmail.com> wrote: > Short answer is no, only Domain Objects are editable. This is most likely > due to the ability to apply complex authorisation rules available in the > security module in most part. > > On Fri, Mar 4, 2016 at 9:17 PM, Vishma Senadhi Dias < > vishma...@cse.mrt.ac.lk > > wrote: > > > Hi all, > > > > I have a small concern over editing a view model. I have a view model > > which is JAXB annotated.Can I have an action to edit properties of view > > model "on screen"? I meant without a popup window to input data. ( like > in > > Domain objects edit function) > > > > If there is not anyway to achieve on screen editing I would like to know > > any in built method for customize the pop-up window which comes out each > > time I want to edit something. > > > > Hope you understand my question. > > > > Best Regards, > > Vishma. > > >