Calling MarkupWriter.element() with an even number of arguments throws
ArrayIndexOutOfBounds exception, not a useful exception about omitting a
attribute name or value
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TAP5-919
URL: https://issues.apache.org/jira/browse/TAP5-919
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-component-report
Affects Versions: 5.2.0.0
Reporter: Howard M. Lewis Ship
writer.element("span", clientId) throws the exception ... I mean to write
writer.element("span", "id", clientId)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.