Try moving the xtile component out of the form, I usually put it after the form.
On 7/29/05, Joshua Long <[EMAIL PROTECTED]> 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]
>
>
--
~chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]