|
Struts example source code file (checkbox.vm)
The Struts checkbox.vm source code<div align="center"> <input type="checkbox" name="$!struts.htmlEncode($parameters.name)" value="$!struts.htmlEncode($parameters.fieldValue)" #if ($parameters.nameValue) checked="checked" #end #if ($parameters.disabled == true) disabled="disabled" #end #if ($parameters.tabindex) tabindex="$!struts.htmlEncode($parameters.tabindex)" #end #if ($parameters.onchange) onchange="$!struts.htmlEncode($parameters.onchange)" #end #if ($parameters.id) id="$!struts.htmlEncode($parameters.id)" #end /><br /> $!struts.htmlEncode($parameters.label) </div> Other Struts examples (source code examples)Here is a short list of links related to this Struts checkbox.vm source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 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.