DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502

tiles:insert in jsp called from DefinitionDispatcherAction not working





------- Additional Comments From [EMAIL PROTECTED]  2003-03-24 18:19 -------
I've been using this JSP as work around for a while now:

<%@ page language="java" %>
<%@ taglib uri="struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="struts-bean.tld" prefix="bean" %>
<%@ taglib uri="struts-logic.tld" prefix="logic" %>

<logic:present parameter="def">
    <bean:parameter id="toDef" name="def" /> 
    <tiles:insert definition="<%= toDef %>" flush="true" />
</logic:present>

You can use it like this: "/path/dispatchDef.jsp?def=.empleado", or you can 
create a servlet mapping for this jsp under the same name you have been using 
for the DefinitionDispatcherAction, so you don't need to update the rest of 
your source/config files.

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

Reply via email to