java - Why is my post not give data to my controller from my form? -
i developing sprin mvc application , have form containing table in 1 of ui jsp's, (welcome.jsp) , when submit button clicked, trying print out data in form web applications console.from there intend parse checkboxes selected , have controller send 'selected' data databased updated next status in applications flow. so far form 'successfully' posting in no error or exceptions being thrown, printed statement in console blank makes me think no data being sent, , welcome fix this. here setup of have, not actual code rough set of elements , methods. welcome.jsp: <form action="<c:url value="/postpage" />"method="post" modelattribute="rtable"> <br/> <table> <thead> <tr> <th>title1</th> <th>title2</th> <th>title3</th> <th><sele...