Can anyone help?
See code below.  It's a very simple iterate.  
I have an <html:hidden > form item called 'id'.
I want to set itemName (in the submitRollo tag) to the value of that id.
(it's a submit button tag)
Keep in mind this is in an iterate tag and that there will be many buttons
all with the same action and name.

Can I do something like '<%= formBean.getter().nestedGetter() %>'

I swear I've tried every combo and nothing works.  All I want is the primary
key of the record.  
Any ideas?


<logic:iterate id="notes" name="clientNotesListForm" property="notesResults"
>
<tr>
        <td><bean:write name="notes" property="id"/></td>
        <html:hidden name="notes" property="id" />
        <td><com:submitRollo fileName="button.viewNote1"  itemName="<%= I
want this to be the value of the hidden 'id' form item%>"
formName="clientNotesListForm" action="viewNote"
statusLine="status.viewNote"/></td>
</tr>   
</logic:iterate> 

Thanks!
Christine Robb
Programmer/Analyst
Pangaea Systems
PH: (250) 360-0111
FX: (250) 381-4306
www.pangaeainc.com
[EMAIL PROTECTED]

Reply via email to