[jira] Commented: (MYFACES-539) h:datatable correctly calls my backing bean's method once on first request, but calls the method twice on subsequent requests (i.e. refresh)

2005-09-08 Thread Joseph Yi (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-539?page=comments#action_12322965 ] Joseph Yi commented on MYFACES-539: --- Thanks Mike, that makes sense. Feel free to close this issue if you wish. > h:datatable correctly calls my backing bean's method once

[jira] Commented: (MYFACES-539) h:datatable correctly calls my backing bean's method once on first request, but calls the method twice on subsequent requests (i.e. refresh)

2005-09-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-539?page=comments#action_12322964 ] Mike Kienenberger commented on MYFACES-539: --- You'll either see the same behavor, or the behavior could change at some future point where you'll see the same behavi

[jira] Commented: (MYFACES-539) h:datatable correctly calls my backing bean's method once on first request, but calls the method twice on subsequent requests (i.e. refresh)

2005-09-08 Thread Joseph Yi (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-539?page=comments#action_12322963 ] Joseph Yi commented on MYFACES-539: --- That's disconcerting; why does it have to make multiple calls anyway? The application I'm developing involves updating a 'read' count

[jira] Commented: (MYFACES-539) h:datatable correctly calls my backing bean's method once on first request, but calls the method twice on subsequent requests (i.e. refresh)

2005-09-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-539?page=comments#action_12322959 ] Mike Kienenberger commented on MYFACES-539: --- JSF imposes no limit on the number of times your backing bean's method might be called. If it's an expensive or non-r