How to set checked Checkbox based on database record?
问题 I would like to raise a question about JSP checkbox I want to loop the subscription list from the database. At the same time, I loop the specific user's subscription request. For example, in the subscription list, there are several items, says System Analyst System Developer System Manager System Tester In the subscription list, the user subscribed 2 of them, says System Manager System Tester In the looping, I will loop a table with a checkbox column to show all the subscription value. I