alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
<td> <s:date name="wakeup" format="hh:mm aa" /> </td> </tr> <s:label label="Biography" name="bio" /> <s:label label="Favourite Color" name="favouriteColor" /> <s:label label="Friends" name="friends" /> <s:label label="Legal Age" name="legalAge" /> <s:label label="Region" name="region" /> <s:label label="State" name="state" /> <s:label label="Picture" name="picture" /> <s:label label="Favourite Language" name="favouriteLanguage" /> <s:label label="Favourite Vehical Type" name="favouriteVehicalType" /> <s:label label="Favourite Vehical Specific" name="favouriteVehicalSpecific" /> <tr> <td> <td> <s:iterator value="leftSideCartoonCharacters" status="stat"> <s:property value="%{#stat.count}" />.  </s:iterator> </td> </tr> <tr> <td> <td> <s:iterator value="rightSideCartoonCharacters" status="stat"> <s:property value="%{#stat.count}" />.  </s:iterator> </td> </tr> <s:label label="Thoughts" name="thoughts" /> </table> </body> </html>

Other Struts examples (source code examples)

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

Struts example source code file (exampleSubmited.jsp)

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

cartoon, cartoon, characters, characters, color, favourite, favourite, left, name, non-ui, right, tag, vehical, vehical

The Struts exampleSubmited.jsp source code

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

<html>
<head>
<title>Showcase - Non-UI Tag - Example Submited 
</head>
<body>

<h1>Example Submitted
<table>
    <s:label label="Name" name="name" /> 
    <s:label label="Birthday" name="birthday" />
    <tr>
        <td>
... 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.