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 the directory structure of web application?

0 Answers  


difference between forward and sendredirect

6 Answers   Accenture,


What is called Scriptlet?

0 Answers  


What is the capacity that doGet method can send to the server?

5 Answers  


What is cookies in servlet with example?

0 Answers  






Explain the differences between jsp and servlet.

0 Answers  


What is string tokenizer?

0 Answers  


What is servlet tunnelling?

1 Answers  


What do you mean by singlethreadmodel interface?

0 Answers  


Which are the different ways you can communicate between servlets?

0 Answers  


What is servlet and its advantages?

0 Answers  


What is servlet container. how it works?

0 Answers  


Categories