Re: commandLink not working: FaceTrace

2006-06-23 Thread Gregg Bolinger
I added preserveDataModel="true" to my dataTable and it seems to be working for now.GreggOn 6/23/06, Gregg Bolinger < [EMAIL PROTECTED]> wrote:Has anyone had a chance to look at this by any chance?  I still cannot find a way to resolve this. Thanks.GreggOn 6/22/06, Gregg Bolinger <[EMAIL PROTECTED

Re: commandLink not working: FaceTrace

2006-06-23 Thread Gregg Bolinger
Has anyone had a chance to look at this by any chance?  I still cannot find a way to resolve this.Thanks.GreggOn 6/22/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: I think I might know what is going on.  It just hit me.  When the page is first loaded, the dataTable is empty.  I populate it after I

Re: commandLink not working: FaceTrace

2006-06-22 Thread Gregg Bolinger
I think I might know what is going on.  It just hit me.  When the page is first loaded, the dataTable is empty.  I populate it after I select a category from the dropdown and click the ok button.Now, how do I resolve that if that is truly the case? On 6/22/06, Gregg Bolinger <[EMAIL PROTECTED]> wro

Re: commandLink not working: FaceTrace

2006-06-22 Thread Gregg Bolinger
To add another piece to the puzzle, I placed a commandLink with a different ID and the same actionListener outside othe dataTable, and it triggers the actionListener method just fine.Thanks. On 6/22/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: Let me deliver this problem a bit differently.  I apol

Re: commandLink not working: FaceTrace

2006-06-22 Thread Gregg Bolinger
Let me deliver this problem a bit differently.  I apologize in advance for the long bit of code I am about to post.  I've stripped the page of everything except what is causing the problem and also stripped down the managed bean to just support the page. The commandLinks arren't triggering the acti

commandLink not working: FaceTrace

2006-06-22 Thread Gregg Bolinger
I have a page where the commandLink isn't triggering the associated actionListener.  The link on the page is identical to the link on another similar page.  They are just using different managed beans.                    binding="#{SubCategoryAdminBean.categoryData}"                    value="#{Sub