what is mean by custom tag?

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


Please Help Members By Posting Answers For Below Questions

What is the purpose of execute() method?

569


What are the loop holes of struts?

560


What validate() and reset() method does ?

543


What is the use of token interceptor in Struts2?

619


What is java struts?

538






What is the default location of result pages and how can we change it?

552


How to use dispatchaction?

574


How to upload struts file?

602


What are pull and push mvc architecture and which architecture does struts2 follow?

506


How struts control data flow?

536


What is the difference between forwardaction and includeaction?

533


What is the use of resourcebundle.properties file in Struts Validation framework?

576


Explain about logic match tag?

565


What is the purpose of @before annotation?

585


How to work with error tags?

563