Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
Hi, The method signature has been changed with https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/84cb4da562962f84777b1c0236686fa45ec733cb#diff-dc8352ea497aaf9b82e1c5ad5803314e I think the problem should disappear if you rebuild your application against wicket-bootstrap 0.9.0-SNAPSHOT On

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Hi Martin, thanks for answering. Seems i have the latest with the code changes. I have delete the dependend local .m2 repositories and rebuild the app new with the same result. The codes are here: https://github.com/terrytornado/wicket-sample I don't know what i'm doing wrong. Sorry. Stephan

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
Works OK here. Maybe because I have wicket-bootstrap local build ... I've added jetty-maven-plugin to be able to start it. On Fri, Dec 13, 2013 at 2:14 PM, terryTornado s...@forsthaus.de wrote: Hi Martin, thanks for answering. Seems i have the latest with the code changes. I have delete

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread David Beer
Hi Stephen As I said on IRC you need to compile the source locally and add the dependency as usual to you maven pom.xml. There is no need to add the source directly. I have crerated a sample manven project on github last night that shows how to get a basic Wicket and Bootstrap Site working.

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Hi all, thanks for helping. I only get out the 0.8.5 version. What's the secret to get the 0.9.0-SNAPSHOT? I really don't understand why not deploy a 0.9.1-SNAPSHOT with the new modifications. I struggled at now 4 days with this problem to get the little app to run. thanks Stephan -- View

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
we should release 0.9.0 soon I think the migration to Twitter Bootstrap 3 is done we can fix bugs in 0.9.x @Michael: do you read this ? On Fri, Dec 13, 2013 at 5:08 PM, terryTornado s...@forsthaus.de wrote: Hi all, thanks for helping. I only get out the 0.8.5 version. What's the secret to

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
just clone wicket-bootstrap project, checkout bootstrap3 branch and 'mvn install' it this should help you until 0.9.0 is out Martin Grigorov Wicket Training Consulting On Fri, Dec 13, 2013 at 5:08 PM, terryTornado s...@forsthaus.de wrote: Hi all, thanks for helping. I only get out the

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Thanks Martin, this is the right way. (i get it not locally build, because errors in three pom's.) I will wait with my tests until it's new deployed. So the goal is to test if the sample application is running on openShift too, there must be a repository where the right libs are in. Many thanks

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
OKAY runs now for local testing :-) Thanks for the help from David on how to get it locally compiled: David wrote - git clone https://github.com/l0rdn1kk0n/wicket-bootstrap.git - navigate to the directory where you cloned the above project - git checkout bootstrap3 (to get the bootstrap3

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
On Fri, Dec 13, 2013 at 7:31 PM, terryTornado s...@forsthaus.de wrote: OKAY runs now for local testing :-) Thanks for the help from David on how to get it locally compiled: David wrote - git clone https://github.com/l0rdn1kk0n/wicket-bootstrap.git - navigate to the directory where you