Re: Error messages in login page doesn't show up

2005-06-08 Thread Ian van der Neut
I solved it, removing redirect="true" from the action-mapping tag in struts-config.xml solved it. Ian. On 6/8/05, Ian van der Neut <[EMAIL PROTECTED]> wrote: > Hello all, > > I have a little problem with displaying an "Invalid login" message on > my lo

Error messages in login page doesn't show up

2005-06-08 Thread Ian van der Neut
Hello all, I have a little problem with displaying an "Invalid login" message on my login page. I am using tomcat 5.0.28 and struts 1.2.4 I have a login.jsp that looks like this: In my ActionForm, the validate method looks like this: public ActionErr

Re: struts 1.2.2 to 1.2.4 upgrade conflict log4j

2004-11-30 Thread Ian van der Neut
mpl.Log4JLogger Solved the problem, thank you. :) Ian. > > At 11:35 AM +0100 11/30/04, Ian van der Neut wrote: > > > Hello all, > > I downloaded struts 1.2.4 yesterday to replace the 1.2.2 version that > I am developping against. However, testing my application w

struts 1.2.2 to 1.2.4 upgrade conflict log4j

2004-11-30 Thread Ian van der Neut
Hello all, I downloaded struts 1.2.4 yesterday to replace the 1.2.2 version that I am developping against. However, testing my application with the new jars (I copied all of the jars in the 1.2.4 tarball to the WEB-INF/lib directory of my webapp) generates an exception: [snipped] root cause jav

Locale problem: can't find bundle

2004-10-18 Thread Ian van der Neut
Hello all, I'm getting the following error when I want to change the language of my webapp. I searched the archives and google, but can't really find anything that helps me. I get the following error: javax.servlet.ServletException: Can't find bundle for base name application, locale en_US I hav