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 you will enable front-end validation based on the xml in validation.xml?
How does interceptor work in struts2?
can we change the location of struts-config.xml file?
is it possible to see actionservlet in my system. if yes how
Can we have different controllers in one struts app?
What is struts2 in java?
What is the DynaActionForm? How we implement the dynaactionform ? can u please tell me the way to implement? in understandable way?
What inbuilt themes are provided by struts2?
What design patterns are used in struts?
What are the cons of struts 2?
Does Struts2 action and interceptors are thread safe?
Can you explain value stack?