Accordion using jquery and wicket 6

2015-01-29 Thread avchavan
doesn't work. Am i missing anything here? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Accordion-using-jquery-and-wicket-6-tp4669182.html Sent from the Users forum mailing list archive at Nabble.com

Re: Accordion using jquery and wicket 6

2015-01-29 Thread Sebastien
and once with Keeping it in Java code using the renderHead method. It just doesn't work. Am i missing anything here? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Accordion-using-jquery-and-wicket-6-tp4669182.html Sent from the Users forum mailing list archive

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-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 Josh Kamau
Create a smaller version of it (a quickstart application) demonstrating what you want to achieve. Josh.

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

Re: Using jQuery with Wicket

2011-03-09 Thread Andrea Del Bene
a 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

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 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

Re: Using jQuery with Wicket

2011-03-09 Thread tech7
.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-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

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
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
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:

Re: using jquery with wicket

2009-03-19 Thread Anton Veretennikov
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-19 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-19 Thread fachhoch
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 unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

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 call this through wicket -- View this message in context: http://www.nabble.com/using-jquery---with-wicket-tp22566645p22566645.html Sent from

Re: using jquery with wicket

2009-03-19 Thread fachhoch
in context: http://www.nabble.com/using-jquery---with-wicket-tp22566645p22566645.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: using jquery with wicket

2009-03-18 Thread fachhoch
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 unsubscribe, e-mail: users-unsubscr

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

Re: using jquery with wicket

2009-03-17 Thread Igor Vaynberg
to integrate 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.nabble.com/using-jquery