Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is custom tags with example?

Answer Posted / rakesh

A custom tag is a user-defined JSP language element. When a
JSP page containing a custom tag is translated into a
servlet, the tag is converted to operations on an object
called a tag handler

ex-bodyless tag 2 tags with body
1<tagName attributeName="value"
anotherAttributeName="anotherValue"/>

2.<tagName attributeName="value"
anotherAttributeName="anotherValue">
...tag body...
</tagName>

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is string is a data type?

992


When is finally block not called?

1148


does java support pointers?

1051


What sorting algorithm does javascript use?

1031


What is the difference between reader/writer and inputstream/output stream?

1136


What is byte [] in java?

1074


What is the base class for error and exception?

1039


What is get () in java?

1112


When do we use synchronized methods in java?

1098


How do you change an int to a string?

1060


What is proper subset?

1023


Explain about procedural programming language or structured programming language and its features?

1173


Can we write a class without main method in java?

1002


Why you should not use singleton?

1028


What are the drawbacks of reflection?

1061