WIP
[demos/spring-boot] / src / main / resources / templates / form.html
index f009beb..4105325 100644 (file)
               </div>
               <div class="form-group">
                 <input type="text" th:field="*{row[__${card.key}__]}" />
-                <button type="submit" name="add" value="row" class="btn btn-primary">Add Row</button>
+                <button type="submit" name="add" th:value="${card.key}" class="btn btn-primary">Add Row</button>
               </div>
             </div>
             <div class="card-footer">
-              <button type="submit" name="remove" value="card" class="btn btn-primary">Remove Card</button>
+              <button type="submit" name="card" th:value="${card.key}" class="btn btn-primary">Remove Card</button>
             </div>
           </div>
         </div>
-        <p><button type="submit" name="add" value="card" class="btn btn-primary">Add Card</button></p>
+        <p><button type="submit" name="card" value="add" class="btn btn-primary">Add Card</button></p>
       </form>
     </main>
   </body>