Wicket: DropDownChoice onChange open response page in right frame

2013-08-07 Thread Jeremie
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-tp4660763.html Sent from the Users forum mailing list archive

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

2013-08-07 Thread Martin Grigorov
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-tp4660763

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

2013-08-07 Thread Jesse Long
, Jeremie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-DropDownChoice-onChange-open-response-page-in-right-frame-tp4660763.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
+s1842946n4660765...@n4.nabble.com] Sent: August 7, 2013 07:30 To: Jeremie Subject: Re: Wicket: DropDownChoice onChange open response page in right frame Hi Jeremie, You can use javascript: target.appendJavascript(top.frames['myframename'].location=' + urlFor(TraineeView.class

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

2013-08-07 Thread Jeremie
, 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 this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-DropDownChoice-onChange-open-response-page-in-right-frame

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