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
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 |
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 |
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What are the differences between the servletconfig interface and the servletcontext interface?
How can the session in servlet can be destroyed?
What is a servlet?
Can we fetch the attributes related to a servlet on a different servlet?
Can we override servlet service method?
What are the phases of a servlet life cycle?
how the HTML data stored in web server?
explain the advantages of servlet life cycle?
What do you mean by servlet?
What are different ways for authentication of servlet?
What is the use of httpservletrequestwrapper?