Re: Mixin render phases

2008-05-13 Thread Toby Hobson
OK that makes sense ... I thought that returning true meant "carry on as normal" Thanks guys Toby - Original Message From: Robert Zeigler <[EMAIL PROTECTED]> To: Tapestry users Sent: Tuesday, 13 May, 2008 5:59:51 PM Subject: Re: Mixin render phases That appears to

Re: Mixin render phases

2008-05-13 Thread Robert Zeigler
ase I still get the exception! - Original Message From: Toby Hobson <[EMAIL PROTECTED]> To: Tapestry users Sent: Tuesday, 13 May, 2008 4:52:33 PM Subject: Re: Mixin render phases So if I've read the JIRA correctly does this mean that simply implementing @BeginRender and @

Re: Mixin render phases

2008-05-13 Thread Robert Zeigler
odify my mixin to always return true during the @BeginRender phase I still get the exception! - Original Message From: Toby Hobson <[EMAIL PROTECTED]> To: Tapestry users Sent: Tuesday, 13 May, 2008 4:52:33 PM Subject: Re: Mixin render phases So if I've read the JIRA cor

Re: Mixin render phases

2008-05-13 Thread Toby Hobson
Something else i've noticed ... if i modify my mixin to always return true during the @BeginRender phase I still get the exception! - Original Message From: Toby Hobson <[EMAIL PROTECTED]> To: Tapestry users Sent: Tuesday, 13 May, 2008 4:52:33 PM Subject: Re: Mixin render ph

Re: Mixin render phases

2008-05-13 Thread Toby Hobson
kovic <[EMAIL PROTECTED]> To: Tapestry users Sent: Tuesday, 13 May, 2008 3:03:49 PM Subject: RE: Mixin render phases hi toby, i think i had the same issue some time ago i was also trying to create a mixin for enabled/disabled handling by short circuiting the render phases. but the render

RE: Mixin render phases

2008-05-13 Thread Kristian Marinkovic
org Kopie Thema Mixin render phases Hi guys, I'm trying to show/hide an html element based on Robert's recent suggestion (Re: how do we secure our views) but I've hit a minor problem. The mixin's @BeforeRender method is being called but then tapestry complains that th

Mixin render phases

2008-05-13 Thread Toby Hobson
Hi guys, I'm trying to show/hide an html element based on Robert's recent suggestion (Re: how do we secure our views) but I've hit a minor problem. The mixin's @BeforeRender method is being called but then tapestry complains that the component (textArea) is unbalanced. I'm using the component a