Re: TabbedPanel customization ?

2009-01-04 Thread Alex Objelean
Use CSS for styling customization. Piotr Jakubowski wrote: Hi, Is it possible to tell TabbedPanel where to put its inner elements and override the default action? I would like to have the tab content in some other place than it is usually. And I am thinking whether it is possible

pb to access to this on event onchange on the AutoCompleteTextField

2009-01-04 Thread Olivier Dutrieux
I would like create a component that extends AjaxEditableLabel with replace TextField with AjaxEditableAutoComplete. And I discovert a problem in the wicket-autocomplete.js when the event onchange is rewriting (line 83) : // WICKET-1280 objonchangeoriginal=obj.onchange;

TabbedPanel customization ?

2009-01-04 Thread Piotr Jakubowski
Hi, Is it possible to tell TabbedPanel where to put its inner elements and override the default action? I would like to have the tab content in some other place than it is usually. And I am thinking whether it is possible somehow using TabbedPanel or I should write the whole thing from scratch.

Re: What is your experience on the time of development ?

2009-01-04 Thread Xhelas
This is a very interesting and surprising post in this forum. Do you have further explanation about your superior productivity using Grails? Is this due to the kind of applications you developp or to special tools that comes with this framework? Is the key stone groovy? Thanks for your

Re: Twenty Six Wicket Tricks

2009-01-04 Thread ZedroS
Jonathan Locke wrote: yeah. good one. oh oh... so I'll have to buy this book ;) lol bye zedros -- View this message in context: http://www.nabble.com/Twenty-Six-Wicket-Tricks-tp21214357p21280822.html Sent from the Wicket - User mailing list archive at Nabble.com.

Modal window - chagne width and height

2009-01-04 Thread Vitek Tajzich
Hi, Is it possible to resize Modal Window by ajax? I need for some reason to resize currently opened window. I've been looking on google and mailing list and I didn't found anything usable. I also looked into javascript for modal window and I think It should be possible.. Thanks..

Re: Modal window - chagne width and height

2009-01-04 Thread Sébastien Piller
Hi, I doubt such a feature is implemented in the wicket code most likely, you will need to call the javascript function window.resizeTo yourself, with an AjaxBehavior (ie AjaxAbstractDefaultBehavior#respond and AjaxRequestTarget#appendJavascript) Vitek Tajzich wrote: Hi, Is it

Re: What is your experience on the time of development ?

2009-01-04 Thread Nino Martinez
Hi Curtis You cant really compare wicket against Grails, Wicket is not a full stack framework (Wicket is only a webframework).. And actually Grails can run with wicket too[1]... Or are you saying that dynamic languages are better than type safety? Not that I want to start a religious war

Re: What is your experience on the time of development ?

2009-01-04 Thread Jason Lea
Well, funny you should mention this... I had a thought a few weeks ago about starting a blog to show how I have been doing TDD with Wicket. It seems like it is quite easy to do, but there were not many posts discussing ways do do some testing or examples of testing things ajax components etc

Re: Modal window - chagne width and height

2009-01-04 Thread Vitek Tajzich
Hi, actually there is now JS function resizeTo :-( V. 2009/1/4 Sébastien Piller pi...@hmcrecord.ch Hi, I doubt such a feature is implemented in the wicket code most likely, you will need to call the javascript function window.resizeTo yourself, with an AjaxBehavior (ie