Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1105

Missing javascript header referencies when there are no body or head tags.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.3
    • wicket
    • None
    • wicket trunk revision 588784
      JDK 1.5.0_13-b05
      Maven version: 2.0.7

    Description

      I have two wicket portlets using RatingPanel they are almost same. There is one difference in the markup.

      First:
      <head>
      <link rel="stylesheet" type="text/css" href="style.css"/>
      </head>
      <html>
      <span wicket:id="rating"></span>
      </html>

      Second:
      <html>
      <span wicket:id="rating"></span>
      </html>

      In first one is request executed via ajax. In second one not. In first one rendered page contains reference to 'wicket-ajax.js' file but in the second not.

      Attachments

        1. wicket-portlets-test.zip
          8 kB
          Michal Capo

        Activity

          People

            jcompagner Johan Compagner
            capo Michal Capo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: