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 the types of protocols supported by httpservlet ?
Why setMaxAge() and getMaxAge() methods are used in Cookies?
What are the functions of Servlet container?
What’s the use of the servlet wrapper classes??
List out difference between a JavaBean from a Servlet?
Can we use threads in Servlets?
what are the disadvantages of cookies?
How can the session in servlet be destroyed?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
Can we use javascript in Servlets?
What is the major difference between context parameter and context attribute?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?