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 W

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 ja

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, > f

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
Timo, Thanks a lot for your reply, regarding your answer I’m suspecting that something is probably wrong with the Model of wmc2. I would like please to show how did I implemented the Model of wmc2 and hopefully you’ll notice something wrong over there: final WebMarkupContainer wmc1= new WebMarkup

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: ... ... ...

Label & Link item within a same table cell

2008-11-27 Thread simonm
I am drawing a table using DataView and implement the populateItem method to add every table row item. One of my table cell should display a simple text OR a link OR both (e.g. the cell will have a text, and a link beneath – both in the same cell) My HTML snippet: …. … [Here should come