How to insert a form with update, delete and insert interface dynamically including dynamic dropdown menu

in #html6 years ago (edited)

Credits go to Joshau Forsyth and Amanda Cox:
It is important to create a form that is based on the content of the database. For example, the list of papers arleady in the database, or the list of program committee members in the database. Below, this is achived by JSTL.

Unfortunately, I don't know how to paste raw HTML code here, so you will have to view the source of this page to see the code. Let me know if you know how to include raw HTML code in this page so that the tags are not rendered as undesired. Thanks

(html comment removed:
Table in reviewList.jsp

// This is the cell for the recommendation checkbox // This is the cell for the paperID dropdown // This is the cell for the memberIDdropdown // action is the param we check in servlet, to decide whether to insert/update/delete // action is the param we check in servlet, to decide whether to insert/update/delete // check action in servlet, to decide whether to insert/update/delete
ID Date Comments Recommend Paper ID Member ID    
${review.reportID } ${paper.paperID } ${paper.paperID } ${pcMember.memberID } ${pcMember.memberID }
(new) ${paper.paperID } ${pcMember.memberID }
)

Coin Marketplace

STEEM 0.28
TRX 0.13
JST 0.032
BTC 65122.70
ETH 2948.71
USDT 1.00
SBD 3.66