> -----Original Message----- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 04, 2002 9:30 AM > To: Struts Developers List > Subject: Re: Nested taglib with EL?
> Personally, I'd suggest not trying to support "partial > references" in the > struts-el library similar to what the nested taglib can do. > We would have > to define the semantics of this ourselves, which is unlikely to be > compatible with whatever does finally happen on the > standardization front. If you're referring to what I think you are, I would unfortunately agree. I started down this path when I started thinking about Struts-EL, when I thought about how I could "replace" the "name/property" system with pure EL references. I discovered that the JSTL support library allowed me to evaluate expressions in a "context" which I could somewhat define. However, I ultimately concluded that this was impractical, and the best thing that Struts-EL could do was simply to evaluate individual attribute values through the EL engine, and not modify the semantics of the underlying tag. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>