Wednesday, September 7, 2011

struts2 pass-through actions

in struts2 if we define a action like this

<action name="Name">
<result>/chapterOne/NameCollector.jsp</result>
</action>

that means we just need to display the jsp page from this action,because the tag did not specify any java class for this action,so there is not java class related to this action.

No comments:

Post a Comment