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 purpose of dispatcherservlet properties?
Can you send an authentication error from a servlet?
What is the default HttpRequest method?
can v create a constructor 4 servlet?
What is difference between PrintWriter and ServletOutputStream?
Is it possible to call servlet with parameters in the URL?
How do we go with database connection and log4j integration in servlet?
What are the difference between HttpServlet and GenericServlets?
If servlet receives multiple requests, how many objects will it create?
In jsp custom tags from child tags to how many levels of parent tags you can acess
Can servlet have a constructor ?
What is the difference between genericservlet and httpservlet