Ali,

It's not clear to me what exactly isn't working. Could you explain a
bit more, and maybe provide us with some more code?

Eelco


On 1/31/06, Ali Zaid <[EMAIL PROTECTED]> wrote:
> Hi;
>
> I know this is a javascript question more than wicket, but I'm going crazy!
> I'm trying to do some helper class to construct my Ajax code, simply I tried
> dojo.io.bind and Ajax.Request and failed to use post method to send the data
> to my wicket Ajax handler, here is the generated code.
>
> Dojo
> <input
> onkeyup="dojo.io.bind({url:'/?path=0:myNumber&interface=IBehaviorListener&behaviourId=1',
> mimetype:'text/plain', method : 'POST', content:{ 'myNumber:705}'});"
> value="------" type="text"
> name="myNumber" id="myNumber"/
> >
>
>
> prototype
> <input onkeyup="new
> Ajax.Request('/?path=0:myNumber&interface=IBehaviorListener&behaviourId=1',
> { method : 'POST', postBody: 'myNumber=705' });"
> value="------" type="text"
> name="myNumber" id="myNumber"/
> >
>
>
> I'm really in a mess here, although I can easly send this info just by
> construct the full call back URL cause my application is simple, I just want
> what I wrote to work :(, PLEASE HELP! what am I missing?
>
> --
> Regards, Ali


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to