I've been working on a variation of the agility tutorial and would
like users of my app to be able to raise a new task from an aside.
Here's some code snippets.

Firstly in...

/app/views/taglibs/application.dryml

<def tag="new-changes">
        <section class="content-body">
        <h3>Raise something new</h3>
        <h5>

        <a:>New Task</a>

Secondly...

/app/views/stories/show.dryml

<show-page>
<content: replace>
        <section-group>
                <section><content restore/></section>
                        <aside><new-changes/>
                        </aside>
        </section-group>

</content:>
</show-page>


QUESTION: Whilst I have a New Task link in my aside menu I can't
invoke the right form that's for a New Task. Where would be the best
place to raise the form (presumably in the definition within
application.dryml?). And what is the code that raises the 'New Task'
form?

--

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