Maybe a case error :
<map:serialize type="XML"/>
instead of
<map:serialize type="xml"/>

----- Original Message ----- 
From: "Lionel Crine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 3:17 PM
Subject: RE: ComponentSelector could not find the component for hint [XML] ?


> Sorry, I told you crap.
> In fact you use a component that is not defined in the sitemap.xmap
>
>
> Sorry again.
>
> Here is how i call the sunrise components :
>
> <!-- ======================= SunShine =========================== -->
>        <map:action name="sunRise_login"
>        src="org.apache.cocoon.sunshine.sunrise.acting.LoginAction" />
>        <map:action name="sunRise_logout"
>        src="org.apache.cocoon.sunshine.sunrise.acting.LogoutAction" />
>        <map:action name="sunRise_loggedIn"
>        src="org.apache.cocoon.sunshine.sunrise.acting.LoggedInAction" />
>        <map:action name="sunShine_session"
>        src="org.apache.cocoon.sunshine.acting.SessionAction" />
>        <map:action name="sunSpot_auth"
>        src="org.apache.cocoon.sunshine.sunspot.acting.AuthAction" />
>        <map:action name="sunRise_auth"
>        src="org.apache.cocoon.sunshine.sunrise.acting.AuthAction">
>          <handlers>
>            <handler name="foo_handler"
>            xmlns:map="http://apache.org/cocoon/sitemap/1.0";
>            xmlns:sunshine="http://sunshine.sundn.de/sunshine/1.0";>
>              <redirect-to uri="cocoon://demo" />
>              <authentication uri="cocoon://authuser" />
>            </handler>
>          </handlers>
>        </map:action>
>
>
> Lionel
>
>
> ---------------------------------------------------------------------
> 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