Hi, On 1/15/07, Tom van Zummeren <[EMAIL PROTECTED]> wrote:
You are saying that you use JCR objects directly as the model to access in the view. But if you're using JSP for the view, you can't call methods like getProperty(String) using the JSTL expression language. So I guess you're using scriptlets to access them, but I would rather use taglibs and JSTL. How do you do it?
There's a nice JCR taglib implementation written by Edgar Poce in the Jackrabbit contrib directory within the svn trunk. It's not yet included in the official releases, but it shouldn't be a problem to get it included in Jackrabbit 1.3 if there's demand. Jukka Zitting
