Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-11 Thread Alex Objelean
I think, that it would be a great idea to have a project contribution based on jQuery js framework with a possibility to extend easily widgets (jQuery plugins).. similar to wicket-contrib-yui. Alex ZedroS Schwart wrote: > > Would it be possible to have such a menu directly among wicket's > co

Re: [Wicket-user] Instructions for using WICKET-126

2007-03-11 Thread Kent Tong
Jean-Baptiste Quenot apache.org> writes: > That's right, with this new feature you don't need to restart your > webapp in most cases. Will it invalidate the session? - Take Surveys. Earn Cash. Influence the Future of IT

Re: [Wicket-user] Reverting the constructor change of 2.0

2007-03-11 Thread Scott Swank
I favor (c) as well. A release always takes substantial time so the fewer the better. In fact, if backporting anything else into 1.3 ends up being more trouble than anticipated then I vote for rolling it into 1.4 (along with Java5). Cheers, Scott

Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-11 Thread ZedroS Schwart
Would it be possible to have such a menu directly among wicket's components ? It would be great ! ZedroS - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to

Re: [Wicket-user] How to set TABPanels'titel to EscapeModel(false)

2007-03-11 Thread Igor Vaynberg
add an rfe for a factory method for that label -igor On 3/11/07, Stefan Lindner <[EMAIL PROTECTED]> wrote: How can I set the TabPanel'S title labe to excapteModelStrings(false)? Of cource, I can make my OwnTabPanel extends TabPanel and overwrite the whole constructor but I think this is not a

[Wicket-user] How to set TABPanels'titel to EscapeModel(false)

2007-03-11 Thread Stefan Lindner
How can I set the TabPanel'S title labe to excapteModelStrings(false)? Of cource, I can make my OwnTabPanel extends TabPanel and overwrite the whole constructor but I think this is not a good design. The panel title is simly created in a leeop with new label(.); And I can't see how to

Re: [Wicket-user] Property file substitution

2007-03-11 Thread Alexandre Bairos
oops. Of course the idea is to use the page.properties file as your filtersfile too. On 3/11/07, Alexandre Bairos <[EMAIL PROTECTED]> wrote: You can easily achieve this with ant filtering, for exa

Re: [Wicket-user] Property file substitution

2007-03-11 Thread Alexandre Bairos
You can easily achieve this with ant filtering, for example. ant file snippet: (...) page.properties: my.label=My homepage [EMAIL PROTECTED]@ is neat. my.label2 = My other page [EMAIL PROTECT

Re: [Wicket-user] AJAX validation

2007-03-11 Thread Igor Vaynberg
On 3/11/07, Arnout Engelen <[EMAIL PROTECTED]> wrote: Igor Vaynberg schreef: > this bug has been fixed in 1.2.5. Cool! Any idea why it manifests itself only on 1 of our environments? maybe different servlet containers map urls slightly differently? for me it was reproducable consistently. w

Re: [Wicket-user] AJAX validation

2007-03-11 Thread Arnout Engelen
Igor Vaynberg schreef: > this bug has been fixed in 1.2.5. Cool! Any idea why it manifests itself only on 1 of our environments? > what problems did you have in 1.2.5? most of them have been fixed and > you can build the branch yourself until we release 1.2.6 For some reason at random times the w