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 |
How do we translate jsp?
What is servlet and how it works?
How to commuincate between an applet and a servlet?
What is the life cycle of a servlet?
What methods do we use in Servlet to Applet communication?
What are different types of SessionTracking?
Explain the concept of ssi ?
What are the uses of servlets?
What is done after deploying a war file and before client gives a request
What are the different methods involved in generic servlet?
Describe the phases of servlet lifecycle?
What are the difference between RMI and Servlets?