Paul Crabtree wrote:
> Hi all,
> 
> My requirement is that if i have a url constructed like this:
> http://localhost/page1.html?continuation-id=477e5533570132484a3d34491e7d8e6f50214938
> 
> - if the continuation ID is valid id like to execute that continuation.
> - if it is invalid i'd like to redirect the user to page1.html
> 

IIRC, a specific exception is thrown when an invalid continuation is
requested. You can define an error handler on that pipeline to handle it
appropriately (see
http://cocoon.apache.org/2.1/userdocs/concepts/errorhandling.html)


HTH
Jorg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to