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 (<form wicket:id="myform3">). I added the following 
respectively:

add(new TextField("lastName"));

and...

<tr><td>Last</td><td><input type="text" wicket:id="lastName" /></td></tr>

I did complete: mvn clean, mvn package and mvn jetty:run. And, I also depoyed 
the new wicket-in-action-0.9.war on Tomcat but there is no change in the 
rendered index.html. WIA is running as expected except for the missing added 
changes.

Any ideas? Please advise, David.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to