Hi, I am trying to implement Master/Detail kind of application. If not exact I used a similar approach explained on Myfaces Wiki (http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters). When I click on the link nothing happens, method is never called. My listBean is in session scope as required.
I also get some java script errors in my browser which say that "clear__5Fid1()" is not defined and when i declared dummy function, I got another error saying "document.forms._id1.elements._id1:_link_hidden_" is null or not an object. Are we supposed to declare the clear__5Fid1() function? I am not sure if this related to the commandLink issue. Any help is appreciated. Thanks, Praveen. -- View this message in context: http://www.nabble.com/commandLink-issue-in-datatable-tf2510021.html#a6999940 Sent from the MyFaces - Users mailing list archive at Nabble.com.

