Re: link within modal window should reload parent page

2011-04-10 Thread Martin Grigorov
since you use a page for the modal you need to call window.location for the parent window: parent.location= ...the url here ... or top.location = ... the url here ... On Sat, Apr 9, 2011 at 3:07 PM, hrbaer herber.m...@gmail.com wrote: I tried to add a AjaxLink but I didn't get it so far. This

Customize keyboard focus navigation in LinkTree

2011-04-10 Thread Martin
Hi, I want to modify the default keyboard focus navigation in LinkTree as follows: - The UP and DOWN arrow keys should move the focus to previous/next tree line - If the focus is on an expandable node, the LEFT arrow key should collapse the branch and the RIGHT key should expand the

Re: link within modal window should reload parent page

2011-04-10 Thread hrbaer
Ok, thanks. This is working. But if a user clicks on the link within the modal page a confirmation dialog pops up. http://apache-wicket.1842946.n4.nabble.com/file/n3439885/dialog.jpg (It's about a warning message for the user if he want's to leave the page (because of the redirect)). Would

Re: link within modal window should reload parent page

2011-04-10 Thread robert.mcguinness
if I remember correctly: public void renderHead(IHeaderResponse response) { response.renderOnDomReadyJavascript(if (typeof Wicket != 'undefined' Wicket.Window) Wicket.Window.unloadConfirmation = false;); } -- View this message in context:

Firefox 4: Modal windows redirect to invalid page, i.e WICKET-2207 in Firefox 4

2011-04-10 Thread Alec Swan
Hello, I just updated my Firefox to 4.0 and noticed that all modal windows on my website no longer work. When I click a link to open a modal window I get redirected to an invalid page. This is similar to issue 2207 https://issues.apache.org/jira/browse/WICKET-2207. I don't have privileges to

Re: Customize keyboard focus navigation in LinkTree

2011-04-10 Thread andrea del bene
Hi Martin, I think you could do this with A LOT of JavaScript, probably you should use JQuery and its key binding functions (keypress(), keyup(), keydown(), etc...) . Googling around I've found this post which describe a possible solution to attach JavaScript at your tree nodes:

Re: Firefox 4: Modal windows redirect to invalid page, i.e WICKET-2207 in Firefox 4

2011-04-10 Thread shetc
Modals windows in my apps still working in FF4 -- using Wicket 1.4.16 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Firefox-4-Modal-windows-redirect-to-invalid-page-i-e-WICKET-2207-in-Firefox-4-tp3440251p3440408.html Sent from the Users forum mailing list archive at