<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I'm trying something a little strange here, and my logic is really quite flawed:<br><br>someWATask<br>&nbsp;&nbsp;&nbsp; go &gt;&gt; self call: WAComponentA<br><br>WAComponentA<br>&nbsp;&nbsp;&nbsp; renderContentOn: &gt;&gt; html render: WAComponentB<br>&nbsp;&nbsp;&nbsp; children &gt;&gt; ^Array with: WAComponentB<br><br>WAComponentB<br>&nbsp;&nbsp;&nbsp; answer &gt;&gt; self answer: 'blah'<br><br>I would like for WAComponentB to answer someWATask in place of WAComponentA, is there a way to do this?<br><br>Thanks,<br>RS<br>                                               <br /><hr />Hotmail: Trusted email with powerful SPAM protection. <a href='http://clk.atdmt.com/GBL/go/177141665/direct/01/' target='_new'>Sign up now.</a></body>
</html>