Hi,

I'm trying to use BaseWicketTester#getTagByWicketId(String) and am having a problem with input tags. TagTester seems unable to retrieve tags of the following form:
<input wicket:id="dateField" value="11/06/11" name="dateField">

I dug a bit and the culprit seems to be XmlPullParser which decides that this is an OPEN tag instead of an OPEN_CLOSE tag because there is no "/" at the end of the tag. Since this is valid html4 and html5 markup and I put it everywhere, I would rather not have to fudge all my input tags to satisfy the parser.

Is this behavior by design? Are there other hurdles like this in the wicket tester "suite"?

Regards,
Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to