Problem with wicket authentication

2007-11-05 Thread Hugues Pichereau
Hi, I would like to use Wicket authentication, as in the examples. So I modified the Wicket QuickStart project to use authentication, like this: public class WicketApplication extends AuthenticatedWebApplication { public WicketApplication() { } public Class getHomePage() { return

Re: Problem with wicket authentication

2007-11-06 Thread Hugues Pichereau
point > there will tell you if your starting the correct application. Or a > breakpoint in getWebSessionClass() will tell you if the authentication > is being initalized etc... > > Regards, > Sebastiaan > > Hugues Pichereau wrote: >> Hi, >> >> I would lik

Re: Problem with wicket authentication

2007-11-06 Thread Hugues Pichereau
.) Thanks all, Hugues Hugues Pichereau wrote: > > Hi, > > I would like to use Wicket authentication, as in the examples. > So I modified the Wicket QuickStart project to use authentication, like > this: > > public class WicketApplication extends Authentica

Re: Invalid field & feedbackpanel messages

2007-11-06 Thread Hugues Pichereau
You can create a .properties file with the same name as your page, and put messages such as: myForm.myComponent.null=Please enter a non-null value as in http://www.agileskills2.org/EWDW/chapters1-3.pdf Enjoying web dev with Wicket , page 45. Regards, Hugues Pills wrote: > > Hi guys, > > I wo

Re: Problem with wicket authentication

2007-11-07 Thread Hugues Pichereau
Ok, I had just a look at the Swarm home page, and didn't go further, but promise I will look at it deeper, now I know it's simple. Swarm is designed to be plain and simple. In short this is what you need to do: 1 implement Principal (i could see about a reasonable default implementation , but my

French companies working with Wicket

2007-11-14 Thread Hugues Pichereau
Hi, I was wondering if there are companies in France (and especially near Paris) known to use Wicket (except Anyware Technologies, at Toulouse, which seems well known for that) ? Regards, Hugues - Regards, Hugues -- View this message in context: http://www.nabble.com/French-companies-work

Re: French companies working with Wicket

2007-11-16 Thread Hugues Pichereau
e a software editor company and used Wicket to develop all our web > applications since that time. > > Cheers, > > Antoine. > > Hugues Pichereau a écrit : >> Hi, >> >> I was wondering if there are companies in France (and especially near >> Paris)

Re: French companies working with Wicket

2007-11-16 Thread Hugues Pichereau
J'imagine que l'ESSEC DEV correspond aux projets internes de l'école ESSEC? godin wrote: > > Hugues Pichereau a écrit : >> Hi, >> >> I was wondering if there are companies in France (and especially near >> Paris) >> known to use Wicket (excep

Spring bean in session with annotation

2007-11-18 Thread Hugues Pichereau
I've successfully implemented Spring injection in *pages*, using annotations from the wicket-spring-annot jar. But when I try to inject a bean in the *session* class: public class WkSession extends AuthenticatedWebSession { @SpringBean private UserService userService; // getter / setter

Re: Spring bean in session with annotation

2007-11-18 Thread Hugues Pichereau
Yes, I just found it in the Javadoc of SpringComponentInjector, and was about to post it, but you have been faster! Anyway, thank you. Best regards, Hugues Timo Rantalaiho wrote: > > On Sun, 18 Nov 2007, Hugues Pichereau wrote: >> I've successfully implemented Spring in

Re: French companies working with Wicket

2007-11-19 Thread Hugues Pichereau
Tiens, j'ai bossé 5 ans dans une boite qui faisait exactement la même chose (Telemedicine Technologies) - enfin bref... Antoine Angénieux wrote: > > Hugues Pichereau a écrit : >> Since it's a french-only thread, I follow up with french language ;-) > > Ok ;) >

Re: French companies working with Wicket

2007-11-19 Thread Hugues Pichereau
Ah, c'est une idée, ça! Enfin 'paris' c'est peut être un peu réducteur, pourquoi pas french wicket user group :-) Si d'autres sont intéressés, manifestez-vous! godin wrote: > > on pourrait monter un paris wicket user group pour partagé nos > expèriences ! > Cordialement Marc > >