Ignore:
Timestamp:
12/20/13 10:03:18 (10 years ago)
Author:
keeloo
Message:

Finished the upgrade. The web application still needs to be tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/to-wicket-1.6/vlo_web_app/src/main/java/eu/clarin/cmdi/vlo/pages/BasePage.java

    r4199 r4208  
    5757        // set the applications start page link to the faceted search page
    5858        VloPageParameters startPageParameters = new VloPageParameters ();
    59         startPageParameters.addToSession();
    6059
    6160        BookmarkablePageLink link = new BookmarkablePageLink("startpage",
     
    7170        leftImage = new Image("leftimage", leftImageRes);
    7271 
    73         // add the image to the page
     72        // merge the image to the page
    7473        link.add(leftImage);
    7574
     
    8281        rightImage = new Image("rightimage", rightImageRes);
    8382       
    84         // add it to the page
     83        // merge it to the page
    8584        add (rightImage);
    8685       
Note: See TracChangeset for help on using the changeset viewer.