On 11.Jun.2003 -- 03:36 PM, [EMAIL PROTECTED] wrote:
> I made a mistake, now I'm working with  cocoon-2.1-dev 06.05.2003

If you build from sources, then start cocoon in jetty by running the
command "cocoon servlet" and point your browser to
http://localhost:8888/samples/xsp/java/simple for example, you see
that 
         <map:parameter name="file" value="xsp/{1}.xsp"/>

works (generates the link for "Source" at top right), Change it
in build/webapp/samples/xsp/sitemap.xmap e.g. to the following:

     <map:parameter name="file" value="xsp/{request:scheme}.xsp"/>

and notice that the filename turns into "http.xsp". So, your problem
lies somewhere else like wrong parameter names.

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

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

Reply via email to