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 are the objects involved when a servlet receives a call from client?

0 Answers  


What is the difference between the http servlet and generic servlet?

0 Answers  


What do you mean by default initialization in java servlet?

0 Answers  


Servlet Chaining? How do you do the Filtering in Servlets?

6 Answers   HCL,


What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?

2 Answers  






How do you create a cookie using servlet?

0 Answers  


What is a Session Id?

1 Answers  


what are the CGI Programs?

5 Answers  


What is connection pooling?

4 Answers   Wipro,


What do you mean by servlet?

0 Answers  


explain filters in java?

2 Answers   TCS,


how to pass parameter from servlet to html form

4 Answers  


Categories