Juanjo Cuadrado wrote:
<html:link action="<bean:write name='dataQueries' property='action' />">
   <bean:write name="dataQueries" property="name" />
</html:link>
I think that JSP spec firbids this. The inner <bean.. is ok, however.

I'd use JSTL because it is much shorter.

<html:link action="${dataQueries.action">${dataQueries.name}</html:link>

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to