I have a case that would need OgnlUtils like functionality in Tap 4.0. We have a non visual component that is embeded into loops . That component evaluates a user supplied expression on a user supplied root object when it's called upon to render (but not rewind). It uses OgnlUtils.
Geoff On 8/24/05, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > 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] > > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Announcement Feed: http://www.jroller.com/rss/glongman?catname=/Announcements Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
