Matthias Kerkhoff wrote:

> Hi Joe,
>
> > mayby i am wrong but
> > PageContext.SESSION is a string, so how could it expose a property "new" ?
>
> It's a string. That's correct. However, I have used it as RTE to specify
> the _name_ of a bean that has a property "new" (at least, that was my
> intention). It's no longer important for me, I'm using java code now.
>

FYI, I am making a pass through the various TLDs, and changing <rtexprvalue> to
true in must cases.  Please review the TLDs in the most recent daily downloads
and let me know if I missed your favoriate one.

>
> That leaves the question if I could expect to find the implicit page,
> request and session objects stored in the pagecontext name table (c/w javadoc
> for PageContext) ?
>

At least under Tomcat, these objects are available as page scope attributes,
under the symbolic names like PageContext.SESSION and so on.  I believe this is
required, but haven't had a chance to double check.

>
> Matthias                        (mailto:[EMAIL PROTECTED])

Craig


Reply via email to