Re: Javascript call to wicket

2008-12-16 Thread itayh
commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p21035640.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Javascript call to wicket

2008-12-16 Thread Erik van Oosten
Hello Itay, It was just an experiment. I have never actually used it. Its been a long time ago too.. If may suggest, please try Firebug Lite to debug it. Sorry I can't be of more help. Regards, Erik. itayh wrote: Hi Erik, I used your solution and it works great for ff, while ie seem

Re: Javascript call to wicket

2008-01-14 Thread Pills
/Javascript-call-to-wicket-tp14685384p14800946.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Javascript call to wicket

2008-01-13 Thread Erik van Oosten
I did not find the results of this thread on the Wiki yet, so I created the following page: http://cwiki.apache.org/confluence/display/WICKET/Calling+Wicket+from+Javascript Comments and edits are appreciated. There is a TODO on the page for providing an example that adds Javascript to the

Re: Javascript call to wicket

2008-01-10 Thread Sébastien Piller
Yes, I'd like to do it, but as english is not my mother language, I need somebody to correct it after I write it. Who wants to do that? ;) Gwyn Evans a crit: As Cemel suggested, if you have time to put a summary up on the Wiki, it would be appreciated!

Re: Javascript call to wicket

2008-01-10 Thread Gwyn Evans
)RequestCycle.get()).getRequest().getParameterMap(); Maybe there's also an easier way but I'm not really into wicket's requestcycle ... -- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14707957.html Sent from the Wicket - User mailing list archive

Re: Javascript call to wicket

2008-01-10 Thread jweekend
://www.nabble.com/Javascript-call-to-wicket-tp14685384p14735841.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Javascript call to wicket

2008-01-10 Thread Pills
this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14736458.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Javascript call to wicket

2008-01-10 Thread Michael Sparer
! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14735846

Re: Javascript call to wicket

2008-01-09 Thread Nino Saturnino Martinez Vazquez Wael
Hi Michael Why not just have a page with a hidden form, then fill the values via javascript and submit the form again via javascript? -Nino Michael Sparer wrote: The parameters you defined in JS are regular HTTP GET parameters, so, as I wrote earlier, you can get them out of the request.

Re: Javascript call to wicket

2008-01-09 Thread Pills
this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14707957.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Javascript call to wicket

2008-01-08 Thread Sébastien Piller
Hello guys, I've a little question about the javascript and wicket. I need to update some models on server side using javascript (in fact, I need to update it from a flash object, and that's why I use js). But I have no idea about how to do this... I know how to call a JS function from

Re: Javascript call to wicket

2008-01-08 Thread Michael Sparer
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14688033

Re: Javascript call to wicket

2008-01-08 Thread Pills
from a WebPage? - I need to use an AbstractAjaxBehavior, but where do I need to add it? Simply on the page? Or on my ShockwaveComponent? Thank you ;) -- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14689818.html Sent from the Wicket - User mailing list

Re: Javascript call to wicket

2008-01-08 Thread Erik van Oosten
I just finished an experiment with something like that. Its still ugly and very static, but here is my code. In the HTML header the function you can call from Flash: function(someValue) { var inputEl = document.getElementById('anchor8'); inputEl.value = someValue;

Re: Javascript call to wicket

2008-01-08 Thread Michael Sparer
no class named DojoPackagedTextTemplate... is it included in a wicket's subproject? - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14693821.html Sent from the Wicket - User mailing list archive

Re: Javascript call to wicket

2008-01-08 Thread Michael Sparer
PROTECTED] - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14696846.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Javascript call to wicket

2008-01-08 Thread Erik van Oosten
Nice to see a more structured approach. Do you have a small JavaScript example that shows how to call the behavior URL? Can you also explain (or reference docs/examples) how to pass parameters from javascript to the behavior? Regards, Erik. Michael Sparer wrote: hi, - your

Re: Javascript call to wicket

2008-01-08 Thread jweekend
] -- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14700516.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Javascript call to wicket

2008-01-08 Thread Pills
-- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14700577.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Javascript call to wicket

2008-01-08 Thread Michael Sparer
and to append your changes to the response - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Javascript-call-to-wicket-tp14685384p14706775.html Sent from the Wicket - User mailing list archive at Nabble.com