Re: [OT] Re: Struts 2 And JFreeChart

2008-08-22 Thread Dave Newton
--- On Fri, 8/22/08, Milan Milanovic <[EMAIL PROTECTED]> wrote: > But if I don't have "p" property in my action > class, I got warning in log ParamsPrepareParams setting String... > interceptor and so on? ... So put a "p" parameter in your action. Dave

Re: [OT] Re: Struts 2 And JFreeChart

2008-08-22 Thread Milan Milanovic
But if I don't have "p" property in my action class, I got warning in log ParamsPrepareParams setting String... interceptor and so on ? -- Milan newton.dave wrote: > >> do I need to have this "p" (String type) >> parameter in my action class ? > > No, it's there to create a unique URL, so it w

[OT] Re: Struts 2 And JFreeChart

2008-08-21 Thread Dave Newton
> do I need to have this "p" (String type) > parameter in my action class ? No, it's there to create a unique URL, so it won't be cached. Dave > dynamicd wrote: > > > > > > its some parameter name (the name does not matter) and > RANDOM is set in > > the controller (Action) > > or to make it e

RE: [OT] Re: Struts 2 And JFreeChart

2008-08-21 Thread Martin Gainty
does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Thu, 21 Aug 2008 08:24:41 -0700 > From: [EMAIL PROTECTED] > Subject: [OT] Re: Struts 2 And JFreeChart > To: user@strut

[OT] Re: Struts 2 And JFreeChart

2008-08-21 Thread Dave Newton
--- On Thu, 8/21/08, Milan Milanovic wrote: > I don't understand this solution, what is "p" parameter, and > whait is "RANDOM"? This is a common technique to throw off caching mechanisms. The "p" parameter is a dummy parameter that gets a random value so that when the submission is made, since