Re: jqWicket or wiQuery

2011-10-13 Thread mk
Martin Grigorov-4 wrote: > > > Both Wiquery and jqWicket provide integration with JQuery UI, not plain > JQuery. > Wicket core may provide some abstractions to make integrations with > JQuery UI at some later point. > > JQWicket provides much more than only JQuery UI integration. It delivers

Re: Jqwicket

2012-09-04 Thread mk
I've started Wicket 6 migration, check the SCM. Plan to release next JQWicket version after Wicket 6 final is available. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Jqwicket-tp4651665p4651754.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Bug in Page(PageParameters) constructor?

2007-07-30 Thread MK Tan
On 7/30/07, Thomas Màder <[EMAIL PROTECTED]> wrote: > > > Hi guys, > > In 1.3.0 beta 2, one of the Page constructors reads like so: > > > > protected Page(final PageParameters parameters) > { > super(null); > } > > Note that this will not cause init() to be c

Re: Wicket 1.3 javadoc

2007-08-01 Thread MK Tan
Perhaps this will help http://wicketstuff.org/wicket13doc/ On 8/1/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > > Please where is Wicket 1.3 javadoc available? >