html:errors / trouble

2003-02-10 Thread alexj
Hi I can't figure what I've missed into my code : here is my login.jsp %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean% %@ taglib uri=/WEB-INF/struts-html.tld prefix=html% html body center img border=0 src=images/soft-intro.gif width=368 height=321 html:form action=/login table width=45%

Re: html:errors / trouble

2003-02-10 Thread alexj
(in fact when I run the app and enter bad datas I didn't get any errors message displayed on my login page) - Original Message - From: alexj [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, February 10, 2003 6:42 PM Subject: html:errors / trouble Hi I

Re: html:errors / trouble

2003-02-10 Thread Sean Dockery
What forwards are defined for your action in struts-config.xml? - Original Message - From: alexj [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, February 10, 2003 10:56 Subject: Re: html:errors / trouble (in fact when I run the app and enter bad datas

Re: html:errors / trouble

2003-02-10 Thread alexj
/ forward name=student path= / forward name=prof path= / /action - Original Message - From: Sean Dockery [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 12:16 AM Subject: Re: html:errors / trouble What forwards are defined for your action

Re: html:errors / trouble

2003-02-10 Thread alexj
I just saw my mapping definition was incomplete ... :)) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]