Make sure that Page and no other component requires to load the markup before 
constructor
-----------------------------------------------------------------------------------------

                 Key: WICKET-533
                 URL: https://issues.apache.org/jira/browse/WICKET-533
             Project: Wicket
          Issue Type: Task
          Components: wicket
    Affects Versions: 1.3
            Reporter: Juergen Donnerstag
             Fix For: 1.3


We fixed already one use case (BodyContainer) which loaded the markup "before" 
the Page constructor was executed. Hence the page parameter could not be used 
for custom resource loading within the Page's constructor. Check the code and 
make sure that markup is not loaded before (or call a component method to 
subclass)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to