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 |
Why is Servlet so popular?
What are the uses of servlet and what is servlet chaining?
Explain Servlet Chaining ?
Explain the methods of request dispatcher in servlet?
what are the disadvantages of cookies?
What is a deployment descriptor?
Name the webserver that is used to run Servlets?
What are cookies and how will you use them?
Why session tracking is needed?
How do I use cookies to store session state on the client?
What are the types of servlet?
Which interface must be implemented by all servlets?