Re: J2EEUnit suite of tests for Struts

2001-04-06 Thread Vincent Massol
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 8:34 PM Subject: RE: J2EEUnit suite of tests for Struts > > > On Thu, 5 Apr 2001, RPower wrote: > > > Hi, > > I'm very keen to get involved with the J2EEUnit suite o

RE: J2EEUnit suite of tests for Struts

2001-04-06 Thread Craig R. McClanahan
On Thu, 5 Apr 2001, RPower wrote: > Hi, > I'm very keen to get involved with the J2EEUnit suite of tests for Struts. > Is there any code available to play around with? > I've down loaded J2EEUnit 0.9 but haven't found any J2EEUnit specific code > in the Struts/cvs repository? > > Any poi

Re: Conditional response (no)cache and/or contentType definition functionality currently not possible without source code modification

2001-04-06 Thread Johan Compagner
About the cache: ActionServlet has a processNoCache(HttpServletResonse) method But i agree with you that this does not suffice. it shoud be something like this: processNoCache(ActionMapping,HttpServletRequest,HttpServletResonse) Then we (me and you) can override that method and do Caching or No