Hello How can I get property method with arguments? Here is my example code from my TagSupport class:
TagUtils.getInstance().lookup(ipage, iname, "myMethod", iscope); ... and i want to lookup for: TagUtils.getInstance().lookup(ipage, iname, "myMethod(a,b)", iscope); Is there any way to get it? Regards, Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

