Listing all the mounted pages

2012-01-27 Thread lucaabbati
Hi everybody, I have a question and I couldn't figure out on my own the answer...neither reading here nor looking documentation around. There is a way to list all the pages mounted? For example, let's say that in the init method of my Application I did the following: mountPage("page1", Class1Na

Possible to show ExceptionErrorPage after showing our own error page?

2012-01-27 Thread Chris Merrill
We've replaced wicket error pages with our own, based on instructions here: https://cwiki.apache.org/WICKET/error-pages-and-feedback-messages.html We would like developers to see what the users are going to see, so we don't want to disable this feature during development. We would, however, like t

RE: Wicket Feedback panels and Hibernate Validation

2012-01-27 Thread Wooldridge, Keith A
No luck with this. I tried checking message.getReporter() and it's always the form instead of the field. Keith Wooldridge -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Friday, January 27, 2012 3:24 AM To: users@wicket.apache.org Subject: Re: Wicket Feedb

Re: File upload progress bar

2012-01-27 Thread azatmar
PLease add in WicketApplication class in init() method getApplicationSettings().setUploadProgressUpdatesEnabled(true); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/File-upload-progress-bar-tp3255359p4331533.html Sent from the Users forum mailing list archive at

Re: handling request to component - the wicket way

2012-01-27 Thread kamiseq
ok, thanks I ll look at it during weekend pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: Wicket Feedback panels and Hibernate Validation

2012-01-27 Thread Martin Grigorov
Hi, On Thu, Jan 26, 2012 at 10:36 PM, Wooldridge, Keith A wrote: > I'm trying to create a custom hibernate validator , based on bradhouse's > solution in this StackOverflow > thread. >  I'm pass

Re: handling request to component - the wicket way

2012-01-27 Thread robert.mcguinness
threw it up on heroku in case you didn't' want to use gradle too see examples. last two components (dropdown, session login button) are incomplete at the moment. http://wicket-stateless.herokuapp.com/?counter=8 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/handling

Re: Stateless forms on Wicket 1.5.4

2012-01-27 Thread Martin Grigorov
Hi, Yes, there is a bug. Please create a ticket. 2012/1/26 André Camilo : > Hi, > > I think wicket 1.5.4 has a problem with stateless forms. > > On the example > http://www.wicket-library.com/wicket-examples/stateless/state-in-url , doing > the following steps: > > Submit value 10 - Value submitt