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 |
In which method of action class the business logic is executed?
What is the design role played by struts?
Explain the difference between plain-validator and field-validator in struts?
What is the purpose of global-forwards tag in struct-config.xml?
What is struts framework?
What are the bundled validators?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
How duplicate form submission can be controlled in struts?
In how many ways duplicate form submission can occurs?
What are action errors?
What are the pros of struts 2?
What are Struts properties?