<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=484033517-05052006><FONT face="Trebuchet MS" size=2>Hi 
all,</FONT></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><FONT face="Trebuchet MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=484033517-05052006>&nbsp;&nbsp;&nbsp; <FONT face="Trebuchet MS" 
size=2>I'm making a little online application and as base I'm using the seaside 
image that one can download from here:</FONT></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><FONT face="Trebuchet MS" size=2><A 
href="http://www.seaside.st/Download/Images/">http://www.seaside.st/Download/Images/</A>&nbsp; 
(<FONT face="Times New Roman" size=3>Seaside-2.5.zip</FONT>)</FONT></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><FONT face="Trebuchet MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=484033517-05052006>&nbsp;&nbsp;&nbsp; <FONT face="Trebuchet MS" 
size=2>Working with that image I found this method:</FONT></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><FONT face="Trebuchet MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=484033517-05052006><FONT face="Trebuchet MS" 
size=2>WAHtmlRenderer&gt;&gt;labelledRowForList: aCollection on: aSymbol of: 
anObject<BR>&nbsp;self tableRowWithLabel: (anObject labelForSelector: aSymbol 
of: anObject) column: <BR>&nbsp;&nbsp;[self<BR>&nbsp;&nbsp;&nbsp;selectFromList: 
aCollection<BR>&nbsp;&nbsp;&nbsp;selected: (anObject perform: 
aSymbol)<BR>&nbsp;&nbsp;&nbsp;callback: (self callbackForSelector: aSymbol of: 
anObject)]</FONT></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><FONT face="Trebuchet MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=484033517-05052006>&nbsp;&nbsp;&nbsp; <FONT face="Trebuchet MS" 
size=2>wich fails with a DNU of #labelForSelector:of: sent to 
anObject.</FONT></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><FONT face="Trebuchet MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=484033517-05052006>&nbsp;&nbsp;&nbsp; <FONT face="Trebuchet MS" 
size=2>So I've changed it to </FONT></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><FONT face="Trebuchet MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=484033517-05052006><SPAN class=484033517-05052006><FONT 
face="Trebuchet MS" size=2>WAHtmlRenderer&gt;&gt;labelledRowForList: aCollection 
on: aSymbol of: anObject<BR>&nbsp;self tableRowWithLabel: (anObject 
labelForSelector: aSymbol) column: 
<BR>&nbsp;&nbsp;[self<BR>&nbsp;&nbsp;&nbsp;selectFromList: 
aCollection<BR>&nbsp;&nbsp;&nbsp;selected: (anObject perform: 
aSymbol)<BR>&nbsp;&nbsp;&nbsp;callback: (self callbackForSelector: aSymbol of: 
anObject)]</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><SPAN class=484033517-05052006><FONT 
face="Trebuchet MS" size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN class=484033517-05052006><SPAN 
class=484033517-05052006>&nbsp;&nbsp;&nbsp; <FONT face="Trebuchet MS" size=2>and 
it works.</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><SPAN class=484033517-05052006><FONT 
face="Trebuchet MS" size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN class=484033517-05052006><SPAN 
class=484033517-05052006>&nbsp;&nbsp;&nbsp; <FONT face="Trebuchet MS" 
size=2>Regards,</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=484033517-05052006><SPAN class=484033517-05052006><FONT 
face="Trebuchet MS" size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN class=484033517-05052006><SPAN class=484033517-05052006><FONT 
face="Trebuchet MS" size=2>Sebastian</FONT></SPAN></SPAN></DIV></BODY></HTML>