> Is theer a way to have the tasks the tasks in the main content section  
> and the steps
> in the aside. Where would I go to define this?

To solve this I did added this in the application.dryml:

<extend tag="show-page" for ="Project">
        <old-show-page merge>
            <prepend-collection-section:>
                  <h3 param="collection-heading">Tasks</h3>
          <sortable-collection:tasks param="collection"/>
            </prepend-collection-section:>
            <aside: replace>
                 <h3 param="collection-heading">Steps</h3>
         <collection:steps param="collection"/>
           </aside:>
    </old-show-page>
</extend>

It works, but I would prefer defining the order
which association gets shown first in the project model.
But maybe this is just a special case that does not happen too often.

roland

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to