%@ taglib uri='struts-bean' prefix='bean' %>
<%@ taglib uri='struts-logic' prefix='logic' %>
<%@ taglib uri='struts-html' prefix='html' %>
<%@ taglib uri='struts-genurl' prefix='genurl' %>
<%--
Value: URI - the location of web resources used by the code to find the
XSLT files. This element is defined prior to build in
../../../../clones/democal.properties
as pubevents.app.root and personal.app.root. Note that references to
html web resources such as images are set in the xsl stylesheets. --%>
<%--
Value: URI - this is prefix (web context) of the application.
e.g. http://localhost:8080/bwconfig
Use this value to prefix calls to the application actions in your XSLT.
e.g. View Event --%>
<%--
Application variables can be set arbitrarily by the stylesheet designer.
Use an "appvar" by adding setappvar=key(value) to the query string of
a URL. This feature is useful for setting up state during a user's session.
e.g. View Event
To change the value of an appvar, call the same key with a different value.
e.g. Return Home
If appvars exist, they will be output in the following form: --%>