Re: Weird problem with dataTable, commandButtons, inputText

2006-06-12 Thread Jeff Bischoff
From: Jeff Bischoff [mailto:[EMAIL PROTECTED] Sent: Fri 6/9/2006 2:09 PM To: MyFaces Discussion Subject: Re: Weird problem with dataTable, commandButtons, inputText John, I might have a clue for you... When the page is initially displayed, is selection equal to null? i.e. #{backer.selection

Re: Weird problem with dataTable, commandButtons, inputText

2006-06-09 Thread Jeff Bischoff
John, I might have a clue for you... When the page is initially displayed, is selection equal to null? i.e. #{backer.selection} would return null. If so then, #{backer.selection.firstName} will result in a null pointer exception, which in my experience with myfaces, does not display any kind

RE: Weird problem with dataTable, commandButtons, inputText

2006-06-09 Thread John Mani
Yup, that was it. The lack of any sort of error message didn't help either. -john From: Jeff Bischoff [mailto:[EMAIL PROTECTED] Sent: Fri 6/9/2006 2:09 PM To: MyFaces Discussion Subject: Re: Weird problem with dataTable, commandButtons, inputText John, I

Weird problem with dataTable, commandButtons, inputText

2006-06-07 Thread John Mani
Title: Re: How to update a dataTable without refresh the page? Hi I am seeing a weird problem: I have a page that has a toplevel panelGrid with 2 columns. In the left column, I have a panelGroup containing a bunch of textfields for text entry and then a commandButton with an