[Wicket-user] Navigation between pages

2007-02-21 Thread Peter Klassen
Hi all, just one more trivial question; ;-) which possibilities do i got to navigate from one Webpage to another after an event is triggered? Thx in advance! Peter -- View this message in context: http://www.nabble.com/Navigation-between-pages-tf3265417.html#a9077014 Sent from the Wicket -

Re: [Wicket-user] Different type of components in wicket.extensions.markup.html.tree.Tree

2006-11-24 Thread Peter Klassen
the html template) and put in nodes whatever you want. -Matej Peter Klassen wrote: Hi Eelco, thank you very much for your postings/mails. But To the topic: Suppose you wan't to create a tree: root-node with some icon-links including hints, and the regular icon/link/label-combination

Re: [Wicket-user] Different type of components in wicket.extensions.markup.html.tree.Tree

2006-11-23 Thread Peter Klassen
=label/span /div /div /wicket:panel That means, that i can't use different node components because the markup is fix for every node, right? Or is there something, that i oversaw? Thx! Peter Klassen Eelco Hillenius wrote: If you look at the Tree and DefaultAbstractTree classes, you can

[Wicket-user] Different MarkupContainer in (wicket.extensions.markup.html.tree)Tree

2006-11-19 Thread Peter Klassen
Hi all, i am searching for an approach to get different types of MarkupContainers for the different levels of nodes in a tree. E.g. at a root i want to define a panel. For a node, i want to define another panel including some labels, links and icons. The problem is the markup which is defined

[Wicket-user] BookmarkablePageLink as button with value from model

2006-09-22 Thread Peter Klassen
Hi all, just a simple, stupid question: i want to use a BookmarkablePageLink as button as described in the wicket examples for links. Additionaly i want to use a Model to fill the buttons value. How can i put these things together? For a short peace of code i would definitly be thankful. :-)