[Wicket-user] Trim user input

2007-03-17 Thread genepi
Hi, Is there a way to specify that user input in a text field component has to be trimmed from white spaces, before the field content is transfered in the model? I haven't found a AbstractTextComponent.setTrimmed(boolean trim) method. Neither a TrimStringConverter class... -- Pierre Métras --

Re: [Wicket-user] Trim user input

2007-03-17 Thread genepi
Hi again, Forget about it. I couldn't post a message and search the list at the same time. Wicket already trim input the way I need it... -- Pierre Métras -- View this message in context: http://www.nabble.com/Trim-user-input-tf3419902.html#a9531712 Sent from the Wicket - User mailing list

Re: [Wicket-user] How to get a dynamic home page?

2007-03-09 Thread genepi
Hi, Eelco Hillenius wrote: You can read them in in your home page's constructor ((WebApplication)Application.get()).getInitParameter(foo) I forgot to tell that there is no difference between the home page and secondary pages. In secondary pages, I can obtain dynamic information from