jsp variable in html

Solutions on MaxInterview for jsp variable in html by the best coders in the world

showing results for - "jsp variable in html"
Idriss
19 May 2019
1long taskId = 223;
2//
3<input type="hidden" name="taskId" value=<%=taskId%> />