Answer Posted / eknath wagadre
Custom Tags user defined or predefined tag library. It's
using in jsp pages. but why we are using these tag we can
directly write the java code in jsp by using script-lets.
Bcz of this reason....Prventing to writing the java code
in JSP file or writing the business logic in jsp files for
this we need the Custom Tag.
We are keeping our java business logic in Our Tag Handler
class. we are not keeping our business logic in jsp
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is declarative exception handling in struts?
Is struts efficient?
Explain about struts relation to html tags?
In how many ways duplicate form submission can occurs?
Why is it called struts?
What is role of action class?
How client side validation is enabled on a jsp form?
What do you mean by struts.dev mode?
What is validate() and reset() functions?
List the important attribute and elements of action mapping under struts.
Give an alternative way to protect jsp’s with not much features from direct access.
What inbuilt themes are provided by struts2?
Can a reducer dispatch an action?
What are the some useful annotations introduced in struts2?
What are pull and push mvc architecture and which architecture does struts2 follow?