Re: how to add field to event in a wicket.jquery.ui calendar

2014-01-13 Thread Selom
regards. s-quickstart.zip http://apache-wicket.1842946.n4.nabble.com/file/n4663644/s-quickstart.zip - Selom -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-add-field-to-event-in-a-wicket-jquery-ui-calendar-tp4663617p4663644.html Sent from the Users forum

how to add field to event in a wicket.jquery.ui calendar

2014-01-10 Thread Selom
this: Part of the event popup. But after clicking on the save button from the dialog, my field is not showned in the calendar (like the title) Any help would be appreciate. Thanks to you in advance. - Selom -- View this message in context: http://apache-wicket.1842946.n4

Re: RadioGroup selected model value

2013-12-16 Thread Selom
Hi Sven, Thanks for the clarification . Now I understand much more. I tried out your code your code with the following modification. Now when the page is shown , * the object with value debut2 is effectively selected as expected*. I Thanks you . - Selom -- View this message

RadioGroup selected model value

2013-12-13 Thread Selom
Hello, I confess I don't understand wicket radiogroup ( and model ). i spent too much time with it . Here is my problem. *AgPage.html* I would like to have debut2 to be *selected *, since visible = true. Thanks for tour help. - Selom -- View this message

SortableDataProvider doesn't want to sort my list

2013-11-15 Thread Selom
Hello Everyboby, //piece of ListeNvxEntrantsPage.html When I click on the nom header nothing happened and no error in the logs. Could you help me please ? Thanks to you in advance. -- View this message in context:

Re: Another same probleme with wicket:enclosure tag[SOLVED]

2013-11-14 Thread Selom
/div And it works as expected. That's a best pratices I think. Next time. Selom wrote When formulaireRechercheAgent is submitted, formulaireAgent come with * null value

Another same probleme with wicket:enclosure tag

2013-11-13 Thread Selom
Hi, Need your help ... in MyPage .java { //bla bla ... private class FormulaireRechercheAgent extends FormAgent{ public FormulaireRechercheAgent(String id) { super(id,new

Re: Another same probleme with wicket:enclosure tag

2013-11-13 Thread Selom
Hello, Thanks you for yours reply. Of course, I want to show my label if only if the form formulaireRechercheAgent is submitted successfully. I believe the form is not called yet , since I can not reach the html page. Sincerly yours. -- View this message in context:

Re: Another same probleme with wicket:enclosure tag

2013-11-13 Thread Selom
You are right, adding add(labelAgentMailpro) beforesolved the problem. Thank you very much. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Another-same-probleme-with-wicket-enclosure-tag-tp4662371p4662378.html Sent from the Users forum mailing list

Re: Another same probleme with wicket:enclosure tag

2013-11-13 Thread Selom
Now I replace the label by a form like this private FormulaireAgent formulaireAgent = new FormulaireAgent(formulaireAgent, new Agent()){ @Override protected void onConfigure(){ if (agentBySesame==null){

Wicket integration with Spring ldap

2013-11-04 Thread Selom
Hello, I am crushing with my hairs with the following problem. I don't know why Wicket won't instantiate my ldap bean. Here is the *web.xm*l ?xml version=1.0 encoding=ISO-8859-1? web-app xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Wicket integration with Spring ldap

2013-11-04 Thread Selom
Hi, I removed the SpringContext filter but still got the same error . Then I changed the configuration based on the how to setup Wicket+Spring with annotation based (@Configuration) https://github.com/jWeekend/LegUp/tree/master/wicket-spring-jpa of yours. @Configuration

jquery.ui.calendar.Calendar disable next button

2013-10-22 Thread Selom
Hello; Need your help again . I 'd like to disable the next buton when moving the calendar one step forward at my specified date let say 31 december. I there any *option * to do that ? Thanks in advance. -- View this message in context:

Re: jquery.ui.calendar.Calendar disable next button [SOLVED]

2013-10-22 Thread Selom
I did not see the 2 methods onViewRender and isViewRenderEnabled but I saw *isViewDisplayEnabled *and *onViewDisplay *in the ICalendarListener. I override them with the your code above. wonderful . It works nicely ... Thank you again . -- View this message in context:

Re: wicket- jqueryui Kendo DateTimePicker timePattern

2013-10-18 Thread Selom
Hi, Sorry I did not explain very well my problem. I am using the DateTimePicker (because i need the date ) class and there no constructor with such options ? Thanks. -- View this message in context:

Re: wicket- jqueryui Kendo DateTimePicker timePattern [RESOLVED]

2013-10-18 Thread Selom
. Thank you for you help. Sebastien wrote Hi, You can override DateTimePicker#newTimePicker Best regards, Sebastien. On Fri, Oct 18, 2013 at 9:53 AM, Selom lt; pierre.kouvel@ gt; wrote: Hi, Sorry I did not explain very well my problem. I am using the DateTimePicker (because i

wicket- jqueryui Kendo DateTimePicker timePattern

2013-10-17 Thread Selom
Hi, In *com.googlecode.wicket.jquery.ui.kendo.datetime.DateTimePicker* How Can I change the Time pattern ?. Instead of having the list 00:00 00:30 1:00 23:30 I would like to have only my own *9:00 9:45 10:30 11:15* for exemple. Thank for your help. -- View this message in

Re: jquery.ui.calendar hiddenDays

2013-10-07 Thread Selom
Hi! I upgraded from 6.7 to 6.11.0 and It works. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jquery-ui-calendar-hiddenDays-tp4661704p4661728.html Sent from the Users forum mailing list archive at Nabble.com.

jquery.ui.calendar hiddenDays

2013-10-04 Thread Selom
Hi, For going forward with I am using wicket-jqueryui https://github.com/sebfz1/wicket-jquery-ui/ . I would like to hide some days in the calendar, setting like this : options.set(hiddenDays,[2,5]); But nothing happened. I noticed also that there is no such *hiddenDays *in the

Calendar set Locale

2013-09-25 Thread selom
Hi everybody. I am a newby with wicket ... Actually I am using jquery.ui.*calendar*. Nice. And I don't know how to set this Locale from English to *French*. Thanks for you help. Regards. -- View this message in context:

Re: Calendar set Locale

2013-09-25 Thread selom
Hello, I am using https://github.com/sebfz1/wicket-jquery-ui/ -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Calendar-set-Locale-tp4661491p4661493.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Calendar set Locale [SOLVED]

2013-09-25 Thread Selom
Hi Seb, Like someone says, it works like clockwork. Thanks you very much. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Calendar-set-Locale-tp4661491p4661496.html Sent from the Users forum mailing list archive at Nabble.com.