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



java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working wit..

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

java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working wit..

Answer / chandu

check for input attribute in action tag

Is This Answer Correct ?    23 Yes 0 No

java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working wit..

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

Post New Answer

More Servlets Interview Questions

What is the functionality of actionservlet and requestprocessor?

0 Answers  


What is the difference between servlet and filter?

0 Answers  


What methods do we use in Servlet to Applet communication?

3 Answers   Infosys,


How do you communicate in between Applets and Servlets?

0 Answers  


Explain Action Servlet?

0 Answers   Cap Gemini,






What is DSN and System DSN and what is the difference between them?

2 Answers  


What is called servlet container?

0 Answers  


if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler

4 Answers   Polaris,


Why filter is used in servlet?

0 Answers  


What are the types of servlet?

0 Answers  


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

0 Answers  


What is the difference between doGet and doPost?

9 Answers   iGate,


Categories