[java ee programming] Re: Lab 4006 homework

2009-09-28 Thread Dhwani Patel
Hey there, I am stuck with this project... I initially got the output for customers But when i added the two lines below, Person person = new Person("Dhwani","patel"); sce.getServletContext().setAttribute("person", person); I am getting an error like, INFO: SharedSecrets.getJavaNetAccess()=ja

[java ee programming] Re: Lab 4006 homework

2009-09-09 Thread Alfredo Torres
Hi, I solve it, The problem was in the variable name cases. Skip this post Thanks all Cheers Alfredo On Sep 9, 10:44 am, Alfredo Torres wrote: > Hi, > >   I am working on the lab 4006 homework, I have everithing aparently fine. > >     Person person = new Person("Alfredo","Torres"); >