property file and stringresourcemodel

2011-05-06 Thread Clément Tamisier
Hi, I am wondering about stringresourcemodel stategy to retrieve label in properties file. In the join project which can be launch with mvn clean compile jetty:run : I run public class MyModalWindow extends ModalWindow { private static int height = 700; public MyModalWindow(String id) {

Re: exception when last tab of AjaxTabbedPanel is removed

2010-08-31 Thread Clément Tamisier
Hi, thank you. It will be fix in wicket 1.4.11. 2010/8/27 Pedro Santos pedros...@gmail.com I think it is fixed: https://issues.apache.org/jira/browse/WICKET-2828 On Thu, Aug 26, 2010 at 5:50 PM, Clément Tamisier clement.tamis...@gmail.com wrote: Hi, I am using wicket 1.4.6

exception when last tab of AjaxTabbedPanel is removed

2010-08-26 Thread Clément Tamisier
Hi, I am using wicket 1.4.6 and AjaxTabbedPanel class. I add and remove tabs dynamically. I have an exception when i remove the last tab (no problem when tabs1). When I debug i see that getSelectedTab() return 0 and tabs in TabbedPanel is empty. Do you have any ideas. Thank you Clément