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 uses of servlet and what is servlet chaining?
What is meant by session? Tell me something about httpsession class?
How do you communicate in between Applets and Servlets?
What is servlet interface?
What is servlet in web technology?
How do we go with database connection and log4j integration in servlet?
Should I override the service() method?
What is the purpose of requestdispatcher interface?
What is the difference between encodeRedirectUrl and encodeURL?
What is the use of java servlet api?
Is servlet a controller?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is servlet attributes and their scope?
What is a deployment descriptor?
What are the supporting protocol by HttpServlet ?