<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2><SPAN class=760514219-17122007>I think I have found 
a decent sized bug in version 4.0.7.&nbsp; All over our application we use 
databound inputtext but in the newest version it appears that this is no longer 
supported.&nbsp; If you look at the example below, change the text of the 
inputtext and then click to the edittext and look at ds in the debugger you see 
that the dataset doesnt update.&nbsp; The edittext works perfectly but has the 
border which is not desirable in our UI.&nbsp; Is this a feature of the 
inputtext that has been removed in this version or is this a 
bug?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;canvas width="100%" 
height="100%"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;dataset name="ds"&gt;<BR>&nbsp;&lt;stuff 
edit="default edit" input="default input"/&gt;<BR>&lt;/dataset&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;simplelayout axis="x" 
spacing="20"/&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;inputtext datapath="ds:/stuff" text="</FONT><A 
title="mailto:$path{'@input'" href="mailto:$path{'@input'"><FONT 
title="mailto:$path{'@input'" face=Arial size=2>$path{'@input'</FONT></A><FONT 
face=Arial size=2>}"&gt;<BR><SPAN class=760514219-17122007>&nbsp;&nbsp;&nbsp; 
</SPAN>&lt;method event="onblur"&gt;<BR>&nbsp;<SPAN 
class=760514219-17122007>&nbsp;</SPAN>&nbsp;<SPAN 
class=760514219-17122007>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN>this.datapath.updateData();<BR><SPAN 
class=760514219-17122007>&nbsp;&nbsp;&nbsp;&nbsp;</SPAN>&lt;/method&gt;<BR>&lt;/inputtext&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;edittext datapath="ds:/stuff" text="</FONT><A 
title="mailto:$path{'@edit'" href="mailto:$path{'@edit'"><FONT 
title="mailto:$path{'@edit'" face=Arial size=2>$path{'@edit'</FONT></A><FONT 
face=Arial size=2>}"&gt;<BR><SPAN class=760514219-17122007>&nbsp;&nbsp;&nbsp; 
</SPAN>&lt;method event="onblur"&gt;<BR>&nbsp;<SPAN 
class=760514219-17122007>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</SPAN>this.datapath.updateData();<BR><SPAN 
class=760514219-17122007>&nbsp;&nbsp;&nbsp; 
</SPAN>&lt;/method&gt;<BR>&lt;/edittext&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2><BR>&lt;/canvas&gt;</FONT></DIV></FONT></DIV></BODY></HTML>