Popup new Window after Wizard:onFinish()

2009-01-25 Thread simonm
Guys, Iā€™m writing a Wizard using DynamicWizardModel such that each step is of DynamicWizardStep kind. Question number 1: I would like to popup a success message to the user (better a new popup window, a small one) after the last step, i.e. overriding the onFinish() Wizard event and then show the

How to call to a page via JavaScript

2008-12-30 Thread simonm
Hi, I would like to call to SomePage.html within my wicket project via a java script code. My project contains several pages and the navigation between the pages is done through a drop down menu (each drop down menu appears while hovering a tab-menu-panel). All popup menus are implemented using

Re: [OT] wicket users around the world

2008-12-18 Thread simonm
Tel-Aviv, Israel francisco treacy-2 wrote: to know a little bit more of our great (and vast) community, i was just wondering if you're keen on sharing where you come from and/or where you work with wicket... for instance, here argentinian/belgian working with wicket in antibes, france

Expanding table row - need idea

2008-12-17 Thread simonm
Hi guys, My goal is to create a table (with few simple columns) such that each row can be expanded (and then collapsed. for example, when the user clicks on a link icon or on a ā€˜+ā€™ link sign)., this way I can show further details (such that the content of the details span on all columns) Simply ā€“

Re: WebMarkupContainer within WebMarkupContainer not updated when Ajax update

2008-12-03 Thread simonm
Rantalaiho wrote: On Tue, 02 Dec 2008, simonm wrote: div wicket:id=wmc1 div wicket:id=wmc2 ... The problem: wmc1 is updates while Ajaxing it (wmc1 was added as a target for some ajax component), while wmc2 not!! I thought that wmc2 should be updated too since

WebMarkupContainer within WebMarkupContainer not updated when Ajax update

2008-12-02 Thread simonm
My WebPage consists of two WebMarkupContainer: one is the parent of the other. The two WebMarkupContainer are encapsulated within a div tag as the following: div wicket:id=wmc1 div wicket:id=wmc2 table cellpadding=0 cellspacing=5 class=filterBy