Re: how to disable the table while it is empty in wicket

2014-06-22 Thread kumar ramanathan
Hi Martin, My Issue got resolved. I have used the empty list . Thanks, Kumar -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-disable-the-table-while-it-is-empty-in-wicket-tp4666308p4666355.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Error search message in same page

2014-06-22 Thread K
My Java code: String JOBNUMBER = params.get("jobnumber").toString(); list = DBUtils.retrieveJob(JOBNUMBER); if(list.size() == 0){ */setResponsePage(SearchError.class);/* }else{

Re: [ANNOUNCE] WicketStuff 6.16.0 is released

2014-06-22 Thread Sven Meier
Hi Martin, many thanks for taking care of the release. Sven On 06/22/2014 11:34 AM, Martin Grigorov wrote: Hi, WicketStuff core 6.16.0 based on Apache Wicket 6.16.0 is released and soon will be available in Maven Central. The changelog for this release is: Martin Tzvetanov Grigorov (7):

[ANNOUNCE] WicketStuff 6.16.0 is released

2014-06-22 Thread Martin Grigorov
Hi, WicketStuff core 6.16.0 based on Apache Wicket 6.16.0 is released and soon will be available in Maven Central. The changelog for this release is: Martin Tzvetanov Grigorov (7): Build against 6.16.0-SNAPSHOT [wicket-poi] Fixes #302 - Do not reset the cellExporter after parsing the

Re: Wicketstuff snapshots

2014-06-22 Thread Maxim Solodovnik
If you mean the latest changes will not be released, it is OK This is the very beginning of "huge modification" cycle :) On 22 June 2014 15:37, Martin Grigorov wrote: > Hi Maxim, > > I see you make changes to whiteboard project. > I've started the release process this morning, so I'm not sure w

Re: Wicketstuff snapshots

2014-06-22 Thread Martin Grigorov
Hi Maxim, I see you make changes to whiteboard project. I've started the release process this morning, so I'm not sure whether your last changes will make it ... Martin Grigorov Wicket Training and Consulting On Sat, Jun 21, 2014 at 10:05 PM, Martin Grigorov wrote: > I can deploy snapshots my