Re: London Wicket Event - 3rd June @ Google (2 years on)

2009-05-20 Thread Александър Шопов
Will the event be taped and made available onle? Kind regards: al_shopov - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Where is the Wicket+hibernate example of Francisco Treacy

2009-05-17 Thread Александър Шопов
This message by Francisco Treacy to the mailing list http://osdir.com/ml/users-wicket.apache.org/2009-03/msg00989.html points to an example, that is no longer online. Does anyone else have a similar example? Kind regards: al_shopov

Re: Switchable panel via select ajax

2008-12-10 Thread Александър Шопов
В 19:07 +0100 на 10.12.2008 (ср), Sven Meier написа: Why don't you just replace the current panel depending on a selection in your select field, see: MarkupContainer#addOrReplace(Component) Much easier than tinkering with the internals of Wicket's rendering. Yeah, you are totally right -

Switchable panel via select ajax

2008-12-09 Thread Александър Шопов
Hi guys, I was wondering of a good strategy of making a panel that is changed via ajax by a select field. I was aiming at easy maintainability of the code, and thought of the following. +-+-++---+ |typeOfPan|V|| | +-+-+| Panel

RE: Controlling tinyMCE component

2008-10-27 Thread Александър Шопов
So, for example, to disable the second toolbar row you can overwrite the toJavaScript method of the TinyMCESettings object and do something like Thanx, Seems just the right approach. The toJavaScript way will allow me to do even further customizations. Kind regards: al_shopov

Re: Editable drop down component

2008-10-27 Thread Александър Шопов
В 17:27 +0100 на 27.10.2008 (пн), Nino Saturnino Martinez Vazquez Wael написа: Theres also the object auto complete in wicketstuff... OK. I will look into both wicketstuff autocomplete and AutoCompleteTextField. On retrospect - my question is quite a beginners' one. Apart from Component

Comparing Spring with Guice (and...) for Wicket

2008-10-25 Thread Александър Шопов
Hi guys, I have just read the 13-th chapter - Multitiered architectures of the nice book Wicket in Action. In it the authors show how to set up a web filter that injects references to DAOs using the Spring framework. Still the authors say that they prefer Guice. Apart from that - I am not well