alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Struts example source code file (showActionTagDemo.jsp)

This example Struts source code file (showActionTagDemo.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Struts tags/keywords

action, action, included, included, non-ui, not, source, source, tag, tag, this

The Struts showActionTagDemo.jsp source code

<%@taglib prefix="s" uri="/struts-tags" %>

<html>
<head>
<title>Showcase - Non-Ui Tag - Action Tag 
</head>
<body>

<div style="margin: 5px; border: solid 1px; ">
<h1> This is Not - Included by the Action Tag
</div>


<!-- lets include the first page many times -->
<div style="margin: 5px; border: solid 1px; ">
<s:action name="includePage" namespace="/tags/non-ui/actionTag" executeResult="true" />
<s:action name="includePage" namespace="/tags/non-ui/actionTag" executeResult="true" />
<s:action name="includePage" namespace="/tags/non-ui/actionTag" executeResult="true" />
</div>


<!-- lets include the second page many times -->
<div style="margin: 5px; border: solid 1px; ">
<s:action name="includePage2" namespace="/tags/non-ui/actionTag" executeResult="true" />
<s:action name="includePage2" namespace="/tags/non-ui/actionTag" executeResult="true" />
<s:action name="includePage2" namespace="/tags/non-ui/actionTag" executeResult="true" />
</div>


<!--  lets include the third page many time -->
<div style="margin: 5px; margin: 5px; border: solid 1px; ">
<s:action name="includePage3" namespace="/tags/non-ui/actionTag" executeResult="true" />
<s:action name="includePage3" namespace="/tags/non-ui/actionTag" executeResult="true" />
<s:action name="includePage3" namespace="/tags/non-ui/actionTag" executeResult="true" />
</div>


<s:url var="url" action="lookAtSource" namespace="/tags/non-ui/actionTag" />
<s:a href="%{#url}">Source

</body>
</html>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts showActionTagDemo.jsp source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.