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 to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is the purpose of form-beans tag in struct-config.xml?
Can you explain struts validator framework?
What is the purpose of @action annotation?
What are the struts2 configuration properties that control file uploading process?
What are the features of struts?
What do you mean by ognl?
Explain about the process of functioning of the struts program?
Can you explain value stack?
in struts how to use hibernate with struts>
How many servlet controllers are used in a Struts Application?
What is struts?
Why is action servlet a singleton in struts?
How does one create an action in struts 2?
Can you explain aware interfaces in struts2?