Re: Wicket need Votes! :-)

2016-02-17 Thread ndongo yaya
Done ! -- Yaya Ndongo 2016-02-17 7:47 GMT+02:00 Anup Gokhale : > + 1 > > Anup Gokhale > > -Original Message- > From: Francois Meillet [mailto:francois.meil...@gmail.com] > Sent: 16 February 2016 18:38 > To: users@wicket.apache.org > Subject: Re: Wicket need Votes! :-) > > +1 > > François

Re: [ANNOUNCE] Apache Wicket 6.24.0 Released

2016-07-22 Thread ndongo yaya
Hi, Thanks so much for this new release. Just a minor update : * http://s.apache.org/wicket6migrate is a dead link :( Best Regards, Yaya 2016-07-21 17:55 GMT+02:00 Martijn Dashorst : > The Apache Wicket PMC is proud to announce Apache Wicket 6.24.0! > > Apache Wicket is an open source Java

Re: Showing images without wicket component

2016-07-22 Thread ndongo yaya
Hi ! If you're changing your image with Ajax, you could use the static path as Christoph suggested with AjaxRequestTarget : target.appendJavascript("$('yourselector').attr('src', './yourstaticpath'); Regards, Yaya 2016-07-22 10:47 GMT+02:00 Christoph Läubrich : > You kan provide static conte

Re: How to get the browser height and width in wicket 1.5 ?

2016-07-25 Thread ndongo yaya
Hello, I believe you need to add *getRequestCycleSettings().setGatherExtendedBrowserInfo(true) *to your application's init method. Take a look at *ClientProperties.class* for the complete javadoc. Regards, Yaya 2016-07-25 15:26 GMT+02:00 durairaj t : > The below code is giving *-1* for height a

Re: AutocompleteTextField on submit : The value of .. is not a valid ...

2016-10-30 Thread ndongo yaya
Hi, I think that you're missing an instance variable "test" of type TestBean inside your component. It's the variable that us used for the Property Model Regards, Yaya Ndongo On Oct 27, 2016 16:16, "ganea iulia" wrote: > Hi, > > Please help me with following issue: > > > I'm using wicket 7. >

Re: Christmas / new year [NON-BIZ]

2016-12-24 Thread ndongo yaya
Joyeux Noël tout le monde. On Dec 24, 2016 16:21, "Martin Grigorov" wrote: Let me correct myself! Честита Коледа! On Dec 24, 2016 5:06 PM, "Zala Pierre GOUPIL" wrote: > Joeux Noel ! (french version) > > > > Le 24 déc. 2016 15:46, "Michael Mosmann" a écrit : > > > Merry Christmas:) > > > > M

Missing code examples

2019-01-18 Thread ndongo yaya
Hello, The wicket-examples is a great tool for reference. http://examples7x.wicket.apache.org/index.html Although, I've noticed that for the authentication 2 and authentication 3 examples, w

Re: Missing code examples

2019-01-19 Thread ndongo yaya
e both > java and html are available > > On Sat, 19 Jan 2019 at 11:36, ndongo yaya wrote: > > > Hello, > > The wicket-examples is a great tool for reference. > > http://examples7x.wicket.apache.org/index.html > > > > Although, I've noticed that for the authe

Re: Missing code examples

2019-01-20 Thread ndongo yaya
rce Code window > > https://github.com/apache/wicket/blob/master/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel.java > - this is 'master' branch. > > Greetings! > Martin > > On Sat, Jan 19, 2019 at 8:53 PM ndongo yaya wrot