Re: Contributing New Render Phases

2008-07-14 Thread Howard Lewis Ship
ke the cleanest way at the moment. > > -Joe > > -Original Message- > From: robert zeigler [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Zeigler > Sent: Monday, July 14, 2008 10:58 AM > To: Tapestry users > Subject: Re: Contributing New Render Phases > > No suggestions on

RE: Contributing New Render Phases

2008-07-14 Thread Joe Hart
Of Robert Zeigler Sent: Monday, July 14, 2008 10:58 AM To: Tapestry users Subject: Re: Contributing New Render Phases No suggestions on adding a new render phase. But I'm really curious to know why you want to. :) Robert On Jul 14, 2008, at 7/1412:06 PM , Joe Hart wrote: > Hello, > &

Re: Contributing New Render Phases

2008-07-14 Thread Robert Zeigler
No suggestions on adding a new render phase. But I'm really curious to know why you want to. :) Robert On Jul 14, 2008, at 7/1412:06 PM , Joe Hart wrote: Hello, I have come across a situation where I would like to contribute an additional render phase to the ones built in. I would like to

Contributing New Render Phases

2008-07-14 Thread Joe Hart
Hello, I have come across a situation where I would like to contribute an additional render phase to the ones built in. I would like to contribute a render phase that comes before SetupRender and after CleanupRender. I tried following the configuration model found in TapestryModule.java -> co