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: Turn off form validation

2009-01-03 Thread ywtsang
i also have a similar use case that requires turning off validation for some ajax button links e.g. i have a form, that may have some text fields with different/none validators and i want to do translation on some of the text fields by ajax/dynamically, so i need to use ajax button links to

trouble controlling visibility of dataview

2009-01-03 Thread Peter Thomas
Hi, I am using a DataView and I was trying to override isVisible() and use this.getRowCount() to decide if the table should be rendered or not. But this results in a stack overflow because DataView#getRowCount() internally calls isVisibleInHierarchy(). The use case is trying to hide a table

Re: What is your experience on the time of development ?

2009-01-03 Thread Curtis Cooley
Martin Sachs wrote: pI'm looking for a little comparison of the development-time for Applications in Wicket against other Technologies. /p p I think the development with Wicket is two times faster than Struts. But what are your experiences on JSF, Rails/Grails, SpringMVC/SpringWebFlow. /p