> -----Original Message-----
> From: Ludovic Maitre [mailto:[EMAIL PROTECTED]
> 
> Hello,
> 
> Could somebody answer to 2 little questions :
> 1- why there is no nested-el taglib ?

When I built Struts-EL, I just concentrated on the three core libraries.
After the 1.1 release, I'm going to try to build both "tiles-el" and
"nested-el".

> 2- Is it possible to reference the current nested property in an
> el-expression ? Because actually i cannot use JSTL in my nests.
> I would write a tag for doing this (put the current nest in page scope
> where he's accessible by jstl tag [i think]) but perhaps there is a
> better solution (which is already coded).

The only way the EL can reference the nested information is if the
information is stored in bean properties in one of the valid scopes.  I
haven't examined how and where the nested tags do this.


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

Reply via email to