Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
@ -21,7 +21,7 @@
<c:param name="toast" value="${settings_toast}"/>
</c:import>
<form:form method="post" action="advancedSettings.view" commandName="command">
<form:form method="post" action="advancedSettings.view" modelAttribute="command">
<table style="white-space:nowrap" class="indent">
<tr>
@ -35,7 +35,7 @@
<form:form commandName="command" action="databaseSettings.view" method="post">
<form:form modelAttribute="command" action="databaseSettings.view" method="post">
<p><fmt:message key="databasesettings.moreinfo"/></p>
@ -16,7 +16,7 @@
<form:form method="post" action="generalSettings.view" commandName="command">
<form:form method="post" action="generalSettings.view" modelAttribute="command">
@ -28,7 +28,7 @@
<form:form commandName="command" action="musicFolderSettings.view" method="post">
<form:form modelAttribute="command" action="musicFolderSettings.view" method="post">
<table class="indent">
@ -22,7 +22,7 @@
<c:otherwise>
<fmt:message key="passwordsettings.title" var="title"><fmt:param>${command.username}</fmt:param></fmt:message>
<h2>${fn:escapeXml(title)}</h2>
<form:form method="post" action="passwordSettings.view" commandName="command">
<form:form method="post" action="passwordSettings.view" modelAttribute="command">
<form:hidden path="username"/>
@ -27,7 +27,7 @@
<fmt:message key="common.default" var="defaultTitle"/>
<form:form method="post" action="personalSettings.view" commandName="command">
<form:form method="post" action="personalSettings.view" modelAttribute="command">
@ -77,7 +77,7 @@ $(document).ready(function() {
</tr>
</table>
<form:form commandName="command" method="post" action="playerSettings.view">
<form:form modelAttribute="command" method="post" action="playerSettings.view">
<form:hidden path="playerId"/>
<table class="ruleTable indent">
@ -12,7 +12,7 @@
<form:form commandName="command" action="podcastSettings.view" method="post">
<form:form modelAttribute="command" action="podcastSettings.view" method="post">