RE: sitemap flow based on requestor's URL?

2003-01-03 Thread Brandes, Wayne
That sounds like it could work; and is a very powerful technique in general. Thanks Wayne -Original Message- From: Timothy Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:05 PM To: [EMAIL PROTECTED] Subject: Re: sitemap flow based on requestor's URL? You could make

sitemap flow based on requestor's URL?

2003-01-02 Thread Brandes, Wayne
Title: Re: xsp:attribute generating a new element instead of an attribute in an already existing element I want to direct flow through the sitemap based on whether the requestor is inside or outside my firewall. Everyone external to the firewall will appear to cocoon to have the same URL. I

Re: sitemap flow based on requestor's URL?

2003-01-02 Thread Timothy Larson
You could make your XSP into an action: http://wiki.cocoondev.org/Wiki.jsp?page=XSPAction Then you could use the action's indication of success or failure to redirect to different places: map:match pattern=*.html map:act type=xsp-action src=some.xsp map:redirect-to