Re: Adding extra request parameters to AJAX calls

2012-03-28 Thread Martin Grigorov
this can't be done in 1.5?  Can I take reimplement it completely to mean that it is possible with a similar approach?  Thanks I believe it will be even easier in 1.5 with a custom root IRequestMapper. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request

Re: Adding extra request parameters to AJAX calls

2012-03-27 Thread gmparker2000
/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4508979.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Adding extra request parameters to AJAX calls

2012-03-27 Thread Martin Grigorov
-extra-request-parameters-to-AJAX-calls-tp4405842p4508979.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Adding extra request parameters to AJAX calls

2012-03-27 Thread gmparker2000
with a similar approach? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4509344.html Sent from the Users forum mailing list archive at Nabble.com

Re: Adding extra request parameters to AJAX calls

2012-02-24 Thread gmparker2000
. In cases like this there seems to be no way I can let the datagrid add a parameter and then add more. Any help is appreciated. Maybe there is an entirely different approach. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters

Re: Adding extra request parameters to AJAX calls

2012-02-24 Thread Martin Grigorov
there is an entirely different approach. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4417142.html Sent from the Users forum mailing list archive at Nabble.com

Re: Adding extra request parameters to AJAX calls

2012-02-24 Thread gmparker2000
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4417202.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Adding extra request parameters to AJAX calls

2012-02-22 Thread gmparker2000
not appear to exists in 1.4 or 1.5. Was there an additional link that you meant to include? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4410571.html Sent from the Users forum mailing list archive

Re: Adding extra request parameters to AJAX calls

2012-02-22 Thread Martin Grigorov
=2q= This project shows how to do it in pre 6.0 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4410571.html Sent from the Users forum mailing list archive at Nabble.com

Re: Adding extra request parameters to AJAX calls

2012-02-22 Thread gmparker2000
() { System.out.println(Adding conversation id); return super.getCallbackUrl(); } } Unfortunately the getCallbackUrl never gets called. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4410787.html

Re: Adding extra request parameters to AJAX calls

2012-02-22 Thread Martin Grigorov
();        }    } Unfortunately the getCallbackUrl never gets called. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4410787.html Sent from the Users forum mailing list archive at Nabble.com

Re: Adding extra request parameters to AJAX calls

2012-02-22 Thread gmparker2000
have a cID request parameter that is posted when I changed the drop down selection. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4410882.html Sent from the Users forum mailing list archive

Re: Adding extra request parameters to AJAX calls

2012-02-22 Thread Martin Grigorov
a cID request parameter that is posted when I changed the drop down selection. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4410882.html Sent from the Users forum mailing list archive at Nabble.com

Re: Adding extra request parameters to AJAX calls

2012-02-22 Thread gmparker2000
Got it. I was overriding the wrong getCallbackURL method: public CharSequence getCallbackUrl() instead of: public CharSequence getCallbackUrl(final boolean onlyTargetActivePage); Thanks a lot!! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request

Adding extra request parameters to AJAX calls

2012-02-21 Thread gmparker2000
will have to have the conversation ID. I have been looking at adding an AJAX behavior and overriding the getCallBackURL method with no success. Any help would be appreciated. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls

Re: Adding extra request parameters to AJAX calls

2012-02-21 Thread Martin Grigorov
will have to have the conversation ID.  I have been looking at adding an AJAX behavior and overriding the getCallBackURL method with no success.  Any help would be appreciated. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls