Re: navigation menu

2011-06-09 Thread hubert_hupe
cannot be resolved to a type Am 08.06.2011 um 17:51 schrieb Fatih Mehmet Ucar: http://code.google.com/p/wicket-menu/ Not complete but if you see the source code, it will give you an idea. cheers, -fatih On 8 June 2011 16:28, hubert_hupe hubert_h...@gmx.de wrote: hi guys, i have

Re: navigation menu

2011-06-09 Thread hubert_hupe
: Am 08.06.2011 um 17:51 schrieb Fatih Mehmet Ucar: http://code.google.com/p/wicket-menu/ Not complete but if you see the source code, it will give you an idea. cheers, -fatih On 8 June 2011 16:28, hubert_hupe hubert_h...@gmx.de wrote: hi guys, i have no clue how to create a simple

navigation menu

2011-06-08 Thread hubert_hupe
hi guys, i have no clue how to create a simple navigation bar like this: http://net.tutsplus.com/tutorials/javascript-ajax/a-different-top-navigation/ if possible i need images for the headlines. when you move the mouse over the menu it drops down - there are millions of website with this

Re: tree do not stay open tree collapsed after setResponsePage

2011-05-26 Thread hubert_hupe
, May 25, 2011 at 11:09 AM, hubert_hupe hubert_h...@gmx.de wrote: hi folks, i get wicket with the wicket... what do i have is a simple tree in page X. after click a node i do a redirect to pageY. so far so good. but the tree collapsed after the redirect. it seems the tree is rebuild after

Re: tree do not stay open tree collapsed after setResponsePage

2011-05-26 Thread hubert_hupe
it with : target.addComponent(panel) On Thu, May 26, 2011 at 11:19 AM, hubert_hupe hubert_h...@gmx.de wrote: hi, i do not reload the page - or rather the page reloads itself. the page has two div areas in the markup and i load the target page into one div and the tree in the other. regards

tree do not stay open tree collapsed after setResponsePage

2011-05-25 Thread hubert_hupe
hi folks, i get wicket with the wicket... what do i have is a simple tree in page X. after click a node i do a redirect to pageY. so far so good. but the tree collapsed after the redirect. it seems the tree is rebuild after the click. its a kind of postback behavior. my question is: what can

Re: tree

2011-05-19 Thread hubert_hupe
, AjaxRequestTarget target) { } Sven On 05/18/2011 05:27 PM, hubert_hupe wrote: Oh my goodness, ok. there was an object that was null. error is gone. BUT still no event is fired when i click on a node in the tree. as a kind of template i tried to adapt the following for the tree: add

tree

2011-05-18 Thread hubert_hupe
hello, after hours of researching and trying get a simple tree running iam completely frustrated. i added a tree to the website in this way: public class Test extends WebPage { protected TreeModel createTreeModel() { ListObject l1 = new ArrayListObject();

Re: tree

2011-05-18 Thread hubert_hupe
18.05.2011 11:44, schrieb hubert_hupe: hello, after hours of researching and trying get a simple tree running iam completely frustrated. i added a tree to the website in this way: public class Test extends WebPage { protected TreeModel createTreeModel() { ListObject l1 = new

Re: tree

2011-05-18 Thread hubert_hupe
, 2011 at 3:24 PM, hubert_hupe hubert_h...@gmx.de wrote: hi sven, here it is. cheers hubert WicketMessage: Can't instantiate page using constructor public com.reporting.SignIn(org.apache.wicket.PageParameters) and argument Root cause: java.lang.NullPointerException