[java ee programming] Re: Lab 4006

2010-04-24 Thread Chris K
Never mind, I figured it out. Thanks again for all your help. Chris On Apr 18, 11:18 pm, Michèle Garoche migat...@gmail.com wrote: On Apr 19, 6:15 am, Chris K ckella...@gmail.com wrote: I cannot get person.name.lastName or person.name.firstName to display in the table.  I have combed the

[java ee programming] Re: Lab 4006

2010-04-19 Thread Michèle Garoche
On Apr 19, 6:15 am, Chris K ckella...@gmail.com wrote: I cannot get person.name.lastName or person.name.firstName to display in the table.  I have combed the group and looked at many posts but for the life of me I cannot tell what the problem is. I started by copying HelloWeb resides in

[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:

[java ee programming] Re: Lab-4006:Help needed pls

2009-03-14 Thread Dragginlord
Thank you, thank you, thank you. This one has been driving me nuts, I had everything but didn't know that I needed the setters in Person. And, I only had one getter. Thanks again, Marvin On Mar 14, 5:15 am, VAN Thanh Trung trungb...@yahoo.com wrote: Hi Ketul, In a bean, the variables like