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/FacetedSearchPage.java

    r4201 r4208  
    138138            }
    139139
    140             // finally, add the label to the form
     140            // finally, merge the label to the form
    141141            this.add(facetOverview);
    142142        }
     
    157157            add(submit);
    158158           
    159             // add link to help menu page
     159            // merge link to help menu page
    160160            String helpUrl = VloConfig.getHelpUrl();           
    161161            ExternalLink helpLink = new ExternalLink("helpLink", helpUrl, "help");
     
    186186
    187187            VloPageParameters newParam = new VloPageParameters();
    188             newParam.mergeWith(param);
    189             newParam.addToSession();
    190188           
    191189            setResponsePage(FacetedSearchPage.class, newParam);
     
    304302                }
    305303
    306                 // add HTML form to container
     304                // merge HTML form to container
    307305                String labelString;
    308306                if (totalResults == 1) {
     
    316314                contentSearchLabel.setEscapeModelStrings(false);
    317315                contentSearchContainer.add(contentSearchLabel);
    318                 // contentSearchContainer.add(link);
     316                // contentSearchContainer.merge(link);
    319317            } catch (UnsupportedEncodingException uee) {
    320318                contentSearchContainer.setVisible(false);
Note: See TracChangeset for help on using the changeset viewer.