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