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 is the purpose of @before annotation?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
Define struts?
Difference between ActionErrors and ActionMessage?
What are the core classes of the struts framework?
What is apache struts cve 2017 5638?
How we can controlled duplicate form submission in struts?
how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?
Main reasons for using servlet as a controller in struts. why not jsp
How does interceptor work in struts2?
What is the use of form bean in struts?
how the error can be showed in the jsp page in struts?