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

wicket:message can cause infinite loop in render

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.4.3
    • 1.4.4, 1.5-M1
    • wicket
    • None

    Description

      This works for me:

      <wicket:message key="key">bla</wicket:message

      This causes an infinite loop:

      <wicket:message key="key">bla <a href="bla">bla</a> bla</wicket:message>

      Generally I don't use markup in a wicket:message but I just copy pasted this for mockup purposes; I think it should work, but it definately shouldn't go into an infinite loop.

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            sebster Sebastiaan van Erk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: