alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
<td> #sdate ("name=wakeup" "format=hh:mm aa") </td> </tr> #slabel ("label=Biography" "name=bio") #slabel ("label=Favourite Color" "name=favouriteColor") #slabel ("label=Friends" "name=friends") #slabel ("label=Legal Age" "name=legalAge") #slabel ("label=Region" "name=region") #slabel ("label=State" "name=state") #slabel ("label=Picture" "name=picture") #slabel ("label=Favourite Language" "name=favouriteLanguage") #slabel ("label=Favourite Vehical Type" "name=favouriteVehicalType") #slabel ("label=Favourite Vehical Specific" "name=favouriteVehicalSpecific") <tr> <td>Favourite Cartoon Characters (Left): <td> #set ( $startCount = 1) #foreach( $item in $leftSideCartoonCharacters) $startCount.${item}  #set ( $startCount = $startCount + 1) #end </td> </tr> <tr> <td>Favourite Cartoon Characters (Right): <td> #set ( $startCount = 1) #foreach( $item in $rightSideCartoonCharacters) $startCount.${item}  #set ( $startCount = $startCount + 1) #end </td> </tr> </table> #surl ("id=url" "value=index.jsp") #sa("href=${url}")Back to index.jsp#end </body> </html>

Other Struts examples (source code examples)

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

Struts example source code file (exampleSubmited.vm)

This example Struts source code file (exampleSubmited.vm) 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, left, left, non-ui, right, submited, tag, type, vehical, vehical

The Struts exampleSubmited.vm source code

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

<h1>Example Submitted
<table>
	#slabel ("label=Name" "name=name")
	#slabel ("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.