Joshua, I just put up what I have for access, but then realized that
it probably doesn't have the x-tile stuff:
http://dangdev.com/tapestry/t-deli/
Jamie
On Jul 29, 2005, at 8:00 PM, Joshua Long wrote:
Would someone be kind enough to send me a workign copy of xtile.jar?
I'm desperate. T-deli.com seems to be (and has been since Thursday
evening Pacific time) down and I cant get my version of the jar to
work.
in Mozilla (firefox) it shows response.responseXml not found in the
javascript console and IE just shows nothing as being returned, and
yet
in the coded belowi can actually see my listener being inovked in the
logs .... which means everything but the response is working... so
close
that its painful.....
Thanks again,
joshua
<span jwcid ="@Body" >
<script language ="JavaScript">
/**
Holy shit -- show the cities, sir!
*/
function recvCompletions ( data )
{
var _val = ''+data ; //.join ( ',') ;
// alert ( _val ) ;
document.getElementById ( 'out').value = _val ;
}
</script>
<form jwcid ="@Form">
<span type ="text" jwcid="@xtile:XTile"
listener="ognl:listeners.handleCallback"
sendName="sendValue" receiveName="recvCompletions"/>
<input type ="text" id = "out" name ="out"/>
<input onkeyup="sendValue(this.value)" />
<input type ="submit" />
</form>
</span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]