You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sebastiaan van Erk (JIRA)" <ji...@apache.org> on 2009/12/01 14:33:20 UTC

[jira] Created: (WICKET-2593) wicket:message can cause infinite loop in render

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.


[jira] Resolved: (WICKET-2593) wicket:message can cause infinite loop in render

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2593.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.4
         Assignee: Igor Vaynberg

> 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
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.4, 1.5-M1
>
>
> 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.