Christian Oldiges created WICKET-4589:
-----------------------------------------
Summary: Closing </wicket:container> tag is incorrectly setup as
autocomponent
Key: WICKET-4589
URL: https://issues.apache.org/jira/browse/WICKET-4589
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.5.7, 6.0.0-beta2
Reporter: Christian Oldiges
Priority: Minor
The closing instance of the <wicket:container> tag returns true when
isAutoComponentTag() is called whereas the opening instance correctly returns
false.
The problem lies probably in the WicketTagIdentifier class which simply checks
if there is a wicket:id attribute value and makes all tags (opening or closing)
autocomponent tags if there is no wicket:id.
Obviously any closing tag doesnt have a wicket:id assigned.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira