Or if nothing else, how do I change the def for index-page to use
repeat instead of collection? maybe if i play with that I can figure
it out...
<def tag="index-page" for="User">
<page merge title="Users">
<body: class="index-page user" param/>
<content: param>
<header param="content-header">
<h2 param="heading">Users</h2>
<p param="count" if>There <count prefix="are"/></p>
</header>
<section param="content-body">
<!-- <a action="new" to="&model" param="new-link"/> -->
<page-nav param="top-page-nav"/>
<collection param/>
<page-nav param="bottom-page-nav"/>
</section>
</content:>
</page>
</def>
I already tried just swapping out <collection param/> for <repeat
param/>, that's just makes it display none of them...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---