Hi All,

I hope this is the correct list to send this e-mail. 

I have installed Jelly and perused a bit the source code and documentation. 
I'm planning to use it for one of our projects... Well the question I want to ask is: 

Is it possible to define your own functions on a Jelly tag library (the same 
way it is possible on JSP 2.0)? Like in:

<j:jelly xmlns:c="jelly:core" xmlns:foo="jelly:FooTagLibrary">
    <c:if test="${foo:myfunction(param.value)}">
        ${param.value}
    </c:if>                
</j:jelly>

In my view that is a very powerfull feature of JSP 2.0. and it would be 
nice to have it in Jelly. My apologies to the developers if the feature is 
already there and I didn't mangage to find how to use it.

Best regards,

Ernesto Reinaldo Barreiro 


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

Reply via email to