Custom search and filter a DataTable

2014-01-25 Thread Stefan Lorenz
Hi, I'd like to filter a DataTable with one custom TextField for search inputs and the filter should include all colums and rows. Is that possible? I don't want to use a FilterToolbar and I don't know if the FilterForm is the right choice in this case. Any hint? Regards, Stefan

Problem with FormTester and EJB Injection

2014-02-21 Thread Stefan Lorenz
Hi, Is there a suggested way to use the FormTester.submit() when the target page does inject a ejb? Regards, Stefan

AW: Problem with FormTester and EJB Injection

2014-02-21 Thread Stefan Lorenz
13:49 An: users@wicket.apache.org Betreff: Re: Problem with FormTester and EJB Injection Hi, What is the issue ? do you use wicket-cdi or wicketstuff-javaee for EJB injection ? Martin Grigorov Wicket Training and Consulting On Fri, Feb 21, 2014 at 2:40 PM, Stefan Lorenz wrote: > Hi, > &

AW: How to replace deprecated visitChildren() and filterByClass()?

2014-05-13 Thread Stefan Lorenz
(FormComponent.class, new IVisitor() { @Override public void component(final FormComponent component, final IVisit visit) { // do something with form components } }); Regards Sven On 05/08/2014 01:11 PM, Stefan Lorenz wrote

How to replace deprecated visitChildren() and filterByClass()?

2014-05-15 Thread Stefan Lorenz
Hi, With version 6.15.0 the ComponentHierarchyIterator class is now deprecated. How can I get all children from specific Type in a Component now? My actual code looks like that: Iterator childrenIterator = visitChildren().filterByClass(FormComponent.class).iterator(); Thx and Regards, Stefa

Maintenance mode

2014-06-30 Thread Stefan Lorenz
Hi there, is it possible to start up a Wicket Application in a maintenance mode, where no services are running (e.g. JPA); it would be helpful if the application should get an upgrade with changes at the database... Regards Stefan

JavaSerializer - Error serializing object class

2014-09-08 Thread Stefan Lorenz
Hi, with Glassfish4 we get a lot of Exceptions when a page gets serialized. org.apache.wicket.serialize.java.JavaSerializer - Error serializing object class .. org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream$ObjectCheckException: The object type is not Serializable! A prob

byte[] from SharedResourceReference

2014-10-06 Thread Stefan Lorenz
Hi, is it possible to get a byte[] from a SharedResourceReference or IResource? Thx and regards Stefan