Let me read up on TERTIARY menu and get back to you. On Wed, Oct 4, 2017 at 4:04 PM, Stephen Cameron <[email protected]> wrote:
> 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 <[email protected]> > 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, <[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 >> > > > >> > > >> > >> > >
