creat radio buttons for each row through server-side processing
creat radio buttons for each row through server-side processing
pochana123
Posts: 1Questions: 0Answers: 0
I am in the process of implementing a POC for server-side processing approach. I have few challenges to display the content which has html tags like radio buttons, combo boxes.
I have written a servlet to return the JSON xml through AjaxDatasource but I can only render the plain text columns by adding columns into oacolumns array.
Could you please provide some insight to add html elements(radio buttons and combo boxes) in to the response. If you have any suedo code, pls do share it.
Regards,
Siva
I have written a servlet to return the JSON xml through AjaxDatasource but I can only render the plain text columns by adding columns into oacolumns array.
Could you please provide some insight to add html elements(radio buttons and combo boxes) in to the response. If you have any suedo code, pls do share it.
Regards,
Siva
This discussion has been closed.