For a workaround i created a subclass of DataSqueezerImpl and register my custom adaptors in the c'tor. to use it i put the text block below in my hivemodule. you only need extend the DataSqueezerImpl, put in a c'tor taking a ClassResolver parameter to pass to the super c'tor and then register your adaptors.

 <implementation service-id="tapestry.data.DataSqueezer">
   <invoke-factory>
     <construct class="com.elidoran.tapestry.DataSqueezer">
       <class-resolver/>
     </construct>
   </invoke-factory>
 </implementation>

~eli

Mind Bridge wrote:

Hi,

The ability to define custom datasqueezers in T4 using Hivemind is being
developed at this very moment. Should be included in the next beta. For the
time being please use the T3 approach.

-mb

----- Original Message ----- From: "Henri Dupre" <[EMAIL PROTECTED]>
To: "Tapestry users" <[email protected]>
Sent: Thursday, July 14, 2005 5:57 PM
Subject: custom datasqueezer in t4?


I can't find any info on how to register a custom datasqueezer in tapestry
4.
The old method in the Engine seems to be deprecated quite a bit.

Henri.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to