You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Per Östlund (JIRA)" <ji...@apache.org> on 2015/04/07 11:54:12 UTC

[jira] [Created] (WICKET-5874) WicketTester TagTester does not work as expected when using non self closing tags

Per Östlund created WICKET-5874:
-----------------------------------

             Summary: WicketTester TagTester does not work as expected when using non self closing tags
                 Key: WICKET-5874
                 URL: https://issues.apache.org/jira/browse/WICKET-5874
             Project: Wicket
          Issue Type: Bug
            Reporter: Per Östlund
            Priority: Minor


WicketTester TagTester does not work as expected when using non self closing tags.

*WicketTester code*
{code}
TagTester tagTester = wicketTesterInstance.getTagByWicketId("someInputId");
{code}

*This does not work, _tagTester_ is null:*
{code}
<input wicket:id="someInputId">
{code}

*This works as expected:*
{code}
<input wicket:id="someInputId"/>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)