[Seaside] html brush chaining messages

Jeff Gray jeff at rogerthedog.com
Wed Oct 27 02:05:06 UTC 2010


Hi all. Proud day - my first post :-)

In my renderContentOn: method I have the following line:

html tableData with: (account balance printShowingDecimalPlaces: 2); align:
'right'

I get the data out ok but it doesn't add the align attribute to the <td>
tag.
If I switch around the order of the messages then the alignment works:

html tableData align: 'right'; with: (account balance
printShowingDecimalPlaces: 2) 

What's going on there?
-- 
View this message in context: http://forum.world.st/html-brush-chaining-messages-tp3014769p3014769.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list