Nicolas De Loof wrote:
It looks like your JSP doesn't include tiles taglib def :

<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>

no, it does ;-) (im using <tiles: in other place of this jsp,
and it works)
but your suggestion a la:

<bean:define id="tbl_1_name" scope="page">
    <tiles:getAsString name="tbl_1"/>
</bean:define>

works fine.
thx very much and regards,
juri


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

Reply via email to