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 is the difference between Servlets and Applets?
Can you use javascript in servlets?
What are the types of ServletEngines?
Why do we need servlet filter?
Is tomcat a servlet container?
explain the advantages of servlet life cycle?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
What type of protocols are used in HttpServlet?
Why don't we write a constructor in a servlet?
Explain the methods in Generic and HTTP Servlets?
What is a parser. What does a parser do with a XML? Why do we need it?
What is the first statement in jsp page.