<page-service-encoder id="page" extension="html" service="page"/>
            <page-service-encoder id="external" extension="html"
service="external"/>

You are trying to use the same extension for multiple services and
Tapestry can't tell which to use. Choose a different extension for the
external service.

On 7/25/05, tapestrycn <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> After configuring hivemind.xml with following:
>  <contribution configuration-id="tapestry.url.ServiceEncoders">
>            <direct-service-encoder id="direct" stateless-extension="direct"
> stateful-extension="sdirect"/>
>            <page-service-encoder id="page" extension="html" service="page"/>
>            <page-service-encoder id="external" extension="html"
> service="external"/>
>            <asset-encoder id="asset" path="/assets/"/>
>            <extension-encoder id="ext" extension="svc" after="*"/>
>        </contribution>
> 
> the method activateExternalPage(Object[] parameters, IRequestCycle cycle) is
> not working now,the problem comes also with beta3.
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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

Reply via email to