Re: Sitemap question

2002-10-13 Thread Miles Elam
Miles Elam wrote: > Is there any particular reason why subsitemaps must redefine > components instead of inheriting the parent's component definitions > and defaults? Seems quite redundant to me. Let me restate the question. I noticed that the sitemap isn't inheriting things it should be. I

Sitemap question

2002-10-12 Thread Miles Elam
Is there any particular reason why subsitemaps must redefine components instead of inheriting the parent's component definitions and defaults? Seems quite redundant to me. - Miles - Please check that your question has not a

Re: Sitemap Question

2002-09-12 Thread Barbara Post
riginal Message - From: "Bobby Mitchell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 7:37 PM Subject: Sitemap Question > Is there any way to rewrite the request parameters in the sitemap and > then send them to the next page? &g

Sitemap Question

2002-09-11 Thread Bobby Mitchell
Is there any way to rewrite the request parameters in the sitemap and then send them to the next page? -- Robert J. (Bobby) Mitchell Systems Administrator NASA Institute for Advanced Concepts 555A 14th St Atlanta, Ga. 30318 Phone: (404)347-9633 Fax: (404)347-9638 ---

RE: Sitemap question

2002-03-04 Thread Vadim Gritsenko
gt; > > Sent: Monday, March 04, 2002 5:16 PM > > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > > Subject: RE: Sitemap question > > > > > > > > > > > > > > > On Mon, 4 Mar 2002, Luca Morandini wrote: > > > > > > > St

Re: Sitemap question

2002-03-04 Thread Olivier Rossel
Luca Morandini wrote: > Stephan, > > excuse me but I don't follow you: if I put check-reload equal to > "yes" in a sub-sitemap mount, is the whole sitemap recompiled > every time a sub-sitemap is changed ? > you can set this attribute only - in cocoon.xconf, inside the declaration tag of the

RE: Sitemap question

2002-03-04 Thread Luca Morandini
5:16 PM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: RE: Sitemap question > > > > > > > > > > On Mon, 4 Mar 2002, Luca Morandini wrote: > > > > > Stephan, > > > > > > won't it be better to limit this b

RE: Sitemap question

2002-03-04 Thread Stephan Michels
On Mon, 4 Mar 2002, Luca Morandini wrote: > Stephan, > > won't it be better to limit this behaviour to sub-sitemaps only ? > > It will cause a recompilation of the sitemap, which is usually the most > complex sitemap in a server... better mount sub-sitemap, don't you agree ? > This feature can

RE: Sitemap question

2002-03-04 Thread Luca Morandini
, 2002 4:55 PM > To: [EMAIL PROTECTED] > Subject: Re: Sitemap question > > > > > On Mon, 4 Mar 2002, Stefano Bonnin wrote: > > > It seems that the sitemap it wasn't recompiled. Why? > > How can I do for recompile the sitemap. I always restart > tomcat! Is th

RE: Sitemap question

2002-03-04 Thread Luca Morandini
.it/lmorandini/index.html - > -Original Message- > From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 4:46 PM > To: [EMAIL PROTECTED] > Subject: Re: Sitemap question > > > It seems that the sitemap it wasn't recompiled. Why? > How can I do for

Re: Sitemap question

2002-03-04 Thread Stephan Michels
On Mon, 4 Mar 2002, Stefano Bonnin wrote: > It seems that the sitemap it wasn't recompiled. Why? > How can I do for recompile the sitemap. I always restart tomcat! Is this a > wrong way? > > Excuse me for this stupid questions but ... I'am a new cocoon2 user. cocoon.xconf:

Re: Sitemap question

2002-03-04 Thread Stefano Bonnin
ichels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 4:38 PM Subject: Re: Sitemap question > > > On Mon, 4 Mar 2002, Stefano Bonnin wrote: > > > ok, now I have taken the original sitemap file given with Cocoon, > >

Re: Sitemap question

2002-03-04 Thread Stephan Michels
On Mon, 4 Mar 2002, Stefano Bonnin wrote: > ok, now I have taken the original sitemap file given with Cocoon, > I have substituted the original map:pipeline with this: > > > > > > > > > > > > I have restarted tomcat and > > the same "error" is re

Re: Sitemap question

2002-03-04 Thread Bertrand Delacretaz
On Monday 04 March 2002 16:26, Stefano Bonnin wrote: > >     >         >     > >     >         >         MISSING HERE: > most probably the sitemap wasn't recompiled due to this error in the sitemap file (you could see the error messages in the WEB-INF/logs subdirectory of the Cocoon

Re: Sitemap question

2002-03-04 Thread Stefano Bonnin
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 4:10 PM Subject: Re: Sitemap question > On Monday 04 March 2002 15:55, Stefano Bonnin wrote: > > How can I define a very simple pipeline that gets the initi

Re: Sitemap question

2002-03-04 Thread Olivier Rossel
Stefano Bonnin wrote: >ok > >How can I define a very simple pipeline that gets the initial URI and >present a simple HTML file? > you must understand that sitemap.xconf is the only relation between your URL and the files on your disk. There is no direct mapping such as in Apache or usual web ser

Re: Sitemap question

2002-03-04 Thread Bertrand Delacretaz
On Monday 04 March 2002 15:55, Stefano Bonnin wrote: > How can I define a very simple pipeline that gets the initial URI and > present a simple HTML file? . . . > > > > > That's only the beginning, it will redirect the / URL to myApplication/myfile.html. Then, t

Re: Sitemap question

2002-03-04 Thread Stefano Bonnin
x27;t why. Thanks. - Original Message - From: "Olivier Rossel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 3:19 PM Subject: Re: Sitemap question > Stefano Bonnin wrote: > > >Hi, I have a simple question about coco

RE: Sitemap question

2002-03-04 Thread Luca Morandini
Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html - > -Original Message- > From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 3:16 PM > To: [EMAIL PROTECTED] > Subject: S

Re: Sitemap question

2002-03-04 Thread Olivier Rossel
Stefano Bonnin wrote: >Hi, I have a simple question about cocoon 2 sitemap: > >I defined a simple pipeline for my personal application. > >When I try to run the web application Tomcat return me the following error: > > >** >Apache Tomcat/4.0.1 - HTTP Status 404 - Not Found > >

Sitemap question

2002-03-04 Thread Stefano Bonnin
Hi, I have a simple question about cocoon 2 sitemap: I defined a simple pipeline for my personal application. When I try to run the web application Tomcat return me the following error: ** Apache Tomcat/4.0.1 - HTTP Status 404 - Not Found --

RE: Sitemap question

2002-02-12 Thread Vadim Gritsenko
on your hard drive try CVS). > > > > PS Please use plain text email > > > > Vadim > > > > -Original Message- > > From: Mike Ahlers [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, February 12, 2002 8:49 AM > > To: [EMAIL PROTECTED] > >

Re: Sitemap question

2002-02-12 Thread Mike Ahlers
y 12, 2002 3:05 PM Subject: RE: Sitemap question > Logicsheets are applied automatically. See logicsheet.xsp sample in the > Cocoon sample webapp (if not on your hard drive try CVS). > > PS Please use plain text email > > Vadim > > -Original Message- > From

RE: Sitemap question

2002-02-12 Thread Vadim Gritsenko
PROTECTED] Subject: Sitemap question Hi,   I have a question: is there a specific sitemap instruction that applies a logicsheet to an xsp file? Say,     ??   Given two examples:                 This example works as standard, given, there is a -pair wrapping the somepage.xml. The logicsheet

Sitemap question

2002-02-12 Thread Mike Ahlers
Hi,   I have a question: is there a specific sitemap instruction that applies a logicsheet to an xsp file? Say,     ??   Given two examples:                 This example works as standard, given, there is a -pair wrapping the somepage.xml. The logicsheet would be applied, producing a

Sitemap question

2001-07-24 Thread Tony Click
I think this is a pretty simple question, but for the life of me I can't get it figured out: Essentially I have a series of xsl transforms that I want to run on an xml file. Basically I'll have n transforms; the first n-1 transforms munge the xml to another variety that is still compatible with

Re: [c2.1] xsp question and a sitemap question

2001-06-13 Thread giacomo
On Tue, 12 Jun 2001, Donald Ball wrote: > 1. it's quite simple. i want to pass parameters to my xsp page from my > sitemap. the typical modus operandi is to do this: > > > > > > but how do i access the parameter from my xsp page? actions are given a > Parameters object, but xsp pages are not

[c2.1] xsp question and a sitemap question

2001-06-12 Thread Donald Ball
1. it's quite simple. i want to pass parameters to my xsp page from my sitemap. the typical modus operandi is to do this: but how do i access the parameter from my xsp page? actions are given a Parameters object, but xsp pages are not, and i don't know how to access the Parameters from the