<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
hi <BR>
I hava this code<BR>
&nbsp;<BR>
renderContentOn: html<BR>
html table: [<BR>
(self sortBlock value: (self filterBlock value: self items)) do: [:item | <BR>
html tableRow: [self renderItemBlock value: item value: html]]].<BR>
&nbsp;<BR>
when I view the result in my explorer, I have this error: UndefinedObject&gt;&gt;value:<BR>
<DIV id=result_box dir=ltr>I saw on the Internet that it&nbsp;caused by a&nbsp;"fixTemps" omission, but I dont Know... someone can help me. thks</DIV><br /><hr />Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail, la boîte e-mail entièrement personnalisable ! <a href='http://www.windowslive.fr/hotmail/default.asp' target='_new'>Windows Live Hotmail</a></body>
</html>