You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Brett Porter <br...@apache.org> on 2006/09/19 06:14:55 UTC

Re: svn commit: r442453 - in /maven/continuum/branches/release-integration/continuum: continuum-release/src/main/java/org/apache/maven/continuum/release/ continuum-release/src/main/java/org/apache/maven/continuum/release/executors/ continuum-webapp/src/mai...

Why aren't the below using:

<ww:text name="release" label="Release Version" />
etc.

and:
<ww:select ... /> for the option list?

- Brett


On 12/09/2006, at 3:15 PM, epunzalan@apache.org wrote:

>
> Modified: maven/continuum/branches/release-integration/continuum/ 
> continuum-webapp/src/main/webapp/prepareRelease.jsp
> URL: http://svn.apache.org/viewvc/maven/continuum/branches/release- 
> integration/continuum/continuum-webapp/src/main/webapp/ 
> prepareRelease.jsp?view=diff&rev=442453&r1=442452&r2=442453
> ====================================================================== 
> ========
> --- maven/continuum/branches/release-integration/continuum/ 
> continuum-webapp/src/main/webapp/prepareRelease.jsp (original)
> +++ maven/continuum/branches/release-integration/continuum/ 
> continuum-webapp/src/main/webapp/prepareRelease.jsp Mon Sep 11  
> 22:15:38 2006
> @@ -25,22 +25,22 @@
>            <h3><ww:property value="name"/></h3>
>            <input type="hidden" name="projectKeys"  
> value="<ww:property value="key"/>">
>            <div class="axial">
> -          <table border="1" cellspacing="2" cellpadding="3"  
> width="100%">
> -            <tr>
> -              <th>Release Version*</th>
> -              <td>
> -                <input type=text name="relVersions"
> -                       value="<ww:property value="release"/>"  
> size="100">
> -              </td>
> -            </tr>
> -            <tr>
> -              <th>Next Development Version*</th>
> -              <td>
> -                <input type=text name="devVersions"
> -                       value="<ww:property value="dev"/>" size="100">
> -              </td>
> -            </tr>
> -           </table>
> +            <table border="1" cellspacing="2" cellpadding="3"  
> width="100%">
> +              <tr>
> +                <th>Release Version*</th>
> +                <td>
> +                  <input type=text name="relVersions"
> +                         value="<ww:property value="release"/>"  
> size="100">
> +                </td>
> +              </tr>
> +              <tr>
> +                <th>Next Development Version*</th>
> +                <td>
> +                  <input type=text name="devVersions"
> +                         value="<ww:property value="dev"/>"  
> size="100">
> +                </td>
> +              </tr>
> +             </table>
>             </div>
>          </ww:iterator>
>
>
> Modified: maven/continuum/branches/release-integration/continuum/ 
> continuum-webapp/src/main/webapp/releaseProject.jsp
> URL: http://svn.apache.org/viewvc/maven/continuum/branches/release- 
> integration/continuum/continuum-webapp/src/main/webapp/ 
> releaseProject.jsp?view=diff&rev=442453&r1=442452&r2=442453
> ====================================================================== 
> ========
> --- maven/continuum/branches/release-integration/continuum/ 
> continuum-webapp/src/main/webapp/releaseProject.jsp (original)
> +++ maven/continuum/branches/release-integration/continuum/ 
> continuum-webapp/src/main/webapp/releaseProject.jsp Mon Sep 11  
> 22:15:38 2006
> @@ -17,6 +17,11 @@
>            <br/>
>            &nbsp;&nbsp;&nbsp;
>            <select name="preparedReleaseName">
> +            <ww:iterator value="releaseList">
> +              <option value="<ww:property/>">
> +                <ww:property/>
> +              </option>
> +            </ww:iterator>
>              <ww:if test="preparedReleaseName != null">
>                <option selected value="<ww:property  
> value="preparedReleaseName"/>">
>                  <ww:property value="preparedReleaseName"/>
>