To use EL - you need a web.xml that says it is a 2.4 webapp. I think by default - EL is enabled and it can be turned off by url.

But you'll need to see the spec for the intricacies of using EL in your own tag. (So you know the rules of setting data, primitives vs objects vs casting. I haven't the foggiest idea of what they are. I could guess, but I'd be wrong and end up reading the spec. )

-Tim


Raible, Matt wrote:
Understood - thanks for the clear, and to the point error.

Doesn't that mean that the following should work?

    <c:set var="bodyId" scope="request">
        <tiles:getAsString name="body.id" ignore="true"/>
    </c:set>

<body id="${requestScope.bodyId}">?

Or just <body id="${bodyId}">

Because it doesn't work for me.  Do I have to use the 2.4 in web.xml to make
this work?

Thanks,

Matt



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



Reply via email to