alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
<tr> </table> </td>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts updownselecttag-1.txt source code file:

Struts example source code file (updownselecttag-1.txt)

This example Struts source code file (updownselecttag-1.txt) 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

america, america, australia, australia, england, england, germany, germany

The Struts updownselecttag-1.txt source code

<tr> 
<script type="text/javascript" src="/struts/optiontransferselect.js"> <table> <tr> <select name="myName" size="5" id="myId" multiple="multiple"> <option value=""> <option value="england" selected="selected">England <option value="america" selected="selected">America <option value="australia" selected="selected">Australia <option value="germany" selected="selected">Germany </select> <input type="hidden" id="__multiselect_myId" name="__multiselect_myName"value=""/> </td>
 <input type="button" value="^" onclick="moveOptionUp(document.getElementById('myId'), 'key', '');" />   <input type="button" value="v" onclick="moveOptionDown(document.getElementById('myId'), 'key', '');" />   <input type="button" value="*" onclick="selectAllOptions(document.getElementById('myId'), 'key', '');" />  </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.