I think that this is fixed in 1.1 (aka trunk), which is why it also works in 1.3. If so, the fix wasn't ported to 1.0 because it changes the class names, potentially breaking apps.

But if you've gone through all the pain of switching to Rails 3, I suspect you'll want to stay there rather than switching back to 1.1. :)

cheers,
Bryan

On 11-01-09 04:23 PM, Tiago Franco wrote:
Hi,

Just upgrade to hobo 3 at it works fine. I gess this isn't working on
1.0.2.

Thanks,
TF

On 01/09/2011 12:00 PM, Tiago Franco wrote:
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.

Reply via email to