Friendly developers,

I am substituting html:link to html:submit, to populate the actionForm before to 
change the action.
I would like use html:submit button to edit items of a collection.
When I ws using html:link I had specified a property of this item to find its.
So... how could I substitute html:link to html:submit ???


I was using ...
          <sslext:link
           page="/addresses/main.do"
           paramId="hash"
           paramName="address"
           paramProperty="hash">
          <bean:write name="address"property="streetAddress"/>
         </sslext:link>

And I am trying using ...
      <html:submit property="buttonAddress(address.hash).name">Edit
      </html:submit>
but it doesnt work

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to