Actions producing JSONP

2014-11-30 Thread Martin Grigorov
to org.apache.isis.applib.value package and extend the code in ALFA ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: Consultation on printing

2014-11-26 Thread Martin Grigorov
://poi.apache.org, https://pdfbox.apache.org, https://code.google.com/p/flying-saucer/) - I am not sure about this step: you need to stream the document back to the browser. Maybe returning Blob would do it automatically ?! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed

Re: build 1.7 against java 8?

2014-11-25 Thread Martin Grigorov
CssClassFaFacetOnTypeAnnotationFactoryTest.testCssClassFaAnnotationPickedUpOnClass:53 Expected: fa fa-foo fa-fw but: was fa-fw fa fa-foo Tests run: 1102, Failures: 2, Errors: 0, Skipped: 7 Adding -DskipTests=true makes the build pass. I'll be able to take a deeper look tonight. Martin Grigorov Wicket Training and Consulting https://twitter.com

Re: build 1.7 against java 8?

2014-11-25 Thread Martin Grigorov
https://github.com/apache/isis/pull/9 Now Isis builds successfully with JDK8 again. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Nov 25, 2014 at 2:16 PM, johandoornen...@filternet.nl wrote: Tnx Martin! Hi, It shouldn't be a problem to build your

Re: Upgrade Jackson from 1.9.11 to 2.4.3

2014-11-23 Thread Martin Grigorov
https://issues.apache.org/jira/browse/ISIS-959 https://github.com/apache/isis/pull/8 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Nov 21, 2014 at 6:16 PM, Jeroen van der Wal jer...@stromboli.it wrote: Hi Vladimir, You could try to upgrade yourself

Re: Isis Security Addon Custom ApplicationUser

2014-11-20 Thread Martin Grigorov
Hi, I am not familiar with isis security module but isn't it possible to use a (Shiro) Role as an Organization ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Nov 20, 2014 at 10:31 AM, johandoornen...@filternet.nl wrote: - Hi Martin, maybe you can

Re: suppress contributed action in one of the related entities only

2014-11-19 Thread Martin Grigorov
Hi, I think you need to add method hideXyz() as explained at http://isis.apache.org/how-tos/how-to-02-030-How-to-hide-an-action.html and http://isis.apache.org/more-advanced-topics/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html Martin Grigorov Wicket Training

Re: suppress contributed action in one of the related entities only

2014-11-19 Thread Martin Grigorov
Hi, On Wed, Nov 19, 2014 at 4:20 PM, Erik de Hair e...@pocos.nl wrote: Hi Martin, I think you need to add method hideXyz() as explained at http://isis.apache.org/how-tos/how-to-02-030-How-to-hide-an-action.html By adding a hide to the repository I can only hide it everywhere or nowhere

Re: suppress contributed action in one of the related entities only

2014-11-19 Thread Martin Grigorov
PM, Martin Grigorov wrote: Hi, On Wed, Nov 19, 2014 at 4:20 PM, Erik de Hair e...@pocos.nl wrote: Hi Martin, I think you need to add method hideXyz() as explained at http://isis.apache.org/how-tos/how-to-02-030-How-to-hide-an-action.html By adding a hide to the repository I can only

Re: Extending the user

2014-11-18 Thread Martin Grigorov
Hi, Take a look at http://isis.apache.org/reference/Security.html and https://github.com/isisaddons/isis-module-security. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Nov 18, 2014 at 2:19 PM, Martin Balmaceda martin.balmac...@gmail.com wrote: Hi

Re: How do I add a for for adding items to a collection

2014-11-17 Thread Martin Grigorov
Hi, On Mon, Nov 17, 2014 at 2:27 PM, Martin Balmaceda martin.balmac...@gmail.com wrote: Hi I see there are two 'views' for collection properties: the actual list and a blank page which i assume should contain the controls for adding new items. The blank one's name is Hide, so I

Re: Archetypes for 1.8.0-SNAPSHOT

2014-11-14 Thread Martin Grigorov
have to add repositoriesrepository for snapshots pointing at http://repository-estatio.forge.cloudbees.com/snapshot/ https://github.com/apache/isis/pull/7 + recreating the archetypes should fix it. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Nov 14, 2014

Re: usage statistics

2014-11-01 Thread Martin Grigorov
This should be d...@isis.apache.org. Sorry! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Nov 1, 2014 at 2:52 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi devs, I see that IsisWicketApplication actually defines mount points for EntityPage

Fwd: usage statistics

2014-11-01 Thread Martin Grigorov
Forwarding to d...@isis.apache.org because I've sent it to dev@wicket by mistake. -- Forwarded message -- From: Martin Grigorov mgrigo...@apache.org Date: Sat, Nov 1, 2014 at 2:52 PM Subject: Re: usage statistics To: users users@isis.apache.org, d...@wicket.apache.org d

Re: usage statistics

2014-11-01 Thread Martin Grigorov
in my case) believes that some software should handle it... Why there is no mount point for StandaloneCollectionPage, ValuePage, ErrorPage, ... ? E.g. /collection/${name} ? What other specific info for a collection can be shown there to make it even more useful ? Martin Grigorov Wicket Training

Re: How to persist a list of items in a domain service

2014-11-01 Thread Martin Grigorov
Hi, Are you aware of DomainObjectContainer ? See http://isis.apache.org/reference/DomainObjectContainer.html and all links in Object management section at http://isis.apache.org/documentation.html Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Nov 1, 2014

Re: Automatic notifications between different users connected to the App

2014-10-23 Thread Martin Grigorov
Hi, This is somehow related to the tickets about SMS [1], mail [2] and twitter [3] notifications. Yet another way for notification. 1. https://issues.apache.org/jira/browse/ISIS-182 2. https://issues.apache.org/jira/browse/ISIS-171 3. https://issues.apache.org/jira/browse/ISIS-183 Martin

Re: Working with a tree structured list of items

2014-09-24 Thread Martin Grigorov
Hi, On Wed, Sep 24, 2014 at 10:59 AM, Dan Haywood d...@haywood-associates.co.uk wrote: Hi Kevin, sorry, never answered this question of yours. Apols. Within... On 3 September 2014 08:55, Kevin Meyer ke...@kmz.co.za wrote: Two questions come to mind: 1. What do the POJOs look

<    1   2   3