Re: @Disabled depricated - what is the counterpart in 1.8.0 snapshot?

2015-01-28 Thread JohanDoornenbal
  Tnx Martin! That works for me. Hi Johan, I have the sources of Isis in my IDE and this makes it really easy for me. Sometimes I forget that other people may work with different environment/setup... Next time you face such problem just go to https://github.com/apache/isis/, press 't'

@Hidden deprecated in 1.8.0 snapshot

2015-01-28 Thread Rade, Joerg / Kuehne + Nagel / Ham GI-PS
Hi, I use @Hidden for subclasses of AbstractFactoryAndRepository (DomainServices) to make it's actions available in the MenuBar from time to time: // @Hidden @DomainService(repositoryFor = RequiredService.class) @DomainServiceLayout(named = Services, menuBar = MenuBar.PRIMARY, menuOrder = 2)

Re: @Disabled depricated - what is the counterpart in 1.8.0 snapshot?

2015-01-28 Thread JohanDoornenbal
Tnx Dan! @Martin: The Javadoc I missed (I suppose after a mvn clean install)- Or am I overlooking something? org.apache.isis.applib.annotation.Disabled Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found. A bunch of domain semantics

Re: @Disabled depricated - what is the counterpart in 1.8.0 snapshot?

2015-01-28 Thread Martin Grigorov
Hi Johan, I have the sources of Isis in my IDE and this makes it really easy for me. Sometimes I forget that other people may work with different environment/setup... Next time you face such problem just go to https://github.com/apache/isis/, press 't' key, and then type the name of the class

AW: @Hidden deprecated in 1.8.0 snapshot

2015-01-28 Thread Rade, Joerg / Kuehne + Nagel / Ham GI-PS
Hi Martin, thanks for your response. You suggest to use Action#hidden ? I was hoping for something like Class#hidden or DomainService#hidden. Best regards Jörg -Ursprüngliche Nachricht- Von: Martin Grigorov [mailto:mgrigo...@apache.org] Gesendet: Mittwoch, 28. Januar 2015 09:59 An:

Re: @Hidden deprecated in 1.8.0 snapshot

2015-01-28 Thread Martin Grigorov
2015-01-28 12:52 GMT+02:00 Dan Haywood d...@haywood-associates.co.uk: 2015-01-28 10:27 GMT+00:00 Rade, Joerg / Kuehne + Nagel / Ham GI-PS joerg.r...@kuehne-nagel.com: Hi Dan, a quick hack could be allowing the Action annotation on the type/class level via @Target({

AW: @Hidden deprecated in 1.8.0 snapshot

2015-01-28 Thread Rade, Joerg / Kuehne + Nagel / Ham GI-PS
Hi Dan, a quick hack could be allowing the Action annotation on the type/class level via @Target({ ElementType.TYPE, ElementType.METHOD }) instead of ElementType.METHOD only. Your proposal sounds elaborate. Keep up the good work! Jörg -Ursprüngliche Nachricht- Von: Dan Haywood

LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-01-28 Thread JohanDoornenbal
Hi, A property as org.joda.time.LocalDate does not work well with the datepicker in my app. Am I missing something - some config item or...?   Grtz Johan

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-01-28 Thread JohanDoornenbal
Hi Martin, This setting used to work in 1.7.0 isis.value.format.date=dd-MM- So I guess I wait for ISIS-1012 ? grtz Johan   Hi, Check your isis.properties. the datepicker pattern should be: DD-MM- With ISIS-1012 (to be merged) this setting will be deprecated and not used.

Re: How do I suppress/disable the link in the first column of a table?

2015-01-28 Thread klaus meier
Hi, thanks a lot, it works great! I'll raise a ticket, because we think that is it very common use case. We looked at different annotations and think that @DomainObjectLayout looked like the right place, for example a new field like viewable or similar. If the apache isis devs/users find it

Re: How do I suppress/disable the link in the first column of a table?

2015-01-28 Thread Martin Grigorov
Hi, Glad it worked! On Wed, Jan 28, 2015 at 3:06 PM, klaus meier haskell...@yahoo.de wrote: Hi, thanks a lot, it works great! I'll raise a ticket, because we think that is it very common use case. We looked at different annotations and think that @DomainObjectLayout looked like the right