Re: Filter or update content of AjaxFallbackDefaultDataTable

2009-01-07 Thread David Ojeda
...@carmanconsulting.comwrote: Have you looked at the classes in this package? http://wicket.apache.org/docs/wicket-1.3.2/wicket-extensions/apidocs/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/package-summary.html On Mon, Jan 5, 2009 at 11:06 AM, David Ojeda dojeda-l

Filter or update content of AjaxFallbackDefaultDataTable

2009-01-05 Thread David Ojeda
Hello wicketeers! I hace yet another question about AjaxFallbackDefaultDataTable (I will call it AFDTT): I have an AFDDT with, say, 100 rows. I would like to filter this table so it only shows the elements that meet a certain condition, OR, redefine its DataProvider so it shows some elements.

ajaxfallbackdefaultdatatable toolbars

2009-01-03 Thread David Ojeda
Hello Wicketeers, I am using an AjaxFallbackDefaultDataTable. I would like to have the navigation panel as a bottom toolbar rather than a top toolbar. Is there any way to do this, other than overriding its constructor so it does not do addTopToolbar(...) ? Thank you, David

Re: Contributing to Wicket - Client side form validation

2008-12-30 Thread David Ojeda
Carl, I think this project is very interesting. I was recently investigating on client side validation with wicket and could not find any pure client-side solution. I will be waiting for your link... David On Wed, Dec 31, 2008 at 12:10 PM, jWeekend jweekend_for...@cabouge.comwrote: Carl,

Re: Modal Window height

2008-12-28 Thread David Ojeda
Thanks Matej, that did it On Sun, Dec 28, 2008 at 9:30 PM, Matej Knopp matej.kn...@gmail.com wrote: Hi, try modalwindow.setUseInitialHeight(false); -Matej On Sat, Dec 27, 2008 at 9:39 PM, David Ojeda dojeda-l...@integra.la wrote: Hello all, I am using a modal window with a panel

Re: Confusion with placeholder tags

2008-12-27 Thread David Ojeda
:02 PM, David Ojeda dojeda-l...@integra.la wrote: Hello all, I am trying to implement a panel with a table whose tr's are Fragments. I am using ListView in order to generate several table rows, but my rendered table has some markup that I wish to eliminate: 1.- the span wicket:id

Modal Window height

2008-12-27 Thread David Ojeda
Hello all, I am using a modal window with a panel inside. I would like the modal window to have the same height of my panel, so I was wondering if anyone has been able to do this. Apparently, I can only set the height to specific int-values, rather than auto. I am using wicket and

Confusion with placeholder tags

2008-12-26 Thread David Ojeda
Hello all, I am trying to implement a panel with a table whose tr's are Fragments. I am using ListView in order to generate several table rows, but my rendered table has some markup that I wish to eliminate: 1.- the span wicket:id=caption tag, which I thought would be eliminated when calling

https/http using wicket + swarm + acegi

2008-12-20 Thread David Ojeda
Hello all, I am developing an application and have successfully configured swarm + acegi. I was just wondering if anyone has any experience with this authentication/authorization scheme and can switch to/from https. What I would like is to go to the login page using https and back to http after a