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 are the objects involved when a servlet receives a call from client?
What is the procedure of invoking different servlet in a different application?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is servlet container?
How we can create war file in servlet?
What are different ways for authentication of servlet?
What is the use of httpservletresponsewrapper?
What is a servlet?
Why do you use session tracking in httpservlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
When servlet object is created?
What is the need of servlet filters?
What do you mean by httpservlet?
How do you create a cookie using servlet?
What is the difference between get and post methods?