Main reasons for using servlet as a controller in struts.
why not jsp
Answer Posted / naman patidar
Controlling is a server side task and it makes no sense to
write you java code inside a jsp.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How are interceptors and servlet filters different?
What are the loop holes of struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
Can we use struts and spring together?
What is request processor and how does it relates to action mapping?
What do you mean by the abstract package in struts2, and what is its utilization?
Can you explain struts validator framework?
How to override the default error message that can come during file uploading process?
What is the apache struts vulnerability?
What is the purpose of @after annotation?
What is actionservlet?
Which design pattern is implemented by Struts2 interceptors?
Where should struts xml be placed?
How can we group related actions in one group in Struts?
Can we have more than one struts-config.xml file for a single struts application?