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 types of Actions we have in Struts?
what is the difference between model1 and model2 architecture in struts?
How to combine the struts with velocity template?
Why use struts framework in java?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What is front controller in struts2?
Explain the life cycle of a request in struct2 application?
Who wrote struts?
what is difference between <bean:write> and <bean: message> tag
when we enter the data in the form how it is stored in formbean class setter and getter methods?
What are disadvantages of Struts?
How do u provide security to ur project?(Banking domain project)