Yes, I had 1.0.3 samples and now, for the NetBeans support, I'd like to use the latest stable major version, which is 1.1. So I don't know what the difference was exactly, but I got the 1.1 samples and everything seems to be ok now.

Gj


Johan Compagner wrote:
migrating to 1.1? from where 1.0?
For every release we have a 1-1 relation shipt with our examples or extentions (and most wicket-stuff things also)

johan


On 4/21/06, Geertjan Wielenga <[EMAIL PROTECTED]> wrote:


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