Again i am trying to run a Roo application on Websphere.

I use the same solution i described on this post:

http://forum.springsource.org/showpo...27&postcount=3

but now i am getting a different error:

org.apache.tiles.impl.CannotRenderException: ServletException including path '/WEB-INF/layouts/default.jspx'.
at org.apache.tiles.impl.BasicTilesContainer.render(B asicTilesContainer.java:692)
at org.apache.tiles.impl.BasicTilesContainer.render(B asicTilesContainer.java:644)

....

Caused by: javax.servlet.jsp.el.ELException: No function is mapped to the name "fn:toLowerCase"
at org.apache.commons.el.Logger.logError(Logger.java: 481)
at org.apache.commons.el.Logger.logError(Logger.java: 498)

....

It seems to be a problem with "fn:toLowerCase" which is used mostly in tagx files

<c:if test="${empty label}">
<spring:message code="label_${fn:toLowerCase(fn:substringAfter(id, '_'))}" var="label" htmlEscape="false" />
</c:if>

Any help is welcome

Thanks

Ignacio