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 the use of lookupdispatchaction?
What is the purpose of struts.properties in struct2?
How struts 2 validation works?
What are the pros of struts 2?
Which interceptor is responsible for file upload support?
Describe the mvc on struts?
Will the struts tags support other markup languages such as wml ?
What is the purpose of @validations annotation?
Explain the components of struts?
What is struts2 framework?
What is role of action class?
How to get data from the velocity page in a action class?
How do I install struts?
What is struts in java with example?
What is dispatch action class?