Re: [Wicket-user] Betr.: Write javascript to inlineframe

2007-06-25 Thread Marieke Vandamme
Yes, the writejavascript lines are indeed in the inlinepage constructor. In my example the code isn't inside InnerPage.html but inside InnerPage.java. My mistake. Thanks ! igor.vaynberg wrote: where are those writejavascript lines? in inlinepage constructor? -igor On 6/21/07, Marieke

Re: [Wicket-user] Betr.: Write javascript to inlineframe

2007-06-25 Thread Igor Vaynberg
On 6/24/07, Marieke Vandamme [EMAIL PROTECTED] wrote: Yes, the writejavascript lines are indeed in the inlinepage constructor. In my example the code isn't inside InnerPage.html but inside InnerPage.java. My mistake. Thanks ! constructor is the wrong place to write that kind of output

Re: [Wicket-user] Betr.: Write javascript to inlineframe

2007-06-22 Thread Igor Vaynberg
will try to get to it soon, maybe on the weekend -igor On 6/21/07, Marieke Vandamme [EMAIL PROTECTED] wrote: 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,

Re: [Wicket-user] Betr.: Write javascript to inlineframe

2007-06-22 Thread Igor Vaynberg
where are those writejavascript lines? in inlinepage constructor? -igor On 6/21/07, Marieke Vandamme [EMAIL PROTECTED] wrote: 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

[Wicket-user] Betr.: Write javascript to inlineframe

2007-06-21 Thread Marieke Vandamme
Do I need to report the problem with writing javascript to inlineframe on jira? Or is this already a known issue... Thanks ! Marieke Vandamme [EMAIL PROTECTED] Verzonden door: [EMAIL PROTECTED] 20/06/2007 14:00 Antwoord a.u.b. aan wicket-user@lists.sourceforge.net Aan

Re: [Wicket-user] Betr.: Write javascript to inlineframe

2007-06-21 Thread Igor Vaynberg
you sure you dont have an exception somewhere...check the console/logs for a stacktrace -igor On 6/21/07, Marieke Vandamme [EMAIL PROTECTED] wrote: Do I need to report the problem with writing javascript to inlineframe on jira? Or is this already a known issue... Thanks ! *Marieke

Re: [Wicket-user] Betr.: Write javascript to inlineframe

2007-06-21 Thread Marieke Vandamme
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