<!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.6000.16674" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i work with Squeak and seaside 
support.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have one html select 
definition&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;and i need to update two 
area in a web page.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The code is:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>html select<BR>beOptional;<BR>                list: aCollection;<BR>                labels: 
labelBlock;<BR>                id: (id := html nextId);<BR>                optionalLabel: '(select 
all)';<BR>                selected: (selected := selectionPath<BR>                        at: 
anInteger<BR>                        ifAbsent: [ selectionPath addLast: nil. nil ]);<BR>                callback: [ 
:value | <BR>                        [ selectionPath size &lt; anInteger ]<BR>                                 whileFalse: [ 
selectionPath removeLast ].<BR>                        selectionPath addLast: value ];<BR>                </DIV>
<DIV>onChange: (html updater<BR>                        id: uid;<BR>                        triggerFormElement: 
id;<BR>                        callback: [ :r | self renderListOn: 
r]);<BR>&nbsp;&nbsp;&nbsp;<BR>        onChange:(html updater<BR>                        id: rfrMasterHtml 
idReportToUpd;<BR>                        triggerFormElement: id;<BR>                        callback: [ :r 
|&nbsp;&nbsp;&nbsp;&nbsp;rfrMasterHtml updateView: r&nbsp;&nbsp;&nbsp; ]).</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Times New Roman" size=3></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have strange behaviour on instance variable 
'<FONT face="Times New Roman" size=3>selectionPath&nbsp;'</FONT>&nbsp;when i use 
2 onChange definition.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The system lose the <FONT face="Times New Roman" 
size=3>selectionPath state.</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>My question is :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I can define multiple onChange definition to update 
some different area ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; My definition is correct, or i 
wrong ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><FONT color=#000000>Any 
pointers would be greatly 
appreciated!<BR><BR>Thanks!</FONT><BR></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Dario</SPAN></FONT></P></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>