> I can get the desired result the way I've been always working that is
> copying the tag to application.dryml and overwriting it from there but
> I wanna do it clean for once. Again. I've got no idea how to extend
> that even more in show.dryml as it says something that param is
> unavailable outside of a definition :(
>
Quick answer while I work on a longer one. param is unavailable
outside a definition or extension, but it's also useless outside of a
definition or extension. So just delete it.
For instance, in the definition:
<a:owner param="creator-link"/>
Outside the definition:
<a:owner/>
or even better
<a: owner class="creator-link"/>
since param also adds a class.
cheers,
Bryan
--
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.