java.lang.IllegalArgumentException: The path of an
ForwardConfig cannot be null
while working with struts it displayed
pls very ungent
Answer Posted / chandu
check for input attribute in action tag
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
Explain in brief the directory structure of a web application?
Why doesn’t a servlet include main()?
What's the advantages using servlets than using cgi?
Why doesn’t a servlet include main()? How does it work?
What is a servlet engine?
What are the new features added to servlet 2.5?
What is Servlet API used for connecting database?
What is the difference between the http servlet and generic servlet?
How do you get the ip address of the client in servlet?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is the use of java servlet api?
Explain the difference between generic servlet and http servlet?
Why the concept of single thread model interface is used?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Why do we need a constructor in a servlet if we use the init method?