<!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.16608" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i use seasideAsync liveCallback to intercept the 
change ( at character level ) &nbsp;in one textInput and dinamic update an list 
based on it value.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>html textInput</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; value: 
field<BR>&nbsp;&nbsp;&nbsp; callback:[ :v| field := v].</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; liveCallback:[:text :h| field:= 
text.</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; h div: 'idToUpdate' 
with: queryMethodBasedOn_Field: h].</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></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now i port my code into Gemstone, and i think to 
use only scriptacolous for do it.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I&nbsp;think it's not possible use together&nbsp; ( 
SeasideAsync and scriptaculos) &nbsp;in the same render code.</FONT></DIV>
<DIV><FONT face=Arial size=2>And i'm interested to conform, standarize the 
code.</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></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What's the right method to do it ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I tested :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>html textInput<BR>&nbsp;&nbsp;id: (inputId := html 
nextId);<BR>&nbsp;&nbsp;exampleText:&nbsp; 'testo 
iniziale';<BR>&nbsp;&nbsp;callback: [ :value | self field: value 
];<BR><BR>&nbsp; onEnter: ( html updater id: 'idToUpdate' ; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callback:[ :h|&nbsp;self 
queryMethodBasedOn_Field: h 
]).<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;html div id:'idToUpdate' 
;&nbsp; with:[ self queryMethodBasedOn_Field: html]. 
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>With this code&nbsp; i d'ont intercept the 
character change, but only&nbsp;at Enter level&nbsp;and the field 
is'not&nbsp;update.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>How i can intercept the change at character level, 
in the textInput and update the relative field?</FONT></DIV>
<DIV><FONT face=Arial size=2>And after update the list ?</DIV></FONT>
<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></FONT></DIV></BODY></HTML>