Yes. After clicking next "System.out.println" is printing the right name on the console whereas "out.println" is printing the wrong name (first page element) on the jsp.
Thanks On 2/17/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > zahid mohammed wrote: > >> System.out.println("The First candidates first name is > >> "+firstCandidate.getFirstName()); > >> out.println("First candidates first name is > >> "+firstCandidate.getFirstName()); > >> > You're saying these two things print something different? > > Dave > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >