[ANNOUNCE] First Milestone release Apache Wicket 7.0.0-M1

2014-05-02 Thread Martijn Dashorst
We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect API breaks to happen over the course of the coming

Generation of wicket ids with prefix or suffix

2014-05-02 Thread Soloschenko, Tobias
Hello everyone, currently we are using the de.agilecoders.wicket.extensions.markup.html.bootstrap.contextmenu.ButtonListContextMenu and a Label to which the context menu is going to be assigned to. (contextMenu.assignTo(contextLabel)) For both components ids are going to be generated within

Ajax DatePicker on select Date

2014-05-02 Thread Neha
Hi, I am using AjaxDatePicker and onSelect of Date i want to show doted border outside(on parent i.e div,li) the date field text-box to reflect the auto save behavior.Outside means it input field could be I tried to create the same behavior as AjaxIndicatorAppender but couldn't get it working.

Re: Ajax DatePicker on select Date

2014-05-02 Thread Sebastien
Hi, If you are using the wicket-jquery-ui's DatePicker, the best would be that you reproduce the usecase in a quickstart and post it to http://groups.google.com/group/wicket-jquery-ui/ (don't forget the border javascript function) Thanks in advance best regards, Sebastien. On Fri, May 2, 2014

Link in Feedback Message

2014-05-02 Thread Entropy
I am currently putting a link into one of our feedback messages so give the user a quick way to navigate in response to a particular condition. I am doing it by just writing the tags into the message like so:String url = this.urlFor(SearchResultPage.class, new PageParameters().set(newSearch,

Re: DataTable's FilterToolbar generics broken

2014-05-02 Thread Leszek Gawron
Confused I am not :) Let me give you three examples... I. filtering with a subset of properties This is a class that worked perfectly in 1.4.19: public class CustomersDataProvider extends HibernateDataProviderCustomer implements IFilterStateLocatorCustomerFilter { @SuppressWarnings(unused)

Re: Link in Feedback Message

2014-05-02 Thread Martin Makundi
You can look at how a link/button renders its url and render that to the message. ** Martin 2014-05-02 22:01 GMT+03:00 Entropy blmulholl...@gmail.com: I am currently putting a link into one of our feedback messages so give the user a quick way to navigate in response to a particular

AjaxDatePicker

2014-05-02 Thread Kapil
Hi,I am using AjaxDatePicker and onSelect of Date i want to show doted border outside(on parent i.e div,li) the date field text-box to reflect the auto save behavior.Outside means it input field could beI tried to create the same behavior as AjaxIndicatorAppender but couldn't get it working.below