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

How do we translate jsp?

0 Answers  


What is servlet and how it works?

0 Answers  


How to commuincate between an applet and a servlet?

0 Answers  


What is the life cycle of a servlet?

1 Answers  


What methods do we use in Servlet to Applet communication?

3 Answers   Infosys,


What are different types of SessionTracking?

2 Answers  


Explain the concept of ssi ?

0 Answers  


What are the uses of servlets?

0 Answers  


What is done after deploying a war file and before client gives a request

2 Answers   Bosch,


What are the different methods involved in generic servlet?

0 Answers  


Describe the phases of servlet lifecycle?

0 Answers  


What are the difference between RMI and Servlets?

0 Answers  


Categories