Wicket in Action book p95 Listing 4.6 change not rendered

2009-05-03 Thread david
Hello Martijn, Eelco and the Wicket users, I'm up to p. 94 in WIA. Getting this far I decided to make a small change to the Example form in index.java (Class MyForm3) and index.html (). I added the following respectively: add(new TextField("lastName")); and... Last I did complete: mvn clean,

Re: Wicket in Action book p95 Listing 4.6 change not rendered

2009-05-03 Thread Jeremy Thomerson
Check your classes (compiled) directory - does the HTML file there have the change? Also, carefully scrutinize your classpath - it is very likely that another jar has the HTML file higher in the classpath than yours. -- Jeremy Thomerson http://www.wickettraining.com On Sun, May 3, 2009 at 6:3