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
Is Struts Framework part of J2EE?
What is the purpose of @element?
What does validation interceptor?
What is discontinuous strut?
Does apache tomcat use struts?
What is the use of resourcebundle.properties file in Struts Validation framework?
List some struts tag libraries?
What inbuilt themes are provided by struts2?
What is the purpose of @keyproperty annotation annotation?
How can we integrate log4j in Struts2 application?
How the flow of various requests happens in struts application?
How can we display validation errors on jsp page?
What is the significance of logic tags in Struts?
How many action classes can be used in struts application?
What are the core classes of struts framework? Explain