Hello,
what is the syntax for passing parameter in custom tag?
For instance,
calculateTotal is defined in my tld file and it takes two numbers(num1,num2) and add them. what will be the syntax in the
jsp to display the total using calculateTotal .
I know if no parameter is passed it will be:
<
test:calculateTotal>
i have been looking for examples of how to pass parameter in custom tag but can' t get any.
Thanks a lot.