Re: Wicket examples in new version

2012-07-17 Thread michael fliegner
Had the same Question. Look at FormPage.java, FormPage.html and FormPage$ActionPanel.html in the wicket examples. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-examples-in-new-version-tp3729204p4650570.html Sent from the Users forum mailing list archive at Na

Re: Wicket examples in new version

2011-08-09 Thread marcelp
Hi martin, Like i said in my first post, when I import as Mavenproject then it works fine. When I copy and paste some of the files from the examples to my true project (like what i am doing with the simplepage because I need this exactly) it doesn't work completely. What I first noticed is that so

Re: Wicket examples in new version

2011-08-09 Thread Martin Grigorov
How exactly do you start the examples ? I run org.apache.wicket.examples.StartExamples as Java Application and all repeaters work fine in current trunk. On Tue, Aug 9, 2011 at 2:11 PM, marcelp wrote: > THe HTML code got deleted in previous message. Should read:    span > wicket:id="actions" [acti

Re: Wicket examples in new version

2011-08-09 Thread marcelp
THe HTML code got deleted in previous message. Should read:span wicket:id="actions" [actions] with brackets -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-examples-in-new-version-tp3729204p3729633.html Sent from the Users forum mailing list archive at Nabbl

Re: Wicket examples in new version

2011-08-09 Thread marcelp
Hmm, I can't seem to get to the problem myself. Last cause: Failed to find markup file associated. ActionPanel: [ActionPanel [Component id = actions]] Root cause:org.apache.wicket.markup.MarkupNotFoundException: Failed to find markup file associated. ActionPanel: [ActionPanel [Component id = acti

Re: Wicket examples in new version

2011-08-09 Thread marcelp
Hi Sven, You are right. I did mix them up. I got it compiling now but I get runtime exceptions. I might come back ;-0 Thanks for the hint. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-examples-in-new-version-tp3729204p3729516.html Sent from the Users forum

Re: Wicket examples in new version

2011-08-09 Thread Sven Meier
Seems you're mixing 1.4.x examples with 1.5 core, you should check your classpath. Hope this helps Sven On 08/09/2011 09:29 AM, marcelp wrote: Hello, I ran the wicket examples in my Eclipse without any problems (after importing as Maven project from the src/wicket-examples). The wicket versio