Re: [Q] SunSpot Portal Demo Error(NullPointerException) in Cocoon 2.0.2 and 2.1-dev

2002-07-01 Thread Tom von Schwerdtner
On Monday 01 July 2002 03:07 am, Carsten Ziegeler wrote: > Yes, this problem is related to JDK 1.4. You can either switch > to JDK 1.3 or you have to put the versions of Xalan and Xerces > shipped with Cocoon into the lib/endorsed direcoty of your JRE > 1.4. There is a section in the installation

How to Obtain HttpRequest interface in 2.0.2 ?

2002-07-01 Thread Jason Uithol
We have upgraded from Cocoon 2.0.1 to Cocoon 2.0.2 One of our transformers can no longer handle internal requests. The code that fails is: public void setup(SourceResolver resolver, Map objectModel, String src, Parameters par) throws SAXException, ProcessingException, IOException { Reques

RE: soap call problems

2002-07-01 Thread Chris Warr
I've narrowed it down to the following line in SOAPHelper.java method.execute(new HttpState(), conn); This call doesn't come back. Chris. -Original Message- From: Chris Warr [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 July 2002 15:21 To: [EMAIL PROTECTED] Subject: RE: soap call proble

sitemap.xmap could not be found. (possible context problem)

2002-07-01 Thread Michael Zehrer
Any further suggestions to this problem? -Ursprüngliche Nachricht- Von: Michael Zehrer Gesendet: Montag, 1. Juli 2002 17:54 An: Cocoon-Users (E-Mail) Betreff: sitemap.xmap could not be found. (possible context problem) Hi list, I updated my Cocoon Installation to a fresh cvs checkout

RE: soap call problems

2002-07-01 Thread Chris Warr
I've done further experimenting and worked out I need to pass the method in ie. http://147.76.204.58:80/TempConvert1/Service1.asmx"; >>> method="http://Walkthrough/XmlWebServices/ConvertTemperature"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmln

[Q] How to create a cached XML object in memory...

2002-07-01 Thread Per Kreipke
OVERVIEW: = Cocoon uses Configurations from Avalon to abstract keeping common config information in XML form and easily using and caching it in memory. However, it doesn't quite serve my purposes (I think) because it actually converts the XML into its internal format and doesn't allow XPat

RE: soap call problems

2002-07-01 Thread Chris Warr
Thanks Vadim, that was a bit obvious wasn't it :) It trys to talk to the service now but I get an error. I could only find it by doing a net trace ie. cocoon didn't pick it up? 'Server did not recognise the value of HTTP Header SOAPAction' Chris. -Original Message- From: Vadim Grits

[doc] Request feedback on Draft: Parameter Selector user doc

2002-07-01 Thread Naquin, Beth
Title: [doc] Request feedback on Draft: Parameter Selector user doc Hi all, Below is a draft of a document on the ParameterSelector for possible inclusion in the userdocs/Selectors section.  I thought I'd post it here to get some feedback first. Could you please give it a quick review for: 

RE: Multiple conditions in an XSP if statement

2002-07-01 Thread Robert Bourdeau
I'm very very new to XML, and enjoying it thoroughly, but I have to admit that I find the && encoding for a logical-and in Java to be extremely nasty looking. It really obfuscates the intended meaning of the statement, requiring the reader to view the "Java"-code contained within a litt

RE: Ideas/suggestions for docs + offer 2 help (kinda long)

2002-07-01 Thread Naquin, Beth
Title: RE: Ideas/suggestions for docs + offer 2 help (kinda long) Put me down for a document on Parametor Selector, for a start. -Original Message- From: Diana Shannon [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 3:50 PM To: [EMAIL PROTECTED] Subject: Re: Ideas/suggestions

RE: Multiple conditions in an XSP if statement

2002-07-01 Thread Matthew Hailstone
Beth, Thanks for the reply. I just found the answer after a search on goggle: http://lists.w3.org/Archives/Public/www-xpath-comments/1999JulSep/0032.h tml Either: if( == null && == null ) Or: if( == null == null ) works fine. When I tried putting it failed with the following er

RE: Parameter substitution in an XML attribute tag

2002-07-01 Thread Lai, Harry
Hi Dominic, You can do: status Hope that helps! Harry -Original Message- From: Dominic Reynolds [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 5:22 PM To: [EMAIL PROTECTED] Subject: Parameter substitution in an XML attribute tag I have an xsp file that accesses par

Parameter substitution in an XML attribute tag

2002-07-01 Thread Dominic Reynolds
I have an xsp file that accesses paramaters passed back from an action. The xsp generates an XML file and the XML has attributes whose values are the value of the parameter: xsp file snippet=== == This doesn't work and the stack trace report

RE: Multiple conditions in an XSP if statement

2002-07-01 Thread Naquin, Beth
Title: RE: Multiple conditions in an XSP if statement I think the error comes from the fact that what you have written is not valid XML, the && part I mean.  I tried this same thing in a logicsheet, using a tool that validates XML, and it was not considered well-formed XML.  I got around it

Multiple conditions in an XSP if statement

2002-07-01 Thread Matthew Hailstone
I am trying to implement an XSP that uses the following if statement. This might be extremely simple. I think I remember seeing a URL that in the User Documentation section that provided an example of code to use inside an XSP page including a CDATA section. I can't seem to find it anymore. I simp

RE: Is interpreted sitemap in 2.0.3

2002-07-01 Thread Per Kreipke
> On Monday 01 July 2002 03:07 pm, Per Kreipke wrote: > > A question: does the interpreted sitemap not support mounted > directories? > > > > I'm getting an error that a generator for type 'file' doesn't exist when > > inf fact (as in many examples) it refers to the calling sitemap > (the cocoon >

Re: Is interpreted sitemap in 2.0.3

2002-07-01 Thread Peter Royal
On Monday 01 July 2002 03:07 pm, Per Kreipke wrote: > A question: does the interpreted sitemap not support mounted directories? > > I'm getting an error that a generator for type 'file' doesn't exist when > inf fact (as in many examples) it refers to the calling sitemap (the cocoon > default map).

how to implement timeout when resource not available?

2002-07-01 Thread Charles Yates
Hello Cocoon List, I use the xinclude transformer to include a news feed. This feed is fairly reliable, but when it is down the page including it stops working, which is not good because it is the site's home page. Does anyone have a good way to handle this? I was thinking maybe get the fe

RE: FileWritingTransformer

2002-07-01 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > I'm sorry if this is not the place to ask such a thing, but would it be > possible for someone to send me a copy of FileWritingTransformer.java so > that I may use it in my project. I can't seem to find it anywhere!! > Searched the reposit

FileWritingTransformer

2002-07-01 Thread Gerardo_Flores
I'm sorry if this is not the place to ask such a thing, but would it be possible for someone to send me a copy of FileWritingTransformer.java so that I may use it in my project. I can't seem to find it anywhere!! Searched the repository and a few sites and simply could not find it. Any help woul

RE: Is interpreted sitemap in 2.0.3

2002-07-01 Thread Per Kreipke
Peter, A question: does the interpreted sitemap not support mounted directories? I'm getting an error that a generator for type 'file' doesn't exist when inf fact (as in many examples) it refers to the calling sitemap (the cocoon default map). Do I need to create a stand alone sitemap? Per >

RE: Is interpreted sitemap in 2.0.3

2002-07-01 Thread Per Kreipke
> It is also in 2.0.3. If you look towards the bottom of > cocoon.xconf, there are > comments indicating what you need to do to enable it. Ah. Thank you. My bad, hadn't thought to look there. Per - Please check that your qu

Re: xsp: basic start

2002-07-01 Thread Omar Alos
Hola Diego The correct xmlns declaration is: xmlns:xsp="http://apache.org/xsp" (at the top of your xsp file) Omar  Copa del Mundo de la FIFA 2002El único lugar de Internet con vídeos de los 64 partidos ¡Apúntante ya!.

RE: Unexpected behavior with imported stylesheets

2002-07-01 Thread Vadim Gritsenko
> From: Jason Uithol [mailto:[EMAIL PROTECTED]] > > Hello, > > Shoot me if I'm wrong. Gimme a gun... > This is to do with the Source (?) class isn't it ? It has a > lastModified(...) function. Source is created for the "importing" > stylesheet, and lastModified of course returns the last mo

RE: sitemap.xmap could not be found. (possible context problem)

2002-07-01 Thread Michael Zehrer
No, There is just one: avalon-excalibur-20020627.jar -Ursprüngliche Nachricht- Von: Reinhard Poetz [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 1. Juli 2002 18:12 An: [EMAIL PROTECTED] Betreff: RE: sitemap.xmap could not be found. (possible context problem) Make sure that you don't have

Re: [Summary] How to remove namespace declarations and prefixes?

2002-07-01 Thread Diana Shannon
On Monday, July 1, 2002, at 11:15 AM, Reinhard Poetz wrote: > Thank you Harry and Manos! > > I want to provide a summary of this thread - maybe this could be > included > into some docs. Ok, sounds like an FAQ that points to a new Snippet (i.e. content below too long for basic FAQ). We need

RE: sitemap.xmap could not be found. (possible context problem)

2002-07-01 Thread Reinhard Poetz
Make sure that you don't have two excalibur-jars in your lib-directory. Regards, Reinhard > -Original Message- > From: Michael Zehrer [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 5:54 PM > To: Cocoon-Users (E-Mail) > Subject: sitemap.xmap could not be found. (possible context

sitemap.xmap could not be found. (possible context problem)

2002-07-01 Thread Michael Zehrer
Hi list, I updated my Cocoon Installation to a fresh cvs checkout (1.7.2002) and now I get the following error: sitemap.xmap could not be found. (possible context problem) I deleted all temporary container files, I used cocoon.xconf and the sitemap.xmap from the cvs version, I just put my pipel

RE: [Summary] How to remove namespace declarations and prefixes?

2002-07-01 Thread Luca Morandini
Reinhard, good job, this [Summary] method could kickstart a sprawling FAQ archive :) Many thanks, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html

Re: Form Validator

2002-07-01 Thread Eric Dalquist
Thanks for the detailed example. It gives me a good alternative if the DBAuth SessionValidator stuff falls through. I think I might look into the DatabaseAuthenticatorAction class and see how it does things for the PASSWORD() stuff. -Eric Dalquist - Original Message - From: "Tim Myers" <

[Summary] How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
Thank you Harry and Manos! I want to provide a summary of this thread - maybe this could be included into some docs. Problem: ... I use namespaces and I want to remove them in my result xml ... (original mail: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102551958020786&w=2)

RE: Unexpected behavior with imported stylesheets

2002-07-01 Thread Hunsberger, Peter
I believe the following approach would be possible: 1) Build a URIResolver and have it cache all the include lookup URIs in a hash table along with the cache currency info (last modified, or whatever). 2) Upon recall of the original including resource, run the hash table getting each lookup and

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Lai, Harry
Hi Richard, I also had this same problem. I did some reading, and according to Michael Kay's XSLT Programmer's Reference: "The xsl:exclude-result-prefixes and exclude-result-prefixes attributes apply only to namespace nodes copied from the stylesheet using literal result elements. They do not

Re: Form Validator

2002-07-01 Thread Eric Dalquist
Thanks for the tips Dave. I have the DBAuthenticator working. But I still can't get the session validator and form validator to work. Could you please post an example of the XML file you use in your Form or Session validators? I'm trying to be really simple right now with mine: Here is a

RE: writing servlet output to disk

2002-07-01 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
Hi !! I reuse the Webapp sample "protected area". Once the identification done, I arrived on the "protected page". But how could I do to go into another page without quiting the "protected zone". I mean : if there is a link on my "protected page" how could I do to stay in a protected state ?

writing servlet output to disk

2002-07-01 Thread Sebastien SACARD
Hi, I used the coccon command line application for a while, and I just migrated to the servlet version with Tomcat. I'd like both to write the result of a pipeline to disk AND to the standart output (in the servlet case, the Response object). I don't need to do both in the same time. for exam

Re: Problems with Database Tutorial

2002-07-01 Thread Christian Haul
On 28.Jun.2002 -- 09:19 AM, Bobby Mitchell wrote: > I'm using Cocoon 2.1-dev, IBM JDK 1.3, running on RedHat 7.2, and using > Sybase 11.9.2. > > I can't add or update users in the DB. I can only delete them. I tried > this with both Sybase and Hsqldb and the results are the same. AFAIK there's

Re: [USER POLL] New cocoon-docs mailing list?

2002-07-01 Thread Bert Van Kets
+1 from me. Maybe some more users (me included) will get some more focus on docs. I have some texts laying around I need to finish to be useful. Bert At 14:09 28/06/2002 +0200, you wrote: >The Cocoon documentation project has started with the great help of Diana >Shannon, and is gaining good

Re: cocoon xternal parametrization

2002-07-01 Thread Diana Shannon
On Monday, July 1, 2002, at 06:16 AM, KOZLOV Roman wrote: > Problem is : there is external (to cocoon application) storage of xml > and non-xml data located in same filesystem. Currently it's referenced > in sitemap by > specifying relative path (from sitemap.xmap file to storage) and the > ref

RE: Security in cocoon.xconf?

2002-07-01 Thread Vadim Gritsenko
Move cocoon.xconf to WEB-INF/cocoon.xconf, as in latest Cocoon versions. This is a bit more secure location then before. Vadim -Original Message- From: Tsui, Alban [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 10:32 AM To: [EMAIL PROTECTED] Subject: Security in cocoon.xconf?

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
> From: Manos Batsis [mailto:[EMAIL PROTECTED]] > > From: Reinhard Poetz [mailto:[EMAIL PROTECTED]] > > Is there a difference in performance - your solution compared > > to a working > > "exclude-result-prefixes"-attribute? > > Depends on whether you want to add a new stylesheet or modify the

RE: soap call problems

2002-07-01 Thread Vadim Gritsenko
> From: Chris Warr [mailto:[EMAIL PROTECTED]] > > Hi, I'm running cocoon 2.0.2 under tomcat 4.0.4b2. I've created the example > web service under .NET, TempConvert1. I can call this with no problems from > VB using the MSSOAP object. I'm trying to call it using the xsp soap taglib > and I get

SUMMARY: Re: cocoon xternal parametrization

2002-07-01 Thread KOZLOV Roman
Unfortunately it's not applicable to c2.0.1 I am using (for stability reasons). Christian Haul wrote: > On 01.Jul.2002 -- 02:16 PM, KOZLOV Roman wrote: > > Hello, > > > > Is it possible to externally parametrize sitemap ? > > > > Problem is : there is external (to cocoon application) storage of

Re: No-caching for SVG's

2002-07-01 Thread Spectron International, Inc.
I'm using 2.1dev (HEAD?) and the browser is IE and/or Netscape. I'm already using the . This works for the page but not the SVG inside the page. Right now when I click on a link that will display an SVG it works, but if I click 'Back' and then click on the same link again it changes the page cont

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Manos Batsis
> From: Reinhard Poetz [mailto:[EMAIL PROTECTED]] > Is there a difference in performance - your solution compared > to a working > "exclude-result-prefixes"-attribute? Depends on whether you want to add a new stylesheet or modify the existing one (if any). While on the second choice (using xs

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
> -Original Message- > From: Manos Batsis [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 1:21 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: How to remove namespace declarations and prefixes? > > - Do you know if this influences the performance? > > Reinhard,

RE: basic start

2002-07-01 Thread Piroumian Konstantin
> From: Diego Lluna [mailto:[EMAIL PROTECTED]] > > hi, > > i've been trying to test the simplest xsp pages from a local > site. ... > since i copied the example from existing ones, i suspect i > have some kind > of config problem, maybe in the sitemap.xmap > > anybody can help? > > i'm prov

[doc] FAQ, mod-rewrite, comments needed

2002-07-01 Thread Diana Shannon
Luca Morandinin recently updated the FAQ for Configuring Cocoon's Environment. The content for the second part of his FAQ on mod-rewrite ( How can I reach my Cocoon app from an URI other than /cocoon/? ) follows. My question is at the end of the block. This entry was tested under: Windows

xsp: basic start

2002-07-01 Thread Diego Lluna
hi, i've been trying to test the simplest xsp pages from a local site. i keep on getting the error: ""The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.cocoon.ProcessingException says: markup-languages: ComponentSelector could not access the Component for hint: xsp More precis

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Manos Batsis
> From: Reinhard Poetz [mailto:[EMAIL PROTECTED]] > Thank you for this solution. > > - Do you know if this influences the performance? Reinhard, *anything* influences performance. The professor at the course I follow, presented this issue very simply as "In software design, you always give so

Re: cocoon xternal parametrization

2002-07-01 Thread Christian Haul
On 01.Jul.2002 -- 02:16 PM, KOZLOV Roman wrote: > Hello, > > Is it possible to externally parametrize sitemap ? > > Problem is : there is external (to cocoon application) storage of xml > and non-xml data located in same filesystem. Currently it's referenced > in sitemap by > specifying relative

Re: DatabaseAuthenticatorAction

2002-07-01 Thread Michael Mangeng
Hi You can use both the formval and the dbauth action. if you get no error from the formvalidator action but null from the dbauth action, the supplied username and password is invalid. greetings mike - Original Message - From: "Chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Mo

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
Thank you for this solution. - Do you know if this influences the performance? - Is there a special reason why "exclude-result-prefixes" doesn't work or is it a bug? Regards, Reinhard > -Original Message- > From: Manos Batsis [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 1

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Manos Batsis
Piece of cake. A stylesheet which does exactly that would is http://www.w3.org/1999/XSL/Transform";> However, adding another step in your pipeline may not be the best solution. You

How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
I have to use a lot of namespaces and I want to remove them at the last transformation step. I found several solutions but none of them works for me: exclude-result-prefixes (in the stylesheet) [http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=100101165325379&w=2] (in the sitemap) [http://mar

Re: Don't give up. The battle is worth the results.

2002-07-01 Thread Diana Shannon
On Thursday, June 27, 2002, at 08:15 PM, Phil wrote: > In Australia, Spark Digital are providing commercial support for Cocoon > and re-writing all the documentation to fit in with a MaxOSX IDE > they're developing which makes use of cocoon as well as several other > open source projects. H

cocoon xternal parametrization

2002-07-01 Thread KOZLOV Roman
Hello, Is it possible to externally parametrize sitemap ? Problem is : there is external (to cocoon application) storage of xml and non-xml data located in same filesystem. Currently it's referenced in sitemap by specifying relative path (from sitemap.xmap file to storage) and the references are

Re: [RT] List Codex (was Re: Giving up! Cocoon too big, slow andconfusing)

2002-07-01 Thread Nicola Ken Barozzi
David Crossley wrote: ... > Does anyone know > a good link that we can add about general mail list etiquette. http://learn.to/edit_messages -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remain

[RT] List Codex (was Re: Giving up! Cocoon too big, slow andconfusing)

2002-07-01 Thread David Crossley
Christian Haul wrote: > I have one very simple request for all users of this list: > > Please follow up to an answer you've received by summarizing > the thread, ideally adding "SUMMARY" to the subject. Yes! This is an excellent idea. In fact this is part of listserver etiquette. In the early da

Re: how to remove the DTD wriiten at the top ?

2002-07-01 Thread Sven Kitschke
Hi, this seems to be some sort of Bug #5973. I've a similar problem using the xinclude and the cinclude transformer. I will send an extra email for this. Sebastien SACARD wrote: > Vadim Gritsenko wrote: > >>> From: Sebastien SACARD [mailto:[EMAIL PROTECTED]] [snip] >>> >>> >> src="org

DTD comments in xinclude/cinclude transformer output

2002-07-01 Thread Sven Kitschke
Hi, using the cinclude or the xinclude transformer i get everytime the comments from the source documents DTD included. This results in ca. 114 kB extra with the DocBook DTD. Although I've not tried to reproduce bug #5973 and http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102507582917917&w=2

DatabaseAuthenticatorAction

2002-07-01 Thread Chris
Hi guys A question about the DatabaseAuthenticatorAction action. It works and all so I'm not worried about configuring anything. It's more to do with getting error messages back from it. If I use the FormValidatorAction then I can parse the feedback in XSP using the form-validator logicsheet. Is

RE: No-caching for SVG's

2002-07-01 Thread Morrison, John
I think you got drown'd in a thread war, sorry :) You don't say what version of Cocoon you are using or what browser you are targeting. The way around this (for the latest cvs version of Cocoon) is to wrap anything you don't want caching in a pipeline. Give it a try, it works for me ;) J.

RE: Giving up! Cocoon too big, slow and confusing

2002-07-01 Thread Morrison, John
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > Stop suggesting that the people who are complaining contribute > = > > I don't have a beef with the people exhorting people to > contribute, but > there is a chicken and egg problem of getting to the point > where 1) it's

RE: Unexpected behavior with imported stylesheets

2002-07-01 Thread Jason Uithol
Hello, Shoot me if I'm wrong. This is to do with the Source (?) class isn't it ? It has a lastModified(...) function. Source is created for the "importing" stylesheet, and lastModified of course returns the last modified of the "importing" file. It would have to open the file, *parse* it and

Re: IMPORTANT: Major Bug in XMLDBSource

2002-07-01 Thread Alex McLintock
At 21:49 28/06/02, Alfredas Chmieliauskas wrote: > > this bug relates to every cocoon and xindice versions available, thus > it definately > > concerns you, if you're using xmldb and accessing it through XMLDBSource > (xmldb: pseudo-protocol). [memory leak description removed] Thanks very mu

Security in cocoon.xconf?

2002-07-01 Thread Tsui, Alban
Title: Security in cocoon.xconf? I have setup database connection in cocoon.xconf but the username and password are required in cocoon.xconf. How secure if cocoon.xconf? Will crashes or any tricks expose this information to the clients or other servlets? If so, any measure that I can take to

Problems with Database Tutorial

2002-07-01 Thread Bobby Mitchell
I'm using Cocoon 2.1-dev, IBM JDK 1.3, running on RedHat 7.2, and using Sybase 11.9.2. I can't add or update users in the DB. I can only delete them. I tried this with both Sybase and Hsqldb and the results are the same. While using Sybase I had to remove the begin and end tags in order to a

Re: Giving up! Cocoon too big, slow and confusing

2002-07-01 Thread F Baube
thusly spake David Crossley: > > It amazes me that people have the time to compose email > to the mailing list to tell us that they are too busy, > and then have the hide to tell us that documentation is poor. Writing can be fast but submission + acceptance + check-in is not so straightforward.

soap call problems

2002-07-01 Thread Chris Warr
Hi, I'm running cocoon 2.0.2 under tomcat 4.0.4b2. I've created the example web service under .NET, TempConvert1. I can call this with no problems from VB using the MSSOAP object. I'm trying to call it using the xsp soap taglib and I get the following error: org.apache.cocoon.ProcessingExcept

Re: Redirect to referrer

2002-07-01 Thread Christian Haul
On 01.Jul.2002 -- 09:01 AM, Shaw, Chris wrote: > Thanks (again) for the reply...it's taught me some new things that might > come in handy later on. You're welcome. > But in the short-term this doesn't solve the problem - when re-directing it > means that all the values in my Request object are l