Re: wicket page 'views'

2015-07-16 Thread Martin Grigorov
Hi, Everything is possible! I do not understand what exactly you need, so here are some options: - you can setup your own version of EntityPage that will be used for any entity. - if you need to have the tabs only for some specific entity types then you could use a ViewModel and custom Panel

Re: property values not displayed in wicket

2015-07-16 Thread Martin Grigorov
:-) Then make the improvements and send us a pull request! There are few such CSS overrides at https://github.com/apache/isis/tree/master/core/viewer-wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages I see there is one for Sandstone too -

Re: property values not displayed in wicket

2015-07-16 Thread Martin Grigorov
Hi, Do you see the properties with the other themes? If YES, then you could provide some CSS overrides in your application.css for Sandstone theme. Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jul 16, 2015 at 9:53 AM,

Re: wicket page 'views'

2015-07-16 Thread Martin Grigorov
Hi Steve, I think you have discussed the same recently at http://mail-archives.apache.org/mod_mbox/isis-users/201507.mbox/%3CCALJOYLFwqrDb5As4W51x1oVc=2-44eoaprdzoqnqwd2_t2u...@mail.gmail.com%3E That's why I wasn't sure what is the difference with your new question. As Dan explained there are

property values not displayed in wicket

2015-07-16 Thread Stephen Cameron
Hi, I noticed that property values are not visible in the Wicket sandstone theme in my project. No errors are occurring and I cannot see a problem with css (thinking maybe color and backgroundcolor are the same). I just upgraded to Isis 1.9 by copying the maven pom files from the todoapp demo,

Re: property values not displayed in wicket

2015-07-16 Thread Stephen Cameron
On Thu, Jul 16, 2015 at 4:56 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi, Do you see the properties with the other themes? YES, but haven't tried them all If YES, then you could provide some CSS overrides in your application.css for Sandstone theme. Surely its not just me :(

Re: wicket page 'views'

2015-07-16 Thread Stephen Cameron
Hi Martin, Thanks for the pointers, I will start my learning. But the suggestion was for a new feature of allowing views to be easly switched, either by the user in the way that 'Views' are within Eclipse, or by the developer via an attribute on the entity (a parameter of @DomainObjectLayout

Re: missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Stephen Cameron
Second thoughts, it probably did not have ever work with Isis 1.9. On Thu, Jul 16, 2015 at 10:12 PM, Stephen Cameron steve.cameron...@gmail.com wrote: Hi, I want to create a fixture script and am copying the todoitems examples. However I get the following error when I replace a

Re: missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Stephen Cameron
Agreed its apparently not in the classpath, but I can see that the jar is present, namely C:\Users\stevec\.m2\repository\org\isisaddons\module\togglz\isis-module-togglz-glue\1.9.0-SNAPSHOT\isis-module-togglz-glue-1.9.0-SNAPSHOT.jar That is the path copied from Maven dependencies list and the jar

missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Stephen Cameron
Hi, I want to create a fixture script and am copying the todoitems examples. However I get the following error when I replace a FixtureScript that worked (modified from the simpleapp demo) with my new one. The org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole seems to be present in

Re: missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Stephen Cameron
Changing to Java version 1.8 has fixed the problem, sorry to have distracted you. On Thu, Jul 16, 2015 at 11:02 PM, Stephen Cameron steve.cameron...@gmail.com wrote: Agreed its apparently not in the classpath, but I can see that the jar is present, namely

Re: missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Martin Grigorov
Hi, The exception looks like you have an entry in your isis.properties that mentions this class but you don't have the class in the classpath. You need https://github.com/isisaddons/isis-module-togglz if you want to use it. If you don't need it then remove it from isis.properties. Martin

Apache Isis vs Grails

2015-07-16 Thread Stephen Cameron
Hi, Anyone care to share their thoughts on this comparison: Apache Isis vs Grails? Relative strengths and weaknesses. Maybe some main things to look at myself, I am committed to Isis for the current project, but should know more about Grails I now see. Thanks Steve Cameron