Hi Carsten,

Yes, I'm using the internal protocol ( cocoon:raw:/ ) in getting my 
coplets displayed.
But when I changed to cocoon:/ without the raw, the portal displays the 
("The content is not avilable now") message !

Here's one of my coplets defintion.

<coplet id="menu">
             <resource uri="cocoon:raw:/menu"/>
                 <configuration> 
                       <mandatory>true</mandatory>
                       <sizable>flase</sizable>
                       <active>true</active>
                    <timeout>5000</timeout>
                </configuration>
                <title>Menu</title>
                <status>
                    <customize>false</customize>
                    <visible>true</visible>
                    <size>max</size>
                </status>
</coplet>

where "menu" is a normal pipeline.

Does the change from "cocoon:raw:/" to "cocoon:/" requires any other 
changes, maybe in the coplet pipeline?

Actually, I don't know exactly what "raw" adds to "cocoon:" as a 
protocol, and I didn't find any information regarding this point (even 
in your very nice book with Matthew).
Maybe you could tell me where can I find any information about that?

Best Regards.

Carsten Ziegeler wrote:

>Ramy Mamdouh wrote:
>
>>Thanks for replying, but handlesParameters just handles the parameters 
>>of the portal engine (like size, customize, etc).
>>
>True.
>
>>And handlesParameters is true by default.
>>
>Yes.
>
>>What I'm asking about is handling any other parameters passed with the 
>>main portal uri.
>>handlesParameters has no effect as -it seems to me- regarding these 
>>parameters, it just handles the portal engine parameters.
>>
>What URI protocol do you use to invoke your coplets? I assume
>you use the internal cocoon: protocol - if you simply use cocoon:/coplet,
>the parameters are passed from the main pipeline to the coplet 
>pipeline.
>If you use cocoon:raw:/coplet, then the parameters are not passed.
>
>Carsten 
>
>Carsten Ziegeler     Chief Architect     Open Source Group, S&N AG
>------------------------------------------------------------------
>             Cocoon Consulting, Training and Projects
>------------------------------------------------------------------
>mailto:[EMAIL PROTECTED]                  http://www.s-und-n.de
>                    http://ziegeler.bei.t-online.de
>
>
>---------------------------------------------------------------------
>Please check that your question  has not already been answered in the
>FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
>To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
>For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>


-- 
Ramy Mamdouh Kamel
Software Engineer
Ute Imkenberg
[EMAIL PROTECTED]




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to