I am trying to wrap a <do part=> tag around a field list on a page so
that changes to related fields can be updated after ajax changes.

I have tried to follow the directions in
http://cookbook.hobocentral.net/manual/dryml-guide#wrapping_content
but to no avail.

For example, I have this in application.dryml:

<extend tag="show-page" for="GlobalDeliverable">
    <old-show-page merge>
        <field-list: replace>
            <do part="self">
                <field-list: restore tag="editor" update="self"/>
            </do>
        </field-list:>
    </old-show-page>
</extend>

And I get:

attribute 'restore' is not allowed on parameter tags (<field-list:>)
-- at app/views/taglibs/application.dryml:261

I also tried:

<extend tag="show-page" for="GlobalDeliverable">
    <old-show-page merge>
                <field-list: part="self" tag="editor" update="self"/>
    </old-show-page>
</extend>

And I got:

attribute 'part' is not allowed on parameter tags (<field-list:>) --
at app/views/taglibs/application.dryml:271

Any help is greatly appreciated.

Thanks,
Chuck Benedict, CTO
Empyrean Benefit Solutions, Inc.

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