%@ taglib uri="http://jakarta.apache.org/tapestry/tld/tapestry_1_0.tld" prefix="tapestry" %>
This page demostrates the use of the Tapestry JSP tag library. It uses JSP tags to call into the Tapestry application. page tag<tapestry:page page="JSP">View Result</tapestry:page> page-url tag<a href="<tapestry:page-url page="JSP"/>">View Result</a>">View Result external tag (string parameter)<tapestry:external page="JSPResults" parameters="literal string">View Result</tapestry:external> external tag (expression parameter)<tapestry:external page="JSPResults" parameters="ognl: { new java.util.Date(), 21239495L, \"foo!\" }">View Result</tapestry:external> external-url tag<form method="post" action="<tapestry:external-url page="JSPResults"/>">"> Enter your name: You may return to the Workbench. |