Re: jWicket WiQuery

2011-01-23 Thread Ernesto Reinaldo Barreiro
You can also have a look at [1] and [2] which contain some jquery based extensions. Ernesto 1-http://wiquery-plugins-demo.appspot.com/demo/ 2-http://code.google.com/p/wiquery-plugins/ On Sat, Jan 22, 2011 at 9:12 PM, flavius flav...@silverlion.com wrote: I'm looking to implement some ajax

Re: showing a wicket page on a ModalWindow

2011-01-23 Thread Josh Kamau
Let me answer myself : Use ModalWIndow.PageCreator On Sun, Jan 23, 2011 at 4:19 PM, Josh Kamau joshnet2...@gmail.com wrote: Hi there. How can i show a wicket page in a modal window? Thanks in advance. Josh.

Re: [announce] Wicket 1.5-RC1 is released!

2011-01-23 Thread Heitor Machado
Intercomponent event mechanism is REALY, REALY NICE !!! https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-Intercomponentevents

Problems with Ajax update of part of a table

2011-01-23 Thread drf
I have the following issue doing an Ajax update on the headers in a table. In my application, clicking on the headers will dynamically change the icon associated with each column. If I do an update on a Panel object which contains the entire table then this works well. However, I specifically

Re: Problems with Ajax update of part of a table

2011-01-23 Thread Martin Makundi
Hi! In my experience, tables get distorted if you party reshape them. Browsers are not sufficiently sophisticated to handle the situation. ** Martin 2011/1/23 drf davidrfi...@gmail.com: I have the following issue doing an Ajax update on the headers in a table. In my application, clicking on

Re: wicket nested form and modal

2011-01-23 Thread Martin Makundi
Here is a workaround http://www.mail-archive.com/users@wicket.apache.org/msg35946.html ** Martin 2011/1/24 Clément Tamisier clement.tamis...@gmail.com: Hi, I have something strange with wicket 1.4 and I don't find what. I have 2 nested forms. The inner form (form2) is in a modal window, and

Ajax Response xml showing in browser

2011-01-23 Thread Jeffrey Schneller
Got an odd issue occurring where the Ajax Response xml is showing in the browser rather than modifying the DOM of the page as it usually does. The scenario is the following: My Login page is abstract and has an abstract method called onLoginSuccess. When the login is successful we call