On Sun, Jun 08,'03 (10:09 PM GMT-0300), Rodrigo wrote: 

> Sorry friend, but it doesnt work too.
 
<snip>

> 
> Marco Tedone writes:
> > Try:
> > 
> > <logic:iterate name="valueObject"property="addresses"id="address">
> >   <bean:define id="buttonName" name="address" property="hash" />
> >   <tr>
> >    <td>
> >    </td>
> >    <td>
> >      <html:submit property="editAddress" value='<%= buttonName %>'
> > title="Alterar"/>Alterar</html:submit>

Try <% out.print( buttonName.toString() ); %>

You'd think <%= would call the toString() method and everything should
be fine, but I've run into this before and forget the reason why just
using the scriplet <%=  %> doesn't work when you nest that inside of
tags. Try the above and let me know how it turns out.

-- 
Rick


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

Reply via email to