need help regarding java servlet.
HI all..
I have a html page which contain four text box in which user have 2 fill four integer value.These values will be taken by a servlet and pass to a second servlet which contain code of jfree chart for creation of graph according to user input.The problen is that I am getting only a croos mark instead of getting graph.I do not know where I am doing mistake?:confused:
I have made a folder dynamicpage in webaaps folder of tomcat4.1 which contain webinf folder and my html page.In web-inf 2 folder classes and lib is there and a web-xml file is there.