I migrated to Wicket 1.1 and found a problem with this method in Guest Book (the arrow point to the problematic line):


       public CommentForm(final String id) {
           // Construct form with no validation listener
------> super(id, new CompoundPropertyModel(new Comment()), null); // Add text entry widget
           add(new TextArea("text"));
       }


Does 1.1 come with updated samples? Or can I change the above somehow?

Gj


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to