On Fri, 26 May 2000, Thomas Munro wrote:

> In ScreenDefinitions.jsp in Sun's Pet Store demo (which I haven't tried
> to run), I see:
> 
> <j2ee:Screen screen="<%=ScreenNames.MAIN_SCREEN%>">
> 
> When I try to make my own taglib perform the same trick under Orion, the
> expression is not processed at all, and so my tag
> 
> <foo:mytag value="view.<%= bar %>"/>
> 
> receives the literal string "view.<%= bar %>" instead of having the
> contents of bar stuck in there.
> 
> Is the order of processing configurable somewhere?  Can anyone suggest
> where I'm going wrong there?

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

-----------------------------------------------------------
Joseph B. Ottinger               [EMAIL PROTECTED]
http://cupid.suninternet.com/~joeo      HOMES.COM Developer


Reply via email to