Package jp.terasoluna.fw.web.struts.taglib

Extended tag of Struts in Web version

See:
          Description

Class Summary
BodyTag Implementation class of body tag that extends body tag of HTML.
ChangeStyleClassTag Implementation class of changeStyleClass tag.
ErrorsTag Displays error on pop-up screen. Extends ErrorsTag of Struts and Transfers the error information which is poped-up with <ts:messagePopup>
tag from session to request. Deletes the information from session.
* Please note that it differs from the ErrorsTag function of TERASOLUNA1.1.x.
Please note that the error information on pop-up screen is not deleted from the session unless this tag is used.
FormTag Extended form tag.
IfErrorsTag Implementaton class of ifErrors tag.
IfNotErrorsTag Implementation class of ifNotErrorstag.
JavascriptValidatorTagEx Class which is extended from JavascriptValidatorTag class which is provided by Struts. Outputs the half-width and full-width kana string which is fetched from property file as the Javascript variable.
LinkTag Extended link tag.
MessagesPopupTag When 1 user operates the screen for different use cases and error message is being poped-up at the same time, error message information for each use case gets mixed up and displayed on session.
Mixing up of pop-up errors generated on screen can be avoided by combining this tag with <ts:errors> tag and <ts:messages> tag.
MessagesPopupTag stores the error message information which is registered as "Request" attribute in the session.
MessagesTag Displays action messages on pop-up screen. Extends MessagesTag of Struts. Transfers the message information which is poped-up with <ts:messagePopup>
from session to request. Deletes the information from session.
*Please note that it differs from the MessagesTag function of TERASOLUNA1.1.x.
Please note that the message information on pop-up screen is not deleted from the session unless this tag is used.
PageLinksTag Function that navigates the page.

Displays page transition link of the list which is defined by <logic:iterate> element of Struts. If the link is identical JSP, it can be displayed anywhere of the list such as right,left,top and bottom.

At the time of using page link function, prepare the following fields in action form and specify them in attribute of this function.

Field that retains display row count, Field that retains the display start index and Field that retains the total count of list information

Attribute supported by tag

RandomUtil Random ID generation class.
SubmitTag Extended submit tag. Specifies the target of form.
 

Package jp.terasoluna.fw.web.struts.taglib Description

Extended tag of Struts in Web version