i have a datatable in my
jsp ,inside the datatable i am displaying 10 rows of data. I need to select the row while the user clicks on that row. so i put commandEXrowaction . Till here it works fine .now the pblm. In this rows one feild i need to make it as a commandLink to call anothere action. But that action it never happening, it always commandEXrowaction is happening . Please help me how to resolve this issue ?