current page highlighting

2014-12-30 Thread K
Hi all i am trying to create dynamic navigation links in which current page link should be highlighted but i am unable to get desired outcome. i am using listview to display my menu items but unable to highlight the current page link. please suggest necessary changes

Re: How do I get the current page?

2014-12-30 Thread K
Hi i am working on the same thing and i have not been able to achieve the desired outcome. i would appericiate any suggestions. i have posted complete details here http://apache-wicket.1842946.n4.nabble.com/current-page-highlighting-td4668902.html

Re: How do I get the current page?

2014-12-30 Thread Richard W. Adams
Not inclined to click on untrusted links, for security reasons. When you say get the current page, where do you want to get it FROM? If you're in the page code itself, it's just this. If you want it from somewhere else, describe what you're trying to achieve. From: K

Re: Page Expired

2014-12-30 Thread andrea del bene
Hi, with Wicket 6.17.0 do still have this problem? Can you create a quickstart to reproduce this problem? Thank you. Dear all I wrote an openid provider web application with 6.14.0 (upgrade from 1.5.3 gradually) which enabled ssl and url encryption. Everything worked fine until I upgrade

Re: current page highlighting

2014-12-30 Thread andrea del bene
Hi, the code looks correct. You should debug return line 'return getPage().getClass().equals(...' and see why the condition is always false. Hi all i am trying to create dynamic navigation links in which current page link should be highlighted but i am unable to get desired outcome. i am

Re: How do I get the current page?

2014-12-30 Thread K
Hi Aksarben i have a web application in which there are six links in main menu. i want my app to highlight the link that is selected. http://apache-wicket.1842946.n4.nabble.com/file/n4668907/Capture.png My code: ListHeaderListItems is list of pojo item. my pojo has two fields label(String)

Re: setResponsePage forward solution options

2014-12-30 Thread prasad.bhandagi
Created ticket https://issues.apache.org/jira/browse/WICKET-5797 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/setResponsePage-forward-solution-options-tp4668893p4668908.html Sent from the Users forum mailing list archive at Nabble.com.