RE: Problem with h:commandLink in t:dataTable

2008-09-09 Thread Vinaya Tirikkovalluru
, September 09, 2008 10:25 AM To: MyFaces Discussion Subject: Problem with h:commandLink in t:dataTable Hi Everyone, I have a little big problem, I got a CRUD like app, in the main form I have a data table that shows the result of a query and every row has a link to jump to the edit page

Problem with h:commandLink in t:dataTable

2008-09-09 Thread m4rkuz
Hi Everyone, I have a little big problem, I got a CRUD like app, in the main form I have a data table that shows the result of a query and every row has a link to jump to the edit page, everything works fine, until I try to go to the next page *h:commandLink action="#{backingBean.edit}" *with th