Hi Steve, Some things to try... In the wicket viewer, on the footer, do you see the warning icon saying that you are running in prototype mode?
If you inspect the configuration properties (from tertiary menu), what is the setting of Isis.deploymentType? Do you see prototype actions on other domain objects? Cheers, Dan. On Tue, 3 Oct 2017, 22:22 Stephen Cameron, <[email protected]> wrote: > Thanks Jeroen, my mistake it's 'configuration' I do have that setting, so > I'll have to dig around, maybe some interaction with security module being > used? > > Steve > > On Wed, Oct 4, 2017 at 12:16 AM, Jeroen van der Wal <[email protected]> > wrote: > > > Hi Stephen, > > > > To enable prototyping this is what we have in web.xml: > > > > <context-param> > > <param-name>configuration</param-name> > > <param-value>development</param-value> > > </context-param> > > > > HTH > > > > Jeroen > > > > > > On 2 October 2017 at 09:22, Stephen Cameron <[email protected]> > > wrote: > > > > > Hi, > > > > > > Before I go looking can anyone suggest why this might occur? I am in > > > development mode but the 'Prototyping' menu item has disappeared a > while > > > back. Is there anything else that affects its visiblity other than the > > > deployment param in web.xml? > > > > > > Thanks > > > Steve > > > > > >
