On Thu, Mar 6, 2008 at 4:59 PM, Dale Newfield <[EMAIL PROTECTED]> wrote:
> Chris Pratt wrote:
>  > The proposed flow (with <rtexprvalue>false</rtexprvalue):
>
>  The bit you're missing is that if you have a tag attribute with
>  rtexprvalue set to false that contains what the container thinks is an
>  EL expression (i.e., "${foo}"), the jsp compilation will fail, so it
>  will never execute and pass the string "${foo}" on to your tag.  As
>  previous posters suggested, I believe the only way to prevent this is to
>  tell the container to never evaluate these el expressions, which has the
>  previously mentioned down-sides.
>

I don't know about other containers, but this works great on Resin.  I
do it today.
  (*Chris*)

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

Reply via email to