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

Struts example source code file (index.jsp)

This example Struts source code file (index.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

additionally, by, dom, render, render, result, showcase, the, the, these, these, xslt, xslt

The Struts index.jsp source code

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

<html>
<head>
<title>Showcase - XSLT 
</head>
<body>
<h1> XSLT Result Showcase

<p>
    The XSLT result can be used to generate xml from the action. By default, each of the action's
    properties will be converted into a DOM and rendered.  These results can be transformed via
    xslt.  Additionally, the result's exposedValue parameter can be used to define an ognl expression
    which can be used to manipulate the object which will be converted to xml.

    <ul>
        <li>Render the exposed portion of the action as html
        <li>Render the exposed portion of the action as xml
        <li>Render the action as xml
        <li>Render an ognl property
    </ul>
</p>


</body>
</html>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts index.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.