Jon Hartmann
unread,Jun 1, 2009, 1:12:47 PM6/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ColdFusion on Wheels
I'd mentioned this in another post, but I think the question of
associations too over. It seems as though using the checkbox helper
functions to generate tags wont work when dealing with multiple
values, such as a list. Say for instance, I have 3 options for a
record (three possible associations to other records) and I want my
users to be able to select 0 to 3 options with checkboxes, and then
have the results as a list when processing. The problem that I'm
having is that the helper functions always seem to base the ID value
of their inputs based on the name value, and in this case the name
needs to be the same, but they need to have different IDs. Is this
just a limitation of the system, or is there a more "wheels" like way
to deal with this situation?