How do you put a customer service encoder into your hivemodule. tapestry.url.xml has the schema and the configuration point info but i can't seem to use the "encoder" element. I can use all the subelements from the schema like page-service-encoder just fine. specifically, for the <encoder> tag what do you specify for the "object" attribute? Can you specify the class, or do you give a service...or an you not use the <encoder> element?

 <contribution configuration-id="tapestry.url.ServiceEncoders">
   <page-service-encoder id="page" extension="page" service="page"/>
<encoder id="testEncoder" before="*" object="com.elidoran.tapestry.encoder.TestEncoder"/>
 </contribution>


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

Reply via email to