Al Maw wrote:

THanks to all who replied - that will make things easier for me...

nbc

Neil B. Cohen wrote:
I just saw something on the web site that indicates that JDK 1.4 is required. We are using JDK 1.6 here at the moment. Anybody know if that will work at all, or do I need to install 1.4 to work with Wicket now (will 1.5 work??)

Both 1.6 and 1.5 should work just fine for things.

Some of the unit tests currently fail under JDK 1.6 due to the ordering of iterators over hashmaps changing. This doesn't affect real apps, merely the tests (we put the attributes for tags into a Map, and the test is expecting <something a="foo" b="bar"> but gets <something b="bar" a="foo"> and fails due to that - nothing to worry about). We'll fix this in due course.

Regards,

Al

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to