[java ee programming] Re: unclear new Object declaration

2009-03-18 Thread X. Yin
hi, there's no around null... just Manager mgr = null; Thanks XH On Wed, Mar 18, 2009 at 12:31 PM, JAaronAnderson.com acompetitorschalle...@gmail.com wrote: I am trying to discern another programmer's code (good luck I know) In a class that tests connectivity to a datasource, the first

[java ee programming] Re: Help with Homework 4006

2009-03-17 Thread X. Yin
I think you need to have a getter for your Name class in Person. So that the JSP can access the name from Person first then get the first/last name from the name. like person.getName().getLastName() person.getName().getFirstName() -xiaohang On Tue, Mar 17, 2009 at 12:37 PM, Rodolfo Avila