Re: Using jQuery with Wicket

2011-03-10 Thread Josh Kamau
Create a smaller version of it (a quickstart application) demonstrating what you want to achieve. Josh.

Re: Using jQuery with Wicket

2011-03-10 Thread tech7
Thaks to all forum users for their responses. I have solved the problem. The problem was related with authentication methodology. Happy Wicketlying to all - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery-with-Wicket

Re: Using jQuery with Wicket

2011-03-10 Thread tech7
Hi Andrea, code is too long to attach here. What can I do? - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery-with-Wicket-tp3343275p3346586.html Sent from the Users forum mailing list archive at Nabble.com

Re: Using jQuery with Wicket

2011-03-09 Thread andrea del bene
Hi, I think you've forgotten adding code Hi, I am calling second page onsubmit method of the first page as: setResponsePage(PGSecond.class); and on the second page label is added as: Thanx. - To unsubscribe, e-mail: users-un

Re: Using jQuery with Wicket

2011-03-09 Thread tech7
Hi, I am calling second page onsubmit method of the first page as: setResponsePage(PGSecond.class); and on the second page label is added as: Thanx. - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery-with-Wicket

Re: Using jQuery with Wicket

2011-03-09 Thread Andrea Del Bene
/Using-jQuery-with-Wicket-tp3343275p3344002.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: Using jQuery with Wicket

2011-03-09 Thread tech7
any idea? I am really stuck with that. I will be thankful if you share your idea with me. - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery-with-Wicket-tp3343275p3344002.html Sent from the Users forum mailing list archive at

Re: Using jQuery with Wicket

2011-03-09 Thread tech7
1842946.n4.nabble.com/Using-jQuery-with-Wicket-tp3343275p3343651.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-mai

Re: Using jQuery with Wicket

2011-03-09 Thread Josh Kamau
on the first Select , and an ajax form compenent behavior for 'onchange' , On the implementation , remove the item from the first select's model, add it to the other select component's model then add both select components to the target. Also use LoadableDetachableModels for your select compone

Re: Using jQuery with Wicket

2011-03-09 Thread tech7
Thank you for your response. Actually this is not meet with my requirements. Any other suggestion? - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery-with-Wicket-tp3343275p3343437.html Sent from the Users forum mailing list

Re: Using jQuery with Wicket

2011-03-09 Thread Andrea Del Bene
button moves this choice to the other select box but what i need to do is also update the select box (list)content also. How can I do that? Any suggestions? With my best regards. - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery

Using jQuery with Wicket

2011-03-09 Thread tech7
. - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery-with-Wicket-tp3343275p3343275.html Sent from the Users forum mailing list archive at Nabble.com. - To

Re: using jquery with wicket

2009-03-19 Thread fachhoch
ck: >>> >>>       @Override >>>       protected void onAjaxUpdate(AjaxRequestTarget target) { >>>         super.onAjaxUpdate(target); >>>         target.appendJavascript("$.unblockUI(

Re: using jquery with wicket

2009-03-19 Thread Anton Veretennikov
;> >>> please suggest me on what changes should i make to Veil component in >>> wicketstuff-minis to  use it as a mask or block my page ? >>> >>> igor.vaynberg wrote: >>>> >>>> see the Veil com

Re: using jquery with wicket

2009-03-19 Thread fachhoch
, 2009 at 12:57 PM, fachhoch wrote: >>>> >>>> I want to use jquery block  plugin    to block my page for ajax >>>> requests >>>>  , >>>> please help me with some tutorials   how

Re: using jquery with wicket

2009-03-19 Thread Anton Veretennikov
block plugin >>> http://www.malsup.com/jquery/block/#demos >>> >>> the script  provided by jquery to block page is   $.blockUI();   now >>> please >>> suggest me how to cal

Re: using jquery with wicket

2009-03-19 Thread fachhoch
uery/block/#demos >> >> the script  provided by jquery to block page is   $.blockUI();   now >> please >> suggest me how to call this through wicket >> -- >> View this message in context: >> http://www.nabble.com/using-jquery---wit

Re: using jquery with wicket

2009-03-18 Thread fachhoch
page is   $.blockUI();   now >> please >> suggest me how to call this through wicket >> -- >> View this message in context: >> http://www.nabble.com/using-jquery---with-wicket-tp22566645p22566645.html >> Sent from the Wicket - User mailing list archive at Nabble.com.

Re: using jquery with wicket

2009-03-17 Thread Igor Vaynberg
te wicket and jquery. > url for jquery block plugin > http://www.malsup.com/jquery/block/#demos > > the script  provided by jquery to block page is   $.blockUI();   now please > suggest me how to call this through wicket > -- > View this message in context: > http://www.nabb

using jquery with wicket

2009-03-17 Thread fachhoch
please suggest me how to call this through wicket -- View this message in context: http://www.nabble.com/using-jquery---with-wicket-tp22566645p22566645.html Sent from the Wicket - User mailing list archive at Nabble.com. - To