Can it be the input element <input type="text" wicket:id="Search" class="itemsarea"> that is not closed? -- BTW other input elements also seem to be not properly closed.

Rui Pacheco wrote:
Hi all

I am receiving the following error when trying to call a component in my HTML:

WicketMessage: Expected close tag. Possible attempt to embed component(s) in the body of a component which discards its body.

The tag I am using is a <a wicket:id="something">Some Text</a>. I use this in other pages without any problems, but here the parser keeps on asking for a closing tag. I have reviewed my HTML with Dreamweaver, and I made sure I was inserting the component in my Java classes: add(new PageLink("something", SomePage.class))

What could be causing this? Anyone have any idea?

--
Cumprimentos,
Rui Pacheco




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to