Re: database

2011-06-05 Thread meduolis
Why do you want to store images in database? I think that is not a very good idea. You better store images in your file system, and persist into database only the paths to images. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/database-tp3573282p3574812.html Sent from

Re: guice injection on WebApplication init

2011-06-05 Thread kamiseq
hi, I have one small question : how to write tests if I configured Application with GuiceWebApplicationFactory? I ve found AtUnit project but this depends on basic configuration inside application class. pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __

wicket production statistics

2011-06-05 Thread rebecca
hello friends, I really love wicket and I want to promote it in my organization. I need some promotional stuff/ presentation on wicket. Also, some statistics of usage in production sites. Can someone point me to a relevant document? Thanks Rebecca -- View this message in context: http://apache-

Re: wicket production statistics

2011-06-05 Thread Martin Grigorov
https://cwiki.apache.org/WICKET/products-based-on-wicket.html https://cwiki.apache.org/WICKET/websites-based-on-wicket.html On Sun, Jun 5, 2011 at 3:05 PM, rebecca wrote: > hello friends, > > I really love wicket and I want to promote it in my organization. > I need some promotional stuff/ presen

Re: Model detached before Validate of FormValidator

2011-06-05 Thread Per Newgro
Hi Tito, i hope i got a valid solution for you. Please check it: a) You need to use a bean. I've tried it with simple strings like (1,2,7,24) and it wasn't working. I think because the renderer is called only with index 0. I don't know if this is a palette bug or a needed feature. b) you have

Re: How to clear tags generated by AjaxRequestTarget

2011-06-05 Thread b2841...@klzlk.com
Solution: String json = getJsonDate(); RequestCycle.get().setRequestTarget(new StringRequestTarget("application/json", "UTF-8", json)); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-clear-tags-generated-by-AjaxRequestTarget-tp3575617p3575645.html Sent from

Re: AjaxSubmitLink in ModalWindow throws Submit Button is not visible exception

2011-06-05 Thread Tier
Thanks, it's help me with my problem. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxSubmitLink-in-ModalWindow-throws-Submit-Button-is-not-visible-exception-tp3570446p3576210.html Sent from the Users forum mailing list archive at Nabble.com. -