Yes, you'll need to inject the tapestry.ognl.ExpressionCache service. However, given that expression caching is built into the tapestry.ognl.ExpressionEvaluator, service don't see why you would need to get parsed expressions.
On 8/24/05, Eric Schneider <[EMAIL PROTECTED]> wrote: > Hi, > > In a 3.0 application I made use of some OgnlUtils API. The class > appears to be gone in 4.0. > > Is there a suggested 4.0 replacement for the following: > > OgnlUtils.getParsedExpression(property); > > Thanks! > Eric > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
