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 the use of token interceptor in Struts2?
Does Struts2 action and interceptors are thread safe?
Does struts include its own unit tests?
What design patterns are used in struts?
What are the core components of a struct2 based application?
Why are springs better than struts?
How many struts config file can be created in struts?
What does the term struts mean?
What configurations are stored in struts configuration file ?
what are the componenets of struts?
what is meant by Struts Validator Framework?
What's mvc pattern ?