Re: creating tld(help)

2004-09-13 Thread Matt Bathje
vineesh . kumar wrote: Can someone suggest a good example of creating a jsp custom tag and using it?. Actually i want to access a vector object at the request scope and tried to write a tld and the class. my tld has the attribute name and at in the tld handling class i tried like this Ve

creating tld(help)

2004-09-12 Thread vineesh . kumar
Can someone suggest a good example of creating a jsp custom tag and using it?. Actually i want to access a vector object at the request scope and tried to write a tld and the class. my tld has the attribute name and at in the tld handling class i tried like this Vector vect=(Vector)page