I've checked through the html and couldn't find anything unusual.

I'm making calls to wicket links in the html:

<html> # Customer </html>
{how do we add html to a post?}

in the java:

 add(new BookmarkablePageLink("PageLink", CustomerPage.class));


The html for HomePage.html exists between <wicket:extend>

<wicket:extend>

.
.
.

</wicket:extend>

HomePage.java extends a base page Base.java that in its html has most of the
html tags, the link tags and :

<wicket:container wicket:id="content">
  <wicket:enclosure child="feedback">   

    </wicket:enclosure>                                         
  <wicket:child/>       
</wicket:container >

which is inside where the HomePage.html is placed.
-- 
View this message in context: 
http://www.nabble.com/Expected-close-tag-for-%3Cwicket%3Alink%3E----tp22335083p22349654.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to