Wicket 1.6.7 TabbedPanel URL Access

2014-04-07 Thread Jeremie
y are redirected to another TabbedPanel tab that displays customized content based on the parameters passed in the URL. Any help would be appreciated. Thanks, Jeremie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-6-7-TabbedPanel-URL-Access-tp4665280.html Sent fro

Re: Wicket: DropDownChoice onChange open response page in right frame

2013-08-07 Thread Jeremie
In fact, pageURL returns nothing. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-DropDownChoice-onChange-open-response-page-in-right-frame-tp4660763p4660771.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Wicket: DropDownChoice onChange open response page in right frame

2013-08-07 Thread Jeremie
+ pageURL + ";"); } }); Based on the code I provided, is this JS code supposed to work? I add this code inside LeftFrame.java/.html, and I want to reference the html of BodyFrame. Thanks again, Jeremie -- View th

RE: Wicket: DropDownChoice onChange open response page in right frame

2013-08-07 Thread Jeremie
target.appendJavaScript("window.frames['body'].frames['right'].location=" + pageURL + ";"); } }); Based on the code I provided, is this JS code supposed to work? I add this code inside LeftFrame.java/.html,

Wicket: DropDownChoice onChange open response page in right frame

2013-08-07 Thread Jeremie
sing RepeatingView or ListView to make my "options" links, in which case I could perhaps add the target attribute. Thanks for your help, Jeremie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-DropDownChoice-onChange-open-response-page-in-right-frame-tp