nested jsp tags

2000-08-17 Thread Pernikoff, Ben
I am building a custom taglib and I am looking for a way to pass nested jsp tags to the outer tag so that the outer tag will have access to the inner one's properties. I thought I would pass an instance of my inner tag to the outer one with an addTag () method in the outer one and store them. Is

No Subject

2000-08-16 Thread Pernikoff, Ben
I am building a custom taglib and I am looking for a way to pass nested jsp tags to the outer tag so that the outer tag will have access to the inner one's properties. I thought I would pass an instance of my inner tag to the outer one with an addTag () method in the outer one. Problem is I can't

deployment descriptor

2000-08-09 Thread Pernikoff, Ben
I am developing a custom taglib and added: taglib taglib-uri/myproject/taglib-uri taglib-location/WEB-INF/tlds/xyzTags.tld/taglib-location /taglib to the web.xml file. I am getting the following error: Error: 500 Location: /myproject/jsp/MyJsp.jsp Internal Servlet Error: