work on both jsp 2.0 and 2.1

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@428762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-08-04 15:55:40 +00:00
parent c39db4fd13
commit af0ff61f42
1 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@
<ww:textfield name="name" label="Name" size="50" />
<ww:textfield name="directory" label="Directory" size="100" />
<c:set var="list">\#{'default' : 'Maven 2.x Repository', 'legacy' : 'Maven 1.x Repository'}</c:set>
<ww:select list="${list}" name="layout" label="Type" />
<ww:select list="#@java.util.HashMap@{'default' : 'Maven 2.x Repository', 'legacy' : 'Maven 1.x Repository'}"
name="layout" label="Type" />
<ww:checkbox name="includeSnapshots" fieldValue="true" label="Snapshots Included" />