java.lang.IllegalArgumentException: The path of an
ForwardConfig cannot be null
while working with struts it displayed
pls very ungent
Answers were Sorted based on User's Feedback
Answer / prashant rajput
You may get this error because of your corresponding Form,
if you have handled ActionErrors validate method.
| Is This Answer Correct ? | 36 Yes | 4 No |
Answer / sasmita
You need to add validate="false" if you don't want
validation for that particular action or you can add
input="current.jsp" attribute for that particular action.
| Is This Answer Correct ? | 4 Yes | 0 No |
Should I override the service() method?
Tell us something about servletcontext interface.
How can the session in servlet be destroyed?
Explain the difference between generic servlet and http servlet?
What are common tasks performed by Servlet Container?
What do you mean by the servlet chaining?
If servlet receives multiple requests, how many objects will it create?
What is the difference between encodeRedirectUrl and encodeURL?
what are the disadvantages of cookies?
How is a servlet implemented in code?
Write a program to show the functionality of servlets.
What is the importance of init() method in Servlet ?