Hello,

is there an API for expression language evaluation?

E.g. it should be able to evaluate the following attribute values:

${bean.property}
  Should be evaluated to the property value of the bean.

${empty collection}
  should be evaluated to true/false

foobar
  should become the string "foobar".

Does the JSTL provide such an API?

Thank You,

Hans


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



Reply via email to