Re: How and when to retrieve messages from Session

2008-03-05 Thread Igor Vaynberg
e any problems doing it this way? > > > > > -Original Message- > > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 05, 2008 7:06 PM > > To: users@wicket.apache.org > > Subject: Re: How and when to retrieve messages from

RE: How and when to retrieve messages from Session

2008-03-05 Thread Warren
TED] > Sent: Wednesday, March 05, 2008 7:06 PM > To: users@wicket.apache.org > Subject: Re: How and when to retrieve messages from Session > > > feedback messages are not cleaned up until the end fo request, so you > should be able to retrieve them... > > if you are doin

Re: How and when to retrieve messages from Session

2008-03-05 Thread Igor Vaynberg
feedback messages are not cleaned up until the end fo request, so you should be able to retrieve them... if you are doing this across pages make sure you call getsession().error(..) not just error(..) -igor On Wed, Mar 5, 2008 at 6:01 PM, Warren <[EMAIL PROTECTED]> wrote: > I need to display me