Re: Selenium Tests for Showcase

2007-05-07 Thread Antonio Petrelli
2007/5/7, Martin Gilday <[EMAIL PROTECTED]>: Before I carry on and write any more tests I am interested in first getting some feedback. Are Selenium tests for the Showcase going the useful? I think so, at Tiles the tests are really useful when we cannot test functionalities with JUnit. Wh

FileUploadInterceptor problem

2007-05-07 Thread Michał Letyński
Hi. I want to set a maximumSize parameter to FileUploadInterceptor. In the example, code looks like this: 12345 FileUploadInterceptor is in the default-stack. My struts.xml config: How to set the param to the fileupload interceptor ? I tried to overwrite this itrerceptor: