cache the response of a request in struts?

2003-02-18 Thread Ginger Cheng
Hello, I need to cache the response of last request. Can anyone tell me how to do that in Struts? Any help is appreciated. ginger - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

more: cache the response of a request in struts?

2003-02-18 Thread Ginger Cheng
Hi, I think I need to make it clearer. I need to cache the response so I can give the user the option to represent the data in another format other than the one in the immediate response jsp page. I check the cache tag but what I want to cache is the form bean from server other than

Re: cache the response of a request in struts?

2003-02-18 Thread Nicolas De Loof
Just declare your formbean as session scoped, so it will be avaible to build another view (another JSP) Nico. Hi, I think I need to make it clearer. I need to cache the response so I can give the user the option to represent the data in another format other than the one in the