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 a deployment descriptor?
where the generated jsp source file are stored?
How servlet is created?
What do you mean by deployment descriptor?
What do you understand by mime type?
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
Whether thread can be used in servlets?
How do you communicate in between Applets and Servlets?
What is connection pooling?
What is the difference between CGI and Servlet?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What is the difference between Servlets and Applets?