Re: [t5.3.4] Plugin blocks

2012-08-26 Thread Muhammad Gelbana
The blog post is fantastic but It lacks the point that Taha tackled which is contributing blocks to the main application. My goal here isn't to contribute blocks (which seems to be the best option so far because it solves the problem of having links displayed as sub links to another top link. Igor

Re: [t5.3.4] Plugin blocks

2012-08-26 Thread Richard Frovarp
On 08/26/2012 10:23 AM, Muhammad Gelbana wrote: After reading Taha's article, I'm now trying to dissect my application to be able to distribute it to different clients. So it will be distributed as one slim web application wit

[t5.3.4] Plugin blocks

2012-08-26 Thread Muhammad Gelbana
After reading Taha's article, I'm now trying to dissect my application to be able to distribute it to different clients. So it will be distributed as one slim web application with really nothing to offer. And to use one feature,

Re: @parameter Boolean not working?

2012-08-26 Thread Bob Harner
Set subscribe = true in your page class' setupRender method, not in its declaration. On Aug 26, 2012 6:23 AM, "sommeralex" wrote: > Hello, > > I have a component, which is taking a userId and (should) take a boolean. > My > component is implemented and already working with the userID - but not wi

Re: @parameter Boolean not working?

2012-08-26 Thread sommeralex
thanx, could solve it, had nothing to do with the @parameter - was a bug in my code. -- View this message in context: http://tapestry.1045711.n5.nabble.com/parameter-Boolean-not-working-tp5715807p5715808.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

@parameter Boolean not working?

2012-08-26 Thread sommeralex
Hello, I have a component, which is taking a userId and (should) take a boolean. My component is implemented and already working with the userID - but not with the boolean. checking subscribed == true or checking with subscribed != null is never true. (so the boolean is always null) the componen