Hi All,
My requirement is that i should display a report in form of a datatable(in tabular format) and i want to provide hyperlink to 1st columns for each row so that when that link is clicked some other page is opened with some parameter passed from that link. For that my
jsp file is below
Here is the CustomerBS class
Below is my faces-config.xml file
Its
not working and i have tried almost all the combinations. Please suggest what is wrong in this.Everytime when i click the link the same page opens but with null rows and columns.