> I noticed that using part with an id on a collection, like this:
>
> <collection part="notes" id="#{this_parent.typed_id}-notes">
> ...
> </collection>
>
> gives the id above to both the part div and the ul inside:
>
> <div class='part-wrapper' id='list_item_11-notes'>
> <ul class="collection notes" id="list_item_11-notes">
Eeek. That's a bit tricky to fix as well... Could you raise a ticket
please.
As a workaround I guess you could put the collection in a div and put
the part and ID on that.
Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
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/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---