Hi,
I'm with hobo 1.0.2.
According to my calculations, the following code should replace the
account-plan-name-label param, but it doesn't work.
<show-page>
<field-list: replace>
<field-list fields="email_address, account.credits, account.plan.name"
email-address-label="sds">
<account-plan-name-label: replace>
Plan
</account-plan-name-label:>
</field-list>
</field-list:>
</show-page>
Strange enough is the HTML generated by field-list (notice the class):
<tr>
<th class="account-plan.name-label">
Name
</th>
<td class="account-plan.name-view">
<span class="account-plan.name-tag view plan-name ">Civilian Pong</span>
</td>
</tr>
Is this a bug or my expectations are wrong and I'm not passing the
parameter as it is supposed?
Thanks,
TF
--
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.