[ 
https://issues.apache.org/jira/browse/WICKET-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483087#comment-14483087
 ] 

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

Commit 907f891af1a158ef015e7fcd70e0c997b227d22a in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=907f891 ]

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

(cherry picked from commit 7fa2d45eb74e0447950bb5e8826846069f34d204)


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

Reply via email to