RE: need a scope/visibility example (newbie)

2003-03-06 Thread Karr, David
You likely will have more problems if you don't have time to read the specification. The JSTL expression language can only reference javabeans properties, collections entries, and map entries. It can't reference variables directly, and it can't call functions, except for javabeans property getter

need a scope/visibility example (newbie)

2003-03-06 Thread Emmanuil Batsis (Manos)
Hi folks, Can someone please tell me how to make the following expression evaluate correctly? I know I have to check with the documentation but I'm under pressure and can't figure it out right now... Thanks, Manos - To uns