On Tue, May 20, 2008 at 9:44 PM, Gerolf Seitz <[EMAIL PROTECTED]> wrote:
> i have the fix for that in my local checkout and
> will commit it sometime today.

Cool. I just found out Wicket In Action's code
(http://code.google.com/p/wicketinaction/) had compile errors.
Ideally, Wicket 1.4 it should be completely backwards compatible.

A copy from the errors Eclipse reports:

The constructor
RestartResponseAtInterceptPageException(Class<SigninPage>) is
undefined       
book-wicket-in-action/src/java/wicket/in/action/chapter12/authdiscounts 
UserPanel.java  line
37      1211331768935   213000
The constructor
RestartResponseAtInterceptPageException(Class<SigninPage>) is
undefined       
book-wicket-in-action/src/java/wicket/in/action/chapter13/locdiscounts  
UserPanel.java  line
41      1211331768461   212926
The constructor
RestartResponseAtInterceptPageException(Class<SigninPage>) is
undefined       book-wicket-in-action/src/java/wicket/in/action/common  
WiaAuthorizationStrategy.java   line
36      1211331766706   212722
The method setModelObject(capture#6-of ?) in the type
Component<capture#6-of ?> is not applicable for the arguments
(int)   book-wicket-in-action/src/java/wicket/in/action/chapter15/section_15_1  
HelloWorldTest.java     line
91      1211331768160   212829
The method setObject(Object) of type CheeseModel must override a
superclass method       
book-wicket-in-action/src/java/wicket/in/action/chapter04/section_4_3   
Index.java      line
42      1211331769904   213426
The method startPanel(TestPanelSource) in the type BaseWicketTester is
not applicable for the arguments
(Class<HelloWorldPanel>)        
book-wicket-in-action/src/java/wicket/in/action/chapter15/section_15_1  
HelloWorldTest.java     line
66      1211331768160   212828
The return type is incompatible with
Application.getHomePage()       book-wicket-in-action/src/java/wicket/in/action 
WicketInActionApplication.java  line
125     1211331770166   213591
The return type is incompatible with
MarkupContainer.setModel(IModel)        
book-wicket-in-action/src/java/wicket/in/action/common  AjaxEditableLabel.java  
line
129     1211331767509   212759
The return type is incompatible with
Model.getObject()       
book-wicket-in-action/src/java/wicket/in/action/chapter03/section_3_2   
Index.java      line
61      1211331769986   213564
The return type is incompatible with
Model.getObject()       
book-wicket-in-action/src/java/wicket/in/action/chapter03/section_3_3   
Index.java      line
61      1211331769970   213527
The return type is incompatible with
Model.getObject()       
book-wicket-in-action/src/java/wicket/in/action/chapter03/section_3_3   
ShoppingCartPanel.java  line
32      1211331769946   213506
The return type is incompatible with
Model.getObject()       
book-wicket-in-action/src/java/wicket/in/action/chapter04/section_4_2   
Index.java      line
120     1211331769917   213443
The return type is incompatible with
Model.getObject()       
book-wicket-in-action/src/java/wicket/in/action/chapter04/section_4_3   
Index.java      line
29      1211331769904   213425
The return type is incompatible with
Model.getObject()       
book-wicket-in-action/src/java/wicket/in/action/chapter15/section_15_3  
Index.java      line
113     1211331767771   212812
The return type is incompatible with
Model.getObject()       
book-wicket-in-action/src/java/wicket/in/action/chapter15/section_15_3  
Index.java      line
132     1211331767771   212815


Eelco

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

Reply via email to