Re: "com.inmethod.grid.treegrid" for advanced grid with tree - is it updated for wicket 7?

2016-09-29 Thread Martin Grigorov
Hi, InMethod-Grid is available for 7.x: http://search.maven.org/#artifactdetails%7Corg.wicketstuff%7Cwicketstuff-inmethod-grid%7C7.4.0%7Cbundle Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Sep 29, 2016 at 9:33 PM, durairaj t wrote: >Do I need to rem

"com.inmethod.grid.treegrid" for advanced grid with tree - is it updated for wicket 7?

2016-09-29 Thread durairaj t
Do I need to remove the entire package (com.inmethod.grid.treegrid - auther: Matej Knoop) and should use the Wicket 7 feature (Advanced tabular tree)? I have used this package in many places in my application with the older versions of wicket. Any help?

Re: java wickets menu on image button

2016-09-29 Thread Martin Grigorov
You need to add the dropdown to the element. In the blog article you mentioned in your first email this is: The blog uses: You need to remove and use instead of . In the Java code replace: itemContainer.add(new Label("label", currentMenuItem.getLabel

Re: java wickets menu on image button

2016-09-29 Thread ASHU_JAVA
Hi Martin, Thanks for your response. Please find below the JSFiddle URL of what I want to achieve in Java Wickets. JSFiddle Example Kindly suggest solution to achieve this requirement. Thanks in advance. -- View this message in context: http://apache-

Re: java wickets menu on image button

2016-09-29 Thread Martin Grigorov
Hi, This is an image, not HTML. Wicket generates HTML, not images. I cannot help you unless you give me the HTML snippet you need to generate. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Sep 29, 2016 at 10:28 AM, ASHU_JAVA wrote: > Hi Martin, > > Thank

Re: java wickets menu on image button

2016-09-29 Thread ASHU_JAVA
Hi Martin, Thanks for your response. I need to create the following kind of image button. On clicking this Image button, a dropdown should appear containing External Links to other web applications. Kind