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
Describe validate() and reset() methods.
What is the purpose of interceptors?
What is the purpose of struct-config.xml in struct2?
List some bundled validators?
What is life cycle of an interceptor?
How we can configured action mapping in struts?
What are the some useful annotations introduced in struts2?
Explain about struts?
Explain about the library tag?
What does params interceptor?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is the life cycle of actionform?
What is the procedure of operation of a form tag?
Why we use struts over servlets?
Give an example where struts tiles may be used?