Hi,

       

      I would like to be able to add whatever is the currently selected option 
from my selection box as a parameter to the url shown below.  I am able to 
attach the id as a parameter but I cannot figure out how to do the same for the 
selection box.  I would greatly appreciate any assistance in doing this.  
Thanks.

 

Regards,

Farshad

 

      <td><s:property value="id"/></td>
      <td><s:property value="firstName"/></td>   
      <td><s:property value="lastName"/></td>
      <td><s:property value="dob"/></td>
      <td><s:property value="nationalityCD"/></td>
      <td><s:select name="myEditSelections" emptyOption="false" 
list="editViewOptions" theme="simple"/></td>
      <td>
          <s:url id="editUrl" value="Individual_edit.action">
                     <s:param name="individualId" value="id"/>
                     <s:param name="editViewOption" value=    />
          </s:url>
          <s:a href="%{editUrl}">Edit</s:a>
      </td>    

_________________________________________________________________
With Windows Live, you can organize, edit, and share your photos.
http://www.windowslive.com/Desktop/PhotoGallery

Reply via email to