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 different types of Servlets?
What is called servlet container?
How servlets can be automatically reloaded?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
Which is the methods of generated servlet?
Can we define constructor in Servlet class?
What are the exceptions thrown by servlets? Why?
Why session tracking is needed?
Difference between httpservlet and generic servlets?
Can you use javascript in servlets?
How to pass a requrest object of one servlet as a request object to another servlet?
What is difference between Forward() and sendRedirect() methode?