why do we use logic tag library in struts?
Answer Posted / 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 |
Post New Answer View All Answers
What is http forward?
What is actioninvocation?
What is apache struts framework?
How nested beans can be used in Struts applications?
How we can configured action mapping in struts?
What is actioncontext?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is the role of action class in struts?
What is execute method in struts?
What does modeldriven interceptor?
Describe validate() and reset() methods.
What design patterns are used in struts?
Is there a particularly good ide to use with struts?
What is the default suffix for Struts2 action URI and how can we change it?
What are Struts2 core components?