Re: test if map:read was successful?

2008-07-24 Thread Joerg Heinicke
On 16.07.2008 16:23, Nick McDonald wrote: I'm using map:read to send a file. I use cocoon.sendPage() in my flowscript to initiate the transfer; once the transfer is complete, I need to return to the flowscript and possibly perform some additional actions, depending on whether the file was

test if map:read was successful?

2008-07-16 Thread Nick McDonald
I'm using map:read to send a file. I use cocoon.sendPage() in my flowscript to initiate the transfer; once the transfer is complete, I need to return to the flowscript and possibly perform some additional actions, depending on whether the file was successfully transferred. As it stands now,

RE: test if map:read was successful?

2008-07-16 Thread nicklist
Haarlem www.iprofs.nl -Original Message- From: Nick McDonald [mailto:[EMAIL PROTECTED] Sent: Wed 7/16/2008 16:23 To: users@cocoon.apache.org Subject: test if map:read was successful? I'm using map:read to send a file. I use cocoon.sendPage() in my flowscript to initiate the transfer; once

Re: test if map:read was successful?

2008-07-16 Thread Nick McDonald
nicklist at planet.nl writes: Take a look at the ResourceExistsSelector [1] This selector can test whether a resource exists and you can base your handling of it on that. [1] http://cocoon.apache.org/2.1/userdocs/resourceexists-selector.html Hth, Nick Stolwijk ~Java Developer~