the output is correct, but i dont really understand your question
-igor
On 3/24/07, wiki <[EMAIL PROTECTED]> wrote:
Hi iam having problem with the border concept in the below code.
Could anyone tell me plz how <wicket:body/> replaces middle bcz in
<wicket:border>First... <wicket:border/> no wicket id attribute is using.
and first middle last how they appearing.
Thanks in advance
Border markup <html>
<body>
<wicket:border>
First <wicket:body/> Last
</wicket:border>
</body>
</html>
Border usage
<html>
<body>
<span wicket:id = "myBorder">
Middle
</span>
</body>
</html>
Rendered markup
<html>
<body>
First Middle Last
</body>
</html>
--
View this message in context:
http://www.nabble.com/Border-concept-tf3460649.html#a9655472
Sent from the Wicket - Dev mailing list archive at Nabble.com.