You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by Apache Wiki <wi...@apache.org> on 2006/10/12 10:25:30 UTC

[Cocoon Wiki] Update of "ResourceExistsAction" by AlexanderKlimetschek

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.

The following page has been changed by AlexanderKlimetschek:
http://wiki.apache.org/cocoon/ResourceExistsAction

------------------------------------------------------------------------------
  </map:pipeline>
  }}}
  
- However, if you wish to "fall-back" to a different pipeline if a file doesn't exist, you may use the !ResourceExistsAction:
+ However, if you wish to "fall-back" to a different pipeline if a file doesn't exist, you may use the !ResourceExistsAction. This action will run through it's embedded pipeline only when the resource given as 'url' parameter exists. Otherwise it won't do anything and the execution will continue below the action.
  
  (inspired from the [http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102188726924367&w=2 mailing list])