<@s.m "global.position"/>: <@s.m "shopDictionary.function"/> - <@s.m "global.edit"/>
<@p.form id="jvForm" action="o_update.do">
<@p.text label="shopDictionary.name" name="name" value=shopDictionary.name required="true" class="required" maxlength="100"/><@p.tr/>
<@p.select label="shopDictionaryType.function" name="shopDictionaryTypeId" value=shopDictionary.shopDictionaryType.id list=sdtList listKey="id" listValue="name" required="true"/><@p.tr/>
<@p.td>
<@p.hidden name="id" value=shopDictionary.id/>
<@p.hidden name="priority" value=shopDictionary.priority/>
<@p.submit code="global.submit"/> <@p.reset code="global.reset"/>@p.td>
@p.form>