<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR>i came across this error before,&nbsp; basically from what i understood older versions of Squeak image dont have #asMutator on Symbol class. when u load seaside package, &nbsp;it&nbsp;adds #asMutator on the Symbol class.&nbsp;squeak 3.9 and higher images has #asMutator on Symbol class&nbsp;already&nbsp;so &nbsp;seaside 2.8 pacakages dont do this when u load the package.<BR>
your problem may have occured if u had seaside 2.7 loaded previously on the image&nbsp;and then update to seaside 2.8 beta, the #asMutator on Symbol class is lost in this process. simplest way to fix it is add #asMutator to the Symbol class<BR>&nbsp;<BR>
asMutator<BR>
&nbsp;^ (self copyWith: $:) asSymbol<BR>
<BLOCKQUOTE>
<HR>
Date: Wed, 5 Sep 2007 00:42:44 -0700<BR>From: conradwt@gmail.com<BR>To: seaside@lists.squeakfoundation.org<BR>Subject: Re: [Seaside] Error Generated on Submit<BR><BR>Hi, here's an update in regards to the error that I experienced in Squeak. &nbsp;I retyped everything into VWNC using Seaside 2.8 beta and it worked as expected except for some styling issues. &nbsp;Thus, I'm thinking that there may have been something wrong with load/install of Seaside 2.8 beta. 
<DIV><BR class=EC_webkit-block-placeholder></DIV>
<DIV>-Conrad<BR><BR>
<DIV><SPAN class=EC_gmail_quote>On 9/4/07, <B class=EC_gmail_sendername>Conrad Taylor</B> &lt;<A href="mailto:conradwt@gmail.com">conradwt@gmail.com </A>&gt; wrote:</SPAN> 
<BLOCKQUOTE class=EC_gmail_quote style="PADDING-LEFT: 1ex; MARGIN-LEFT: 0.8ex; BORDER-LEFT: #ccc 1px solid">
<DIV>Hi, I'm using the following:</DIV>
<DIV><BR>&nbsp;</DIV>Smalltlk: &nbsp;Squeak 3.10 
<DIV><BR>
<DIV>Seaside: &nbsp;Seaside 2.8 beta</DIV>
<DIV><BR>Platform: &nbsp;Mac OS X 10.4.10</DIV>
<DIV><BR></DIV>
<DIV>-Conrad</DIV>
<DIV><BR>
<DIV><SPAN class=q><SPAN class=EC_gmail_quote>On 9/4/07, <B class=EC_gmail_sendername>Philippe Marschall</B> &lt;<A href="mailto:philippe.marschall@gmail.com"> philippe.marschall@gmail.com</A>&gt; wrote:</SPAN> </SPAN>
<BLOCKQUOTE class=EC_gmail_quote style="PADDING-LEFT: 1ex; MARGIN-LEFT: 0.8ex; BORDER-LEFT: #ccc 1px solid"><SPAN class=q>Hi<BR><BR>What Smalltalk and which version are you using?<BR><BR>Cheers<BR>Philippe<BR><BR>2007/9/5, Conrad Taylor &lt; <A href="mailto:conradwt@gmail.com">conradwt@gmail.com</A>&gt;:<BR>&gt; Hi, I getting the following message when I click on the submit button<BR>&gt; in the seaside application: <BR>&gt;<BR></SPAN>&gt; ByteSymbol(Object)&gt;&gt;doesNotUnd erstand: #asMutator<SPAN class=q><BR>&gt;<BR>&gt; Also, the submit button is constructed as follows:<BR>&gt;<BR>&gt; html span class: 'button'; with: [html submitButton callback: [self save]]<BR>&gt;<BR>&gt; Thanks, <BR>&gt;<BR>&gt; -Conrad<BR>&gt; _______________________________________________<BR>&gt; Seaside mailing list<BR>&gt; <A href="mailto:Seaside@lists.squeakfoundation">Seaside@lists.squeakfoundation</A>.org<BR>&gt; <A href="http://lists.squeakfoundation/" target=_blank>http://lists.squeakfoundation</A>.org/cgi-bin/mailman/listinfo/seaside<BR>&gt;<BR>_______________________________________________<BR>Seaside mailing list<BR><A href="mailto:Seaside@lists.squeakfoundation">Seaside@lists.squeakfoundation </A>.org<BR><A href="http://lists.squeakfoundation/" target=_blank>http://lists.squeakfoundation</A>.org/cgi-bin/mailman/listinfo/seaside<BR></SPAN></BLOCKQUOTE></DIV><BR>&nbsp;</DIV></DIV></BLOCKQUOTE></DIV><BR>&nbsp;</DIV></BLOCKQUOTE><br /><hr /> Find out. <a href='http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseeklearning%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Acon%3Askl%3Anine%3A0%3Ahot%3Acoursetafe&_t=764565661&_r=Seek_learning_AUG07_TAGlines&_m=EXT' target='_new'>SEEK Salary Centre: What are you really worth?</a></body>
</html>