Hello,
I could reproduce in a very simple example..
Could you check it for me? I don't see any exception..
MainPage.java
-------------
add(new InlineFrame("myIframe", PageMap.forName("innerframe"),
InnerPage.class));
add(new Form("form"));
MainPage.html
-------------
<form wicket:id="form"></form>
<iframe wicket:id="myIframe"></iframe>
InnerPage.html
--------------
JavascriptUtils.writeJavascript(this.getResponse(), "var test = 'hello'");
JavascriptUtils.writeJavascriptUrl(this.getResponse(), "test.js");
None if the javascript is written in te innerpage..
When deleting the from from MainPage, the javascript is written.
Strange behaviour.
Thanks in advance !
> you sure you dont have an exception somewhere...check the console/logs
for a
> stacktrace
>
> -igor
**** DISCLAIMER ****
<A HREF="http://www.tvh.be/newen/pages/emaildisclaimer.html">
http://www.tvh.be/newen/pages/emaildisclaimer.html </A>
"This message is delivered to all addressees subject to the conditions
set forth in the attached disclaimer, which is an integral part of this
message."
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user