Hi Chris,

I tried for ages to find a way to do this using just the taglibs, but
I had to resort to a small scriptlet in the end:

Iterator hubs =
Resource.getLocalContentNode(request).getContent("hub").getNodeDataCollection().iterator();
while( hubs.hasNext() )
{
        out.println( ( (NodeData)hubs.next() ).getString() + "<br />" );
}

Maybe there's a better way, but this works for me. Used on Magnolia
3.0.2 BTW, but guess it would apply to any version.

Hope that helps,

Simon

On 26/02/2008, Allan, CJ (Chris) <[email protected]> wrote:
> Hi,
>
>  I have a checkbox control in a dialog, and in a jsp I would like to
>  print the values of the checked options. How do I do this i.e. access
>  the checked options?
>
>  Cheers,
>
>  Chris
>
>  ----------------------------------------------------------------
>  for list details see
>  http://documentation.magnolia.info/docs/en/editor/stayupdated.html
>  ----------------------------------------------------------------
>

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to