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 |
How to depoly your struts application in JBOSS
1 Answers HP, NuWare, Satyam, Wipro,
Can we have different controllers in one struts app?
What is used to display the intermediate result in an interceptor?
Can we write Structs application without using Action Class directly or indirectly(extends Action class)
What is the purpose of @results?
Explain the difference between jakarta struts and apache struts?
Difference between struts and spring?
how to create a search field in struts.with code
How does struts work?
how the error can be showed in the jsp page in struts?
What are the contents on web.xml in struts application ?
Can you call Action class methods from Struts config.xml?