Afternoon all,

I just tried to use the checkboxGroup Tag from the Form Library using my own
structure and got the following error:  Problem occurred while parsing:
setFirstElementId(attributes.name & "_" &
createCleanId(attributes.items[i].value))).  At first I thought the problem
might be me using the tag incorrectly so I grabbed the sample code from the
wiki, removed bind="user" and changed "path" to "name":


<form:form actionEvent="processUser" >
        <!--- firstName, lastName, etc. --->
        <h4>Your Favorite Colors</h4>
        <form:checkboxGroup name="favoriteColors"
items="red,green,blue,yellow,pink">
          <p>${output.checkbox} <label for="${output.id
}">${output.label}</label></p>
        </form:checkboxGroup>
        <p><input type="submit" value="Save Changes" /></p>
</form:form>

Running this code produces the exact same error.

Any thoughts. Is this an MachII error or user error?

Thanks,
Derrick

-- 
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en

SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/

Reply via email to