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 do you mean by cgi and what are its drawbacks?
What is the difference in between the httpservlet and generic servlet?
What is the directory structure of web application?
What’s the difference between forward() and sendredirect() methods?
Which interface should be implemented by all servlets?
Explain the custom jsp tags and the beans.
Explain the role of dispatcherservlet and contextloaderlistener.
What is meant by servlet? What are the parameters of the service method?
What is the default http method in the servlet?
Elucidate servlet attributes and its scope?
How can we upload the file to the server using servlet?
What are the two important api's in for servlets?
What is a web application and what is it’s directory structure?
What are the exceptions thrown by servlets? Why?
What are all the protocols supported by httpservlet?