Or in a JSP 1.0 environment, use the EL Struts libraries:
<html-el:link action= ... On 10/27/06, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote:
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]>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]