Re: commons-fileupload.jar

2003-08-14 Thread Reinhard Nägele
Download Struts 1.1 again. I think they packaged a wrong jar when Struts 1.1 was released, which was fixed later. DiskFileUpload is definitely included in my Struts 1.1 distribution. Reinhard Filip Polsakiewicz wrote: Hi everybody, i found that the commons-fileupload.jar shipped with struts

Re: Communication applet-servlet, how to do a forward.

2003-06-17 Thread Reinhard Nägele
This is not a bug. The applet creates a request and receives the response. The browser doesn't know anything about this. You need to call getAppletContext().showDocument(URL) in your applet. Of course, you could create an URL from an ActionForward, serialize it to your applet, and then call

Re: DynaValidator Form is Null

2003-06-17 Thread Reinhard Nägele
Not true. Struts always creates the form for you if it is configured correctly. It doesn't matter if the request is submitted from a JSP or results from clicking a link. IMHO you should never create forms yourself. I presume this is a configuration problem. Reinhard Ben Anderson wrote: I had

Class-Path entry in struts.jar (Struts 1.1 RC 2)

2003-06-16 Thread Reinhard Nägele
The manifest file of the struts.jar of Struts 1.1 RC 2 contains the following class-path entry: Class-Path: commons-beanutils.jar commons-collections.jar commons-dig ester.jar commons-logging.jar commons-pool.jar commons-validator.jar jakarta-oro.jar struts-legacy.jar This does not correspond

Re: RC2 requiredif validation rule syntax change

2003-06-16 Thread Reinhard Nägele
Thanks for pointing this out. I wonder nobody else has responded to your message. What's the point of that kind of change? I read the release notes and couldn't find anything about this. That's the place where such kinds of changes ought to be listed! Reinhard Kevin Robair wrote: FYI:

Struts 1.1 RC1 - Validator problems on Linux only

2003-03-21 Thread Reinhard Nägele
Hi, we've been developing an application with Struts 1.1 RC1 which runs fine on Win 2000 machines. Today we deployed it to a Linux machine (Red Hat, JDK 1.4.1_01, Tomcat 4.1.12) and found out that the validator didn't work as expected, i. e. validation simply never failed. So I decided to

Re: Struts 1.1 RC1 - Validator problems on Linux only

2003-03-21 Thread Reinhard Nägele
Thanks for the info. I guess, the Internet connection was the problem then. I searched the bug database but couldn't find this. I'll check again. Reinhard COMPAGNON GUILLAUME wrote: ensure you ve got the very last version of commons-validator in fact, with the commons validator bundled with

Re: Best way to forward to login, then re-forward to originallyrequestedresource?

2002-05-29 Thread Reinhard Nägele
of isUserInRole() et al., but it just seems less than elegant. I'll post a more general question to the Tomcat list. -- Reinhard Nägele MGM EDV-Beratung GmbH Frankfurter Ring 105 a 80807 München Tel.: +49 89 358680-817 Fax: +49 89 358680-88 E-Mail: [EMAIL PROTECTED] Web: www.mgm-edv.de