You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/07 14:24:12 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14483086#comment-14483086 ] 

ASF subversion and git services commented on WICKET-5874:
---------------------------------------------------------

Commit 7fa2d45eb74e0447950bb5e8826846069f34d204 in wicket's branch refs/heads/wicket-6.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=7fa2d45 ]

WICKET-5874 WicketTester TagTester does not work as expected when using non self closing tags


> 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
>             Fix For: 6.20.0, 7.0.0-M6
>
>
> 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)