Re: Same page secured and unsecured

2013-10-28 Thread Lenny Primak
I think you are running into this issue: https://issues.apache.org/jira/browse/TAP5-2080 Seems due to political issues it will not be fixed, But the workaround in the issue should work for you. I feel your pain because I had to implement a similar workaround as well. > On Oct 28, 2013, at 2:35

Re: Same page secured and unsecured

2013-10-28 Thread Paul Stanton
Thanks Lenny that is exactly it and the solution works great. Agree with the bug poster and would vote for the issue if it weren't closed already. p. On 28/10/2013 6:05 PM, Lenny Primak wrote: I think you are running into this issue: https://issues.apache.org/jira/browse/TAP5-2080 Seems due

Re: grid if eventlink

2013-10-28 Thread Nathan Quirynen
Hi, the If component doesn't have a parameter "context". What you need to do is the following: 1) set parameter "row" in your grid component (which you probably already did with property "bestellung"): @Property private Bestellung bestellung; 2) create a property in your page clas

Re: grid if eventlink

2013-10-28 Thread Andreas Ernst
Hi Nathan, Am 28.10.13 11:07, schrieb Nathan Quirynen: Hi, the If component doesn't have a parameter "context". What you need to do is the following: 1) set parameter "row" in your grid component (which you probably already did with property "bestellung"): @Property private B

Re: grid if eventlink

2013-10-28 Thread mailingl...@j-b-s.de
Hi Andreas! If you make use of @Property annotation tapestry creates get and set methods for you. if you mix it with self-written methods you have to set "read" and "write" annotation params to "false" accordingly to avoid creation. Just have a look at the @Property documentation. Jens Von me

Re: onActivate not called / Ajax / Shiro

2013-10-28 Thread Thiago H de Paula Figueiredo
On Sun, 27 Oct 2013 11:44:42 -0200, Lenny Primak wrote: I don't think Tapestry-Security works for Ajax requests. I think it's geared more of blocking access to pages for initial load. I wouldn't say that before checking the source first. How can you have AJAX requests for a page that's no

Re: onActivate not called / Ajax / Shiro

2013-10-28 Thread Lenny Primak
On Oct 28, 2013, at 8:09 AM, Thiago H de Paula Figueiredo wrote: > On Sun, 27 Oct 2013 11:44:42 -0200, Lenny Primak > wrote: > >> I don't think Tapestry-Security works for Ajax requests. >> I think it's geared more of blocking access to pages for initial load. > > I wouldn't say that before c

Re: Switching off Reloading of Service Implemenation?

2013-10-28 Thread Chris Mylonas
Sorry to bring up an old thread, I'm just reading it now - to my entertainment and learning :) I've created a JIRA - https://issues.apache.org/jira/browse/TAP5-2210 For the purpose of suggesting an "Alternatives" section for the tapestry features that would be commonly used and how to initiate NO