The JSON string is:
[{"LASTNAME":"Leonard","PERSON_ID":"0","FIRSTNAME":"Erick","FULLNAME":"Erick Leonard"}, {"LASTNAME":"Proctor","PERSON_ID":"1","FIRSTNAME":"Gretchen","FULLNAME":"Gretchen Proctor"}]
What is missing is the
{"data":
as in
{"data":[{"LASTNAME":"Leonard","PERSON_ID":"0","FIRSTNAME":"Erick","FULLNAME":"Erick Leonard"}, {"LASTNAME":"Proctor","PERSON_ID":"1","FIRSTNAME":"Gretchen","FULLNAME":"Gretchen Proctor"}]}
?
OK, shall figure out how to incorporate the prefix {"data": either in the backing bean or in the view [index . xhtml]
Also, please, I LOVE ParamQuery and think it is the greatest. I am not looking for a HAND OUT in code, I am seeking a HAND UP, to discover and understand and learn. Any references of instruction you may point to in resolving any ParamQuery issues, please share the reference -- that I may study and resolve the ParamQuery challenges.
Please, what would the URL be ?