Empty content inserted into Border - throws ugly exceptions
-----------------------------------------------------------
Key: WICKET-823
URL: https://issues.apache.org/jira/browse/WICKET-823
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.0-beta2
Environment: wicket 1.3beta2, windows xp, Java 6, jetty 6
Reporter: Dariusz Wojtas
Fix For: 1.3.0-beta3
This can be easily reproduced wirth wicket-examples/template/templating using
border.
Please open: org.apache.wicket.examples.template.border.Page1
ant cut ALL the contents inside span
wicket:id="border"
It should look like this:
<span wicket:id="border"></span>
After this, the page renders nicely.
But if you change it to look like this:
<span wicket:id="border" />
there are tons of exceptions that do not say anything useful.
I have spent 1 full day fighting with this before I found the reason in my
little app.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.