Dynamically adding component via an IComponentResolver fails within an
enclosure for versions after 1.4.1
---------------------------------------------------------------------------------------------------------
Key: WICKET-2882
URL: https://issues.apache.org/jira/browse/WICKET-2882
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.8, 1.4.7, 1.4.6, 1.4.5, 1.4.4, 1.4.3, 1.4.2
Environment: Tomcat 6.x, Java 6, Windows or Linux
Reporter: Chris Colman
Attachments: enclosurebug.zip
We have been using an IComponentResolver implementation for a long time to
allow the inclusion of certain panels to be determined by the markup. Some
panels are included inside enclosures and some are not. Both cases worked fine
in wicket 1.4.1 but in versions 1.4.2 and later a 'Tag expected' error occurs
if the component is wrapped inside a wicket enclosure.
A quickstart example has been included to demonstrate the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.