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
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
false
page
false
false
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