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 |
Describe validate() and reset() methods.
What is struts actionmapping?
What is the use of token interceptor in Struts2?
Explain about struts relation to html tags?
What is difference between struts1 and struts2?
What is a custom tag?
Is it possible to create mulitple instance of one Action Class in struts?
How to display validation errors on jsp page?
What types of Actions we have in Struts?
Is there a particularly good ide to use with struts?
What’s the difference between struts and turbine?
what is difference between <bean:write> and <bean: message> tag