Hi!

I am trying to follow the example at
http://cwiki.apache.org/WICKET/consistent-page-layout-using-borders.html

However, I keep getting the error

Expected close tag for <wicket:container wicket:id="test">

where the test-container is the border block.

I cannot seem to find any hierarchy errors from the markup and I do
not understand why it does not work... regardless whether the contents
are visible by default or not... anybody?

Here is my markup:

Main page:
::::::::::::::::::::::


Border page:
::::::::::::::::::::::
<html xmlns:wicket="http://wicket.sourceforge.net";>
<head>
<title>Title</title>
</head>
<body>
<wicket:border>
  <fieldset style="padding: 0px;">
  <legend>
  <input type="button" wicket:id="toggle_contents_button" value=""/>
  <span wicket:id="legend"></span>
  </legend>
        <wicket:body wicket:id="contents" />
   </fieldset>
</wicket:border>
</body>
</html>

**
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to