and why do you need to know the markup stream?

-igor


On Dec 12, 2007 12:42 AM, buealb <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a simple border:
>
> <wicket:border>
> test
> <wicket:body/>
> </wicket:border>
>
> and when I use this border I add content in the body:
>
> <div wicket:id="myBorder">
>
>  more text more text
>
> </div>
>
> Now, I want to know what is the markupStream of this border.
> I'm trying with
>
> MarkupStream st =getBodyContainer().getAssociatedMarkupStream(false);
> MarkupStream st =getBodyContainer().getMarkupStream();
>
> But in don't receive the correct markupStream. The correct markupStream of
> this example should be:
>
>
>  more text more text
>
>
>
> Thanks!!
>
> --
> View this message in context: 
> http://www.nabble.com/How-to-know-the-markupStream-of-a-border-body-tp14291014p14291014.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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to