I am using tomahawk dataList, where I use
rowIndexVar="rowIndex"
Inside the dataList I have been using verbatim, where I need to retreive the rowIndex thro' JSP EL ${rowIndex}. How can I achieve it.
|
I am using tomahawk dataList, where I use
Inside the dataList I have been using verbatim, where I need to retreive the rowIndex thro' JSP EL ${rowIndex}. How can I achieve it. |
||||
|
|
Anything in I.e. don't do
but rather do
True, it's ugly, but if you're using JSF 1.2 or newer, you can omit the
Or if you're on JSF 2.0 with Facelets, you can even use unified EL in template text:
|
||||
|
|