hello all,

in the process og upgrading from Wicket 1.3.x to 1.4.x a lot of my markup
model raise some exception.
 One that often occurr is this one:
WicketMessage: close tag not found for tag: . Component: [MarkupContainer
[Component id = toolbar]] 

I don't understand what that means, since it all worked fine before I
upgraded Wicket version.
Every tag is properly closed, so I suppose this error hides another one.

Here's my markup:

<wicket:panel>
<caption class="tableCaption">
        
</caption>
<thead class="rowH">
  
    
  
</thead>
<tbody>
  <tr wicket:id="rows">
    <td wicket:id="cells">
      [cell]
    </td>
  </tr>
</tbody>
<tfoot>
  
    
  
</tfoot>
</wicket:panel>

Can you suggest me what can be wrong?
Thanks,

Andrea
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/close-tag-not-found-error-in-markup-tp3055117p3055117.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to