IMarkupFragment markup = component.getMarkup(); MarkupStream stream = new MarkupStream(markup);
On Tue, Feb 7, 2012 at 7:54 AM, vineet semwal <[email protected]> wrote: > use MarkupContainer#getAssociatedMarkupStream(boolean) > > On Tue, Feb 7, 2012 at 11:13 AM, Thomas Singer <[email protected]> wrote: >> MarkupContainer.getMarkupStream() >> >> does not exist any more in Wicket 1.5. >> >> Tom >> >> >> On 07.02.2012 06:37, Jenny Brown wrote: >>> I'm still a beginner myself, but upon looking at the Javadocs for >>> MarkupContainer and MarkupStream, I am not sure where exactly the code is >>> giving you trouble. Compile error? Runtime exception? Can you be more >>> specific? >>> >>> >>> On Mon, Feb 6, 2012 at 11:14 PM, Thomas Singer <[email protected]> wrote: >>> >>>> Does nobody have an idea? This code prevents me from making progress in >>>> converting our application to Wicket 1.5. >>>> >>>> Tom >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > thank you, > > regards, > Vineet Semwal > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
