> Still gives me that bogus ARRAY(0x911b530) thing. It's ringing real > historical alarm bells - I'm sure I saw it a couple of years ago in > pure CGI.pm...
Not quite 2 years ago: http://template-toolkit.org/pipermail/templates/2000-October/000269.html :) Can you dump what is in that nested array? Can you dump the original data you are handing to the CGI code? Is the data that you get out from the .join complete (excepting the extra ARRAY(xASDFSD) or is a big chunk missing? Also, looking at the code you first sent out: > q.checkbox_group({ Name => 'keyword_id' > Values => keyword.keys.sort > Default => "${params.keyword_id}" > Labels => keyword > } ) You should probably change the Default to be just params.keyword_id since checkbox group can take a list of checked boxes.
