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

Which event is fired at the time of setting, getting or removing attribute from application scope?

0 Answers  


What’s the difference between genericservlet and httpservlet?

0 Answers  


How to make servlet thread safe?

9 Answers   Frisco Tech, InfoVista, WipSys Technologies,


What are the ways to handle multi-threading in servlets?

0 Answers  


What’s the difference between sendredirect and forward methods

0 Answers  






What is the major difference between servlet and applet?

0 Answers  


how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file

0 Answers  


What are the different methods involved in generic servlet?

0 Answers  


Explain the methods in Generic and HTTP Servlets?

2 Answers  


If you want to modify the servlet,will the Webserver need to be ShutDown ?

9 Answers  


Explain url encoding?

0 Answers  


Differentiate between the print writer and servlet output stream?

0 Answers  


Categories