java.lang.IllegalArgumentException: The path of an
ForwardConfig cannot be null
while working with struts it displayed
pls very ungent
Answer Posted / 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 View All Answers
What is cookie? Why is cookie used?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is the difference between servlet and filter?
What’s the difference between forward() and sendredirect() methods?
What is the process to implement doget and dopost methods?
Does servlet have main method?
What is preinitialization of a servlet?
What is servlet invoker?
How can you run a servlet program?
What is the servlet?
Explain the working of service() method of a servlet.
What is string tokenizer?
When servlet object is created?
Why filter is used in servlet?
Explain in brief the directory structure of a web application?