The problem is that we haven't built a "tiles-el" library.  That's one
of the things I'd like to accomplish in the 1.2 (1.1.1?) time frame.
It's not that difficult, but I don't want to implement any more major
changes for 1.1.  Until then, I guess that attribute has to take a
scriptlet expression, however you build it.

> -----Original Message-----
> From: Trevor Nightingale [mailto:[EMAIL PROTECTED]
> 
> 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