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

Wicket examples in new version

2011-08-09 Thread marcelp
.nabble.com/Wicket-examples-in-new-version-tp3729204p3729204.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Wicket examples in new version

2011-08-09 Thread Sven Meier
be resolved. What can I do to get the examples work in the latest version? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-examples-in-new-version-tp3729204p3729204.html Sent from the Users forum mailing list archive at Nabble.com

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 marcelp
(); } }); } } Anyone got any ideas? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-examples-in-new-version-tp3729204p3729627.html Sent from the Users forum mailing list archive at Nabble.com

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

Re: Wicket examples in new version

2011-08-09 Thread Martin Grigorov
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 Nabble.com

Re: Wicket examples in new version

2011-08-09 Thread marcelp
ActionPanel(actions, item.getModel())); into item.add(new Label(actions, Select)); it does work, however it has no click functionality obviously. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-examples-in-new-version-tp3729204p3729678.html Sent from