java.lang.IllegalArgumentException: The path of an
ForwardConfig cannot be null
while working with struts it displayed
pls very ungent
Answer Posted / 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 |
Post New Answer View All Answers
What are the ways to handle multi-threading in servlets?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Which protocol will be used by browser and servlet to communicate
What is the dispatcher servlet?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is Client-Server Computing?
How do you deal property files in servlet?
Why servlet is mostly used?
What do you mean by filter in servlet?
How to get the current httpsession object?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What do you mean by cgi and what are its drawbacks?
What is java servlet?
Explain how does JSP handle run-time exceptions?
How we can call a jsp from the servlet?