RE: Newbie Question: Servlet Exception - This is being answered by Dudley - giving something back to the user group for all the help i got - thanx all u guys

2001-05-10 Thread Dudley [EMAIL PROTECTED]
You need to make sure the html:form action=/logon tag in you jsp page, is declared in your struts config file ..here is an example of my struts confignotice the action path=/logon tag.You need one of these for every different html:form action= tag in you jsp page. ?xml

RE: Newbie Question: Servlet Exception - This is being answered by Dudley - giving something back to the user group for all the help i got - thanx all u guys

2001-05-10 Thread Kevin Newman
Thanks, that was just what I needed. Now, on to the next step - connecting to a database. kln -Original Message- From: Dudley Butt@i-Commerce [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 2:41 AM To: '[EMAIL PROTECTED]' Subject: RE: Newbie Question: Servlet Exception - This