why do we use logic tag library in struts?
Answer / rice
logic library tags are meant for taking decisions in a page
and looping or Iterating over data.
some of the example tags are present,iterate,equals,not
equals,empty,notempty.
| Is This Answer Correct ? | 16 Yes | 1 No |
What is purpose of execandwait interceptor?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
What is the purpose of dispatcher result type?
What is struts.devmode?
What are the 5 constants of action interface?
how to develop the submit and search operations in single jsp using struts?
what is the purpose of load_on_startup entry in struts- config.xml?
What is controller in struts ?
What is action servlet in struts?
how handle when client send multiple request at atime for single servlet
What is the role of action class in struts?
What should be the name of xml file used for validation in struts?