We were working with version 2.0 and we had the setBorderBodyContainer option
in border, but now we are working with 1.3.
The case is that I'm trying to add the border body inside of another wicket
component of the border. But I don't know how can I specify what is the
container of the body. 
For instance if I have:

<border>
<div>
    <div wicket:id="container">
         <wicket:body/>
    </div>
</div>
</border>

Now, if I use this body:

<div wicket:id="myBody">
   
</div>

How can specify that label is a child of the container component, not of the
border.?

Thanks
-- 
View this message in context: 
http://www.nabble.com/setBorderBodyContainer-in-1.3-tf3959032.html#a11234096
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to