I have a grid I am trying to populate in a dynamic report generated in a servlet. I have created a dataset and bound it to a list. Each item in the list is a grid. I am trying to populate the grid with the fields name and value. I cannot access the value from the data set. I am using row["fieldName"] but that seems to be not set. I tried using dataSetRow["fieldName'] but I received an error stating that dataSetRow is not found. Any suggestions?
|
| ||||
feedback
|