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 |
What are the objects involved when a servlet receives a call from client?
What is the difference between the http servlet and generic servlet?
What do you mean by default initialization in java servlet?
Servlet Chaining? How do you do the Filtering in Servlets?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
How do you create a cookie using servlet?
What is a Session Id?
what are the CGI Programs?
What is connection pooling?
What do you mean by servlet?
explain filters in java?
how to pass parameter from servlet to html form