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
How to notify an object in session when session is invalidated or timed-out?
Can we use the constructor, instead of init(), to initialize servlet?
What are the mechanisms used by a servlet container for maintaining session information?
What does the term localization refer to?
Is servlet thread safe?
Why do you use session tracking in httpservlet?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What do you understand by mime type?
How can we implement a jsp page?
Explain the working of service() method of a servlet.
What are the types of an http request?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
What is the servlet?
What is a deployment descriptor?