What is cleanupFeedbackMessages() used for ?

> -----Original Message-----
> From: Warren [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 15, 2008 9:37 PM
> To: users@wicket.apache.org
> Subject: RE: Clearing Feedback Messages from the Session
>
>
> That's what I was looking for, Thanks
>
> > -----Original Message-----
> > From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, March 15, 2008 8:38 PM
> > To: users@wicket.apache.org
> > Subject: Re: Clearing Feedback Messages from the Session
> >
> >
> > message.markrendered() ?
> >
> > -igor
> >
> >
> > On Sat, Mar 15, 2008 at 12:39 PM, Warren
> > <[EMAIL PROTECTED]> wrote:
> > > I am displaying feedback messages using a js alert window instead of a
> > >  feedback panel. Everything works except that I end up
> > displaying the same
> > >  message twice. Once for the original request and then again for the
> > >  following request. I am retrieving the messages from the
> > Session when the
> > >  page's onBeforeRender() is called. I call
> > >  getFeedbackMessages().messages(null) and then immediately call
> > >  cleanupFeedbackMessages().
> > >
> > >  I basically am looking to duplicate what a feedback panel
> > does. What do I
> > >  need to do to clear all the messages from the Session after I
> > retrieve them?
> > >
> > >  Thanks,
> > >
> > >  Warren Bell
> > >
> > >
> > >  ---------------------------------------------------------------------
> > >  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]
> >
>
> ---------------------------------------------------------------------
> 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