Re: why/when to use redirect

2006-11-23 Thread Mississippi John Hurt
he action is > finished. > > - Original Message - From: "fea jabi" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, November 21, 2006 6:49 AM > Subject: why/when to use redirect >> I am not really clear when to use redirect=true. >> >> I am chaining action

Re: why/when to use redirect

2006-11-23 Thread Adam Hardy
ished. - Original Message - From: "fea jabi" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 21, 2006 6:49 AM Subject: why/when to use redirect I am not really clear when to use redirect=true. I am chaining actions. As I was doing this I had to use redirect=true to get the values

Re: why/when to use redirect

2006-11-21 Thread Nuwan Chandrasoma
finished. Regards, Nuwan - Original Message - From: "fea jabi" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 21, 2006 6:49 AM Subject: why/when to use redirect I am not really clear when to use redirect=true. I am chaining actions. As I was doing this I had to u

why/when to use redirect

2006-11-21 Thread fea jabi
I am not really clear when to use redirect=true. I am chaining actions. As I was doing this I had to use redirect=true to get the values that were set in one action to another. But the request attributes set in that action were lost when redirect is set to true. why is that? is there any way,