You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/04/07 13:43:37 UTC

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

     [ https://issues.apache.org/jira/browse/WICKET-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-5874:
---------------------------------------

    Assignee: Martin Grigorov

> 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
>            Assignee: Martin Grigorov
>            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}
> Found using Wicket version 6.17.



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