is that phonebook code trunk == 2.0?
then that code should be changed to follow the wicket trunk == 2.0 code.

johan


On 10/6/06, Geoff hendrey <[EMAIL PROTECTED]> wrote:
So I just posted a message about how the phonebook wasn't compiling.
OK, on closer inspection it looks as though this really is a problem with the wicket phonebook code.

The wicket-2.0-SNAPSHOT.jar in fact does not contain the class being referenced in the phonebook code. For example, the first compilation error:

C:\project\phonebook2\src\java\wicket\contrib\phonebook\web\page\EditContactPage
.java:[28,42] cannot find symbol
symbol  : class EmailAddressPatternValidator
location: package wicket.markup.html.form.validation


There is no such class 'EmailAddressPatternValidator' in the package wicket.markup.html.form.validation in the wicket-2.0-SNAPSHOT.jar. Rather, said class is in the package wicket.validation.validator if you look inside wicket-2.0-SNAPSHOT.jar.

Please recommend course of action.

-geoff








-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to