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

hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

0 Answers   CTS,


What are the differences between the servletconfig interface and the servletcontext interface?

0 Answers  


How can the session in servlet can be destroyed?

0 Answers  


What is a servlet?

0 Answers  


Can we fetch the attributes related to a servlet on a different servlet?

0 Answers  


Can we override servlet service method?

0 Answers  


What are the phases of a servlet life cycle?

0 Answers  


how the HTML data stored in web server?

0 Answers   TCS,


explain the advantages of servlet life cycle?

0 Answers  


What do you mean by servlet?

0 Answers  


What are different ways for authentication of servlet?

0 Answers  


What is the use of httpservletrequestwrapper?

0 Answers  


Categories