Hi Martin,

Martin Grigorov <mgrigo...@apache.org> schreef:


How can I have an Ajax submit with the same behavior as 'target="_blank"'?


The question is: does it need to be Ajax submit at all ? With non-Ajax
submit the '_blank' will be used and the current page with the iframe won't
be reloaded.

If you want to be Ajax submit then do something like:
target.appendJavaScript("window.open('', "+newUrl+")")



For rendering on errors I need ajax behavior in the InlineFrame, so I will try the javascript option. Thanks for your feedback.

Haiko




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to