wicket:message can cause infinite loop in render
------------------------------------------------

                 Key: WICKET-2593
                 URL: https://issues.apache.org/jira/browse/WICKET-2593
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.3
            Reporter: Sebastiaan van Erk
            Priority: Minor


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.

-- 
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