RE: Fwd: Sitemap variables?

2001-11-15 Thread David Rosenstrauch
Yeah, I noticed that after I wrote my message, and got that to work. Thanks! DR At 08:37 AM 11/15/01 +0100, you wrote: Hi, but to work around you can have a selector within the action, which influence the flow bassed on a comparsion of a sitemap parameter with value. HTH Max

Re: Fwd: Sitemap variables?

2001-11-15 Thread David Rosenstrauch
At 12:17 AM 11/15/01 +0100, you wrote: On Wed, 14 Nov 2001, David Rosenstrauch wrote: Also, is it just me or is the flow control in sitemaps really weak? Yes, this has been recognized and discussion about it are still going on on the dev list. If you're interested have a look there and help

Fwd: Sitemap variables?

2001-11-15 Thread David Rosenstrauch
Just curious - was there ever an answer to my original question: Is it possible to set variables in the sitemap? Thanks, DR Date: Wed, 14 Nov 2001 14:24:28 -0500 To: [EMAIL PROTECTED] From: David Rosenstrauch [EMAIL PROTECTED] Subject: Sitemap variables? X-Spam-Rating: daedalus.apache.org

Fwd: Sitemap variables?

2001-11-14 Thread David Rosenstrauch
Also, is it just me or is the flow control in sitemaps really weak? You have 1 option for flow control: returning a Map from an action. Flow control is decided on whether the map returned from the action is null. If it's null then the code within is skipped; if it's not null then it's

Re: Fwd: Sitemap variables?

2001-11-14 Thread giacomo
On Wed, 14 Nov 2001, David Rosenstrauch wrote: Also, is it just me or is the flow control in sitemaps really weak? You have 1 option for flow control: returning a Map from an action. Flow control is decided on whether the map returned from the action is null. If it's null then the code