The jsp page listed below fails with 

[ServletException in:/tiles/common/sasWizardDataSource.jsp] Error - Tag Insert : Can't 
get definition '${map["selectedConnection"]}'. Check if this name exist in definitions 
factory.' 

The expression '${map["selectedConnection"]}' is not being resolved prior to the 
insert tag being actioned. Why is this and does anyone have any suggestions on how to 
work around it ?

Thanks is advance,
Trevor

Here is the page source.....


<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>

<p>JSTL <c:out value="${sessionScope.wizardController.currentPage}" /></p>
<p>JSTL <c:set var="map" scope="page" 
value="${sessionScope.wizardController.wizardParameters}" /></p>
<p>JSTL <c:out value='${map["selectedConnection"]}' /></p>

<tiles:insert definition='${map["selectedConnection"]}' />








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

Reply via email to