Version 2

    Includes the body if the page does not exist.  See also PageExistsTag.

     

    -


     

    Usage

     

     

    HTML or JSP tags

    </wiki:NoSuchPage>

     

    Parameters

     

    *page*

      WikiName of the page you wish to check for.  If not set, will default to the current page.

     

    Example

    <wiki:NoSuchPage>
        This page does not exist!
    </wiki:NoSuchPage>