Security Module Addon Tables

2016-06-29 Thread Fabio Purcino
Dear sirs, I'm currently developing a solution using Apache Isis. I have implemented Security Module Addon "out-of-box" according to Dan's video tutorial. I'm persisting all data on a SQL Server Database but none of Security's module tables are being created. Is there any additional configuratio

Re: Invoking an Action Programmatically

2016-06-16 Thread Fabio Purcino
at we envisage is > something similar to the "more actions" in JIRA, or the cmd-alt-A in > IntelliJ , as per [2] > > Would this suffice? > > Thx > Dan > > [1] https://issues.apache.org/jira/browse/ISIS-1196 > [2] http://imgur.com/a/It2TN > >

Re: Invoking an Action Programmatically

2016-06-16 Thread Fabio Purcino
> > menuOrder = "1" > > > > ) > > > > public class Transacoes { > > > > @Action(semantics = SemanticsOf.SAFE) > > > > @ActionLayout(bookmarking = BookmarkPolicy.AS_ROOT, named="Buscar > > Transação") // Why bookmark an

Re: Invoking an Action Programmatically

2016-06-15 Thread Fabio Purcino
ryService repositoryService; } ******* 2016-06-15 13:14 GMT-03:00 Jeroen van der Wal : > Perhaps you can specify your question with some (pseudo) code? > > On 15 June 2016 at 16:41, Fabio Purcino wrote:

Invoking an Action Programmatically

2016-06-15 Thread Fabio Purcino
Hi all, Is it possible to invoke an action programmatically from another action? The called action has parameters and I'd like to show the same screen as I click on the service menu. Thanks and best Regards, -- Fábio Purcino Aragão

Re: Question regarding top menu

2016-06-13 Thread Fabio Purcino
l @ParameterLayout(named="ANS") > @Parameter(optionality=Optionality.OPTIONAL) ANS ans > ) { > > > > } > > Hope this is helpful. > > El 2016-06-13 14:19, Fabio Purcino escribió: > > > Hi Dan, > > > > Thank you so much for yo

Re: Question regarding top menu

2016-06-13 Thread Fabio Purcino
; nature = NatureOfService.VIEW_MENU_ONLY > ) > @DomainServiceLayout( > named = "Fixed Assets", > menuBar = DomainServiceLayout.MenuBar.PRIMARY, > menuOrder = "10.3" > ) > public class FixedAssetRegistrationMenu ... { ... } > &g

Question regarding top menu

2016-06-11 Thread Fabio Purcino
Dear sirs, I'm new on Apache ISIS development. It`s really fantastic but i'm facing the following issue: I have 20 domains with one domain service for each one showing basic operations (List, Create and Find by Name). Because of this I got three lines of top menu, a little bit messy. Is there a