Sounds like you might be trying to make a table for each instance. I would
guess, your parameter starts with <collection:> and not <collection:
replace>.
It's a subtle difference. The replace version will have the context of
what's outside the collection while the other will have the context of the
collection (along with the wrapping tags).
Described again as code:
standard parameter call:
<collection> # context is the collection
<repeat> # this is not really how it goes but shows that the context
changes here to iterate over each element.
<table-plus>...</table-plus> # when collection wraps non-parameter code,
it inserts it in place of the default card
</repeat>
</collection
vs.
parameter with repeat flag:
<table-plus>...</table-plus>
On additional thought, you might need to change the context manually in the
table-plus call as I think it gets set during the collection call itself.
So, still the repeat <table-plus with="association_name" ...
--
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.