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
How to upload struts file?
What is ValueStack and OGNL?
What do you mean by inner class and anonymous class?
What are the some useful annotations introduced in struts2?
Can you explain the directory structure for a struts folder in brief ?
What are the struts2 configuration properties that control file uploading process?
When do I need “struts.jar” on my classpath?
What is apache struts vulnerability?
What configuration files are used in struts?
What are the bundled validators?
Which interceptor is responsible for i18n support?
What is the use of forwardaction?
What is the purpose of global-forwards tag in struct-config.xml?
What is the use of lookupdispatchaction?
What is form bean in struts?