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
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 @
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
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
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
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
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