<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Here's the case in question:<br><br>A dialog is rendered on the root component, and pretty much just hangs out.<br><br>My master plan involves rendering links and whatnot on it so it acts like a little floating menu. So, changing pages re-renders the dialog contents with new links.<br><br>I've messed around with a few different ways of doing this and sorta settled on announcements within ajax callbacks (or regular callbacks, doesn't matter too much at this juncture).<br><br>My problem lies in sending the information within an announcements payload. WAComponents work fine, but I was hoping I could just use a method such as the following (this oughta show my Seaside knowledge heh):<br><br>self session announce: (TOCAnnounceUpdateActionMenu on: (newWindow menuContent: html)).<br><br>menuContent: html<br>&nbsp;&nbsp;&nbsp; html text: 'blah'.<br><br>I get this error:<br><br>MessageNotUnderstood: receiver of "print:" is nil<br><br>I have to pass in a real object, huh?<br><br>Thanks!<br>RS<br><br /><hr />Get back to school stuff for them and cashback for you. <a href='http://www.bing.com/cashback?form=MSHYCB&publ=WLHMTAG&crea=TEXT_MSHYCB_BackToSchool_Cashback_BTSCashback_1x1' target='_new'>Try Bing now.</a></body>
</html>