You are on page 1of 2

Action name

match by a url
Action
class Action method within a action
class(default value:execute

<action name=”ur” class=”action class” method=” action method”>

<result name = “ “ type=”dispatcher”> <result>

</action>
Result type

Result name The view technology (default value:”dispacter” for


rendering JSP
Action method should return a matching
result code string (default value : success
<tiles:insert> has a number of uses in the tiles framework. In this case what it does is not insert a JSP
fragment referred to by the name supplied in the attribute attribute. Which fragment corresponds to
the name will be specified in the screen definition that will make use of this template.

<tiles:getASString> this tag simply retrieves as a string a value supplied in a screen definition using the
name in the name attribute.

You might also like