NoSuchMethodException while using Taglibs

2001-10-28 Thread Gopalakrishnan Ramanujam
I am using the Tag libraries directly from the servlet. I have a form with dummy bean. I do not want to have a getter and setter methods for any of the property. I will get the getParameter for retrieving individual elements from the form. When I tried to call doStartTag of the HTML Tags , I ge

Is there a TextTagLib without a bean

2001-10-22 Thread Gopalakrishnan Ramanujam
Hi, I am using the Taglib to generate the HTML content for my page. I cannot have a JSP and bean because all my contents are dynamic in nature. For this reason I am calling the Taglib directly from a servlet to generate the HTML(I am using the Taglib to have a common look across all the apps u