> > <foo:mytag value="view.<%= bar %>"/>
> >
> > receives the literal string "view.<%= bar %>" instead of having the
> > contents of bar stuck in there.

> In taglib.tld, set the value of the rtexprvalue to "true" for the
> "value" attribute.

Also, try changing your tag to <foo:mytag value="<%= "view." + bar %>"/>.

I'm unsure as to where this is in the spec, but I find taglibs only seem to
recognise dynamic expressions if the entire attribute is in <%= %>.

-Joe Walnes


Reply via email to