Eddie We talked about using tag files for building reusable components.
But I want to use <netui> elements with dataSource attribute in the tag file I want to evaluate the container.item to the real (ie) pageFlow.list[xxx].xxxx and pass it to the tag file and use for the dataSource attribute in the tag file Thank You Srinivas -----Original Message----- From: Eddie O'Neil [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 9:03 PM To: Beehive Users Subject: Re: Expression evaluation What do you mean by "real object"? The "container" object is present in the JspContext as are all JSP 2.0 implicit objects, so you can always just get ahold of it in scriptlet. But why? It's best to avoid code in the page :), so why do you need to code directly against this object? Eddie On 6/13/06, Srinivas Surapaneni <[EMAIL PROTECTED]> wrote: > Is there any way to get the real object using expression evaluator for > container.item? > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.394 / Virus Database: 268.8.3/362 - Release Date: 6/12/2006 > > > -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.8.3/362 - Release Date: 6/12/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.8.3/362 - Release Date: 6/12/2006
