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 servlet context ?

4 Answers  


Explain is servlet mapping?

0 Answers  


How we can create war file in servlet?

0 Answers  


What is the difference between forward () and sendredirect () functions in servlet? Explain

0 Answers  


What is SingleThreadModel interface?

0 Answers  






What is the difference between Difference between doGet() and doPost()?

0 Answers  


What are different methods of session management in servlets?

0 Answers  


Difference between java beans & servlets?

0 Answers  


What is the first statement in jsp page.

7 Answers   L&T,


What is the difference between CGI and Servlet?

0 Answers  


How to get the server information in a servlet?

0 Answers  


What is ServletContext object?

0 Answers  


Categories