Re: Mixup with page resolution

2014-01-31 Thread Mauricio Aldazosa
On Thu, Jan 30, 2014 at 2:35 AM, Lance Java wrote: > > but I'd also call that a very confusing naming of pages. > > Granted :-), we have already changed the names. I also created a jira issue: https://issues.apache.org/jira/browse/TAP5-2281 for it. I'll be happy to provide a patch if a consensus i

Mixup with page resolution

2014-01-29 Thread Mauricio Aldazosa
Hi guys, We recently got into a little bit of trouble with Tapestry's URL shortening. We have a ComponentRequestFilter that restricts access to pages based on annotations placed on the pages classes. With the following setup, tapestry gets mixed up about the page annotations: 1. We have a pag

Re: [5.3.6] Loop component giving coercion error

2012-11-29 Thread Mauricio Aldazosa
On Thu, Nov 29, 2012 at 8:48 AM, Pillar wrote: > I've been reading other posts but nothing seems to work for me. > > > > "none"> > > > > Inside both loops I try to access properties of u and userservice. > > >From what I can tell, the source of the inner loop shouldn't be using an exp

Re: does T-4.1.* have a COUNT component?

2007-10-08 Thread Mauricio Aldazosa
On 10/8/07, Ken nashua <[EMAIL PROTECTED]> wrote: > > > Ok I tried a custom Loop hybrid but that failed to do uncoordinated > indices between collection and loop. > > All I want to do is increment a count within the template and act on it > when it reaches a certain value and then reset it. > > IE.