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 servlet configuration?
How do you invoke a servelt?
What is the capacity the doget can send to the server?
Explain how to improve Servlet Performance?
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 ?
What is called Scriptlet?
What do you mean by the servlet chaining?
Describe in brief RequestDespatcher?
Elucidate servlet attributes and its scope?
Explain the features are in servlet 3?
Explain the difference between a web server and a web container?
Explain the servlet context.