1.0 1.1 Application Tag Library http://jakarta.apache.org/taglibs/struts-example-1.0 This tag library contains functionality specific to the Struts Example Application. checkLogon org.apache.struts.webapp.example.CheckLogonTag empty Validate that there is a currently logged on user, by checking for the existence of a session-scope bean under the specified name. If there is no such bean, forward control to the specified page, which will typically be a logon form. name - Name of the session-scope bean to check for [user] page - Context-relative path to the logon page [/logon.jsp] name false true page false true linkSubscription org.apache.struts.webapp.example.LinkSubscriptionTag Generate a URL-encoded hyperlink to the a URL made up of the specified base value, plus optional query parameters that select the specified Subscription object. name - Name of the attribute containing the specified Subscription. [subscription] page - Context-relative URL of the generated link name false true page true true linkUser org.apache.struts.webapp.example.LinkUserTag Generate a URL-encoded hyperlink to the a URL made up of the specified base value, plus optional query parameters that select the specified User object. name - Name of the attribute containing the specified user. [user] href - Context-relative URL of the generated link name false true page true true