Re: [wicket-rad] Problem creating form

2009-02-28 Thread Kaspar Fischer
On 19.02.2009, at 19:06, Kaspar Fischer wrote: I am trying to create a form using Wicket-RAD 0.6 and get Caused by: java.lang.NoSuchMethodError: org.wicketrad.jpa.propertyeditor.CreateBeanForm.add(Lorg/apache/ wicket/Component;)Lorg/apache/wicket/MarkupContainer; at org .wicketrad .jpa

Re: [wicket-rad] Problem creating form

2009-02-19 Thread wfaler
t there is only a dependency on wicket-rad (and none on > wicket itself). Could it be that wicket-rad depends on a fixed version > of Wicket? Does it work with Wicket 1.4-SNAPSHOT? > > Many thanks for any pointers, > Kaspar > > ------------

Re: [wicket-rad] Problem creating form

2009-02-19 Thread wfaler
a dependency on wicket-rad (and none on > wicket itself). Could it be that wicket-rad depends on a fixed version > of Wicket? Does it work with Wicket 1.4-SNAPSHOT? > > Many thanks for any pointers, > Kaspar > > ----------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.

Re: [wicket-rad] Problem creating form

2009-02-19 Thread Kaspar Fischer
On 19.02.2009, at 19:42, Kaspar Fischer wrote: On 19.02.2009, at 19:34, wfaler wrote: Hi, Wicket RAD is actually not officially part of Wicket, so the right forum is here: http://www.nabble.com/Wicket-RAD-f35257.html Sorry! I will post a next topic to that forum. However, looking at your

Re: [wicket-rad] Problem creating form

2009-02-19 Thread Kaspar Fischer
On 19.02.2009, at 19:34, wfaler wrote: Hi, Wicket RAD is actually not officially part of Wicket, so the right forum is here: http://www.nabble.com/Wicket-RAD-f35257.html Sorry! I will post a next topic to that forum. However, looking at your code, what version of Wicket are you using, an

Re: [wicket-rad] Problem creating form

2009-02-19 Thread wfaler
} > >public void setName(String name) >{ > this.name = name; > } > > } > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: user

[wicket-rad] Problem creating form

2009-02-19 Thread Kaspar Fischer
I hope this is the right list for wicket-rad questions? (The one on SourceForge is empty.) I am trying to create a form using Wicket-RAD 0.6 and get Caused by: java.lang.NoSuchMethodError: org.wicketrad.jpa.propertyeditor.CreateBeanForm.add(Lorg/apache/wicket/ Component;)Lorg/apache/wicke