Hi,

> <jx:choose>
> <jx:when test="starts-with('${colors.get(block.getColor())}','/')">

Try: <jx:when test="#{starts-with(color.get(block.getColor()), '/')}">


(#{} = xpath, ${} = jexl)

For me using the java versions usually work:

<jx:when test= "${color.get(block.getColor()).startswith('/')}">

HTH.

Bye, Helma

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

Reply via email to