I see no such evidence of being in prototyping mode. Seems like the web.xml setting is being ignored? I was confused as the wicket session & memory status box is in the top right and I'd assumed that is there if configuration=development. After changing configuration it stay's there either way.
On Wed, Oct 4, 2017 at 3:41 PM, Dan Haywood <d...@haywood-associates.co.uk> wrote: > 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, <steve.cameron...@gmail.com> > 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 <jer...@stromboli.it > > > > 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 < > steve.cameron...@gmail.com> > > > 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 > > > > > > > > > >