I've added this to jira as WW-277. This should be resolved in CVS.

M

Francisco Hernandez wrote:

found a bug in checkboxlist.vm

if a List (of selected checkboxes) is passed to the value attribute in the tag it wont select those checkboxes.

this:

<div><input type="checkbox" name="${tag.Name}" id="${tag.Name}$!{itemValue}" value="$!{itemValue}" #if( $tag.ActualValue && $itemValue && $tag.ActualValue == $itemValue ) checked="checked"#end/> <label class="label" for="${tag.Name}$!{itemValue}">$!{itemKey}</label></div>

should be changed to this:

<div><input type="checkbox" name="${tag.Name}" id="${tag.Name}$!{itemValue}" value="$!{itemValue}" #if( $tag.contains($tag.ActualValue,$itemValue) ) checked="checked"#end/> <label class="label" for="${tag.Name}$!{itemValue}">$!{itemKey}</label></div>








------------------------------------------------------- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech jobs available today? From careers in IT to Engineering to Tech Sales, Dice has tech jobs from the best hiring companies. http://www.dice.com/index.epl?rel_code=104 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to