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.example.CheckLogonTag Validate that there is a currently logged on user. If there is not, forward control to the logon page. linkSubscription org.apache.struts.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. href - Base URL of the generated link name - Name of the attribute containing the specified Subscription. [subscription] href true true name false true linkUser org.apache.struts.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. href - Base URL of the generated link name - Name of the attribute containing the specified user. [user] href true true name false true