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
Why use struts framework in java?
Which design pattern the interceptors in struts2 is based on?
What is the purpose of @key annotation annotation?
Name the different types of actions found in struts.
What are the components of struts framework?
Describe the two types of formbeans.
Which interceptor is responsible for file upload support?
What is struts 2 framework in java?
What are the reasons for an error message not being displayed while developing struts application?
What is controller in struts2?
What is struts xml?
How interceptor works in struts 2?
What is the purpose of @element annotation annotation?
How action-mapping tag is used for request forwarding in struts configuration file?
What is the difference between shocks and struts?