1.0 1.2 tapestry http://jakarta.apache.org/tapestry/tld/tapestry_1_0.tld Tapestry Tapestry JSP taglibrary for providing rudimentary access to a Tapestry application. page org.apache.tapestry.jsp.PageTag JSP Page Creates a link to a named page within a Tapestry application. servlet no yes java.lang.String The relative path to the servlet for the application. The default value is "/app". page yes yes java.lang.String The name of the page within the application. styleClass no yes java.lang.String The CSS style class for the rendered tag. page-url org.apache.tapestry.jsp.PageURLTag empty Page URL Inserts a URL to a named page within a Tapestry application. servlet no yes java.lang.String The relative path to the servlet for the application. The default value is "/app". page yes yes java.lang.String The name of the page within the application. external org.apache.tapestry.jsp.ExternalTag JSP External Creates a link, with parameters, to an external page within a Tapestry application. servlet no yes java.lang.String The relative path to the servlet for the application. The default value is "/app". page yes yes java.lang.String The name of the page within the application, which must be an external page. styleClass no yes java.lang.String The CSS style class for the rendered tag. parameters no yes java.lang.String Either a single string to pass as a parameter, or (if prefixed with "ognl:") an OGNL expression evaluated against the pageContext. external-url org.apache.tapestry.jsp.ExternalURLTag empty External URL Inserts a URL to an external page within a Tapestry application, including service parameters. servlet no yes java.lang.String The relative path to the servlet for the application. The default value is "/app". page yes yes java.lang.String The name of the page within the application, which must be an external page. parameters no yes java.lang.String Either a single string to pass as a parameter, or (if prefixed with "ognl:") an OGNL expression evaluated against the pageContext.