Re: [java ee programming] struts-example assignment, JEE Programming with Passion

2010-06-10 Thread Preet K. Sekhon
Thanks for clarification Michele. I thought I would share with everyone as it took me while to figure out what was going wrong. Preet. On Thu, Jun 10, 2010 at 2:39 AM, Michèle Garoche wrote: Le 10 juin 10 à 08:23, Preet K. Sekhon a écrit : Hi Michele, I am using Netbeans 6.8, and

Re: [java ee programming] struts-example assignment, JEE Programming with Passion

2010-06-10 Thread Michèle Garoche
Le 10 juin 10 à 08:23, Preet K. Sekhon a écrit : Hi Michele, I am using Netbeans 6.8, and Struts 1.3.8. The lab is Struts Sample Applications (2 hour lab) - (June 10th, 2010) - (homework #13) for Java EE programming with passion. Actually the samples do not use Struts 1.3.8, they use a v

Re: [java ee programming] struts-example assignment, JEE Programming with Passion

2010-06-09 Thread Michèle Garoche
Le 10 juin 10 à 04:02, Preet K. Sekhon a écrit : I think there is a bug in Validation part of the original struts- example. I kept getting this error message when I entered a wrong password or when username entered was not unique. org.apache.struts.action.ActionMessage cannot be cast to

[java ee programming] struts-example assignment, JEE Programming with Passion

2010-06-09 Thread Preet K. Sekhon
I think there is a bug in Validation part of the original struts-example. I kept getting this error message when I entered a wrong password or when username entered was not unique. *org.apache.struts.action.ActionMessage cannot be cast to org.apache.struts.action.ActionError * It worked when I r