alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
<td> <s:iterator value="prioritisedFavouriteCartoonCharacters" status="stat"> <s:property value="%{#stat.count}" />.  </s:iterator> </td> </tr> <tr> <td>Prioritised Favourite Cars: <td> <s:iterator value="prioritisedFavouriteCars" status="stat"> <s:property value="%{#stat.count}" />.  </s:iterator> </td> </tr> <tr> <td>Prioritised Favourite Countries <td> <s:iterator value="prioritisedFavouriteCountries" status="stat"> <s:property value="%{#stat.count}" />.  </s:iterator> </td> </tr> <tr> <td>Favourite Cities <td> <s:iterator value="favouriteCities" status="stat"> <s:property value="%{#stat.count}" />.  </s:iterator> </td> </tr> <tr> <td>Favourite Numbers <td> <s:iterator value="favouriteNumbers" status="stat"> <s:property value="%{#stat.count}" />.  </s:iterator> </td> </tr> </table> </body> </html>

Other Struts examples (source code examples)

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

Struts example source code file (moreSelectsSubmit.jsp)

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

boxes, cars:, cartoon, characters:, characters:, countries, favourite, favourite, numbers, numbers, result, select, tags, tags

The Struts moreSelectsSubmit.jsp source code

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

<html>
<head>
<title>Showcase - Tags - UI Tags - Select Boxes Result
</head>
<body>
    
    <table>
    <tr>
        <td>Prioritised Favourite Cartoon Characters:
... 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.