You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2007/08/05 13:47:52 UTC

[jira] Assigned: (WICKET-823) Empty content inserted into Border - throws ugly exceptions

     [ https://issues.apache.org/jira/browse/WICKET-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag reassigned WICKET-823:
-----------------------------------------

    Assignee: Juergen Donnerstag

> 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
>            Assignee: Juergen Donnerstag
>             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.