I am hoping to write a component customizing FormComponentFeedbackBorder.

In the related HTML (please ingore the blank content for <span>), the following 
is okay.

<wicket:border>
  <span wicket:id = "errorIndicator"></span>
  <wicket:body/>
</wicket:border>

But the following:

<wicket:border>
  <span wicket:id = "errorIndicator">
    <wicket:body/>
  </span>
</wicket:border>

always produces runtime error saying 

WicketMessage: Expected close tag for <dd wicket:id="fullNameBorder" 
id="fullNameBorder3e">

The component (wicket:id="fullNameBorder") is what I am trying to attach the 
customized border component to.

What is the wrong with the second way?

Best,

David



      

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

Reply via email to