Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-22 Thread Girts Ziemelis
Exactly! Also those organizations, which want to stay with very old and normally unsupported software versions usually budget for extra support. Java 1.5 is not supported normally any more by Sun, so they will be bying Sun "retirement" support anyway or running all their business systems on u

1.4.2 upgrade problem

2009-10-12 Thread Girts Ziemelis
I believe there is a bug in wicket 1.4.2, which stopped me from upgrading :( I have created issue for this: https://issues.apache.org/jira/browse/WICKET-2519 Finally I narrowed it down to adding following to quick start, which works fine in 1.4.1 and fails in 1.4.2: 2 lines to HomePage.html

Re: taking the I out of Interface

2009-10-06 Thread Girts Ziemelis
+1 on removal of I Mostly because names and consistency are very important, not because I dislike I*. I also do not like Model (Locator is much better), but I understand the difficulties in this change - I think it would be even more confusing, when everything currently is related to "models" -