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 mean by custom tag?

Answers were Sorted based on User's Feedback



what is mean by custom tag?..

Answer / rajashree

Custom tags are a central piece in Java-based web
application frameworks.
– Custom tag functionality is implemented by your subclass
of either TagSupport or BodyTagSupport.
– Use TagSupport if your custom tag doesn’t have a body
and BodyTagSupport if it does.
– You need to declare your custom tag in a Tag Library
Descriptor (TLD) file.
– You might have to register the TLD file’s location in
web.xml.

Is This Answer Correct ?    10 Yes 1 No

what is mean by custom tag?..

Answer / venkateswara reddy

we have some pre-defined tags in struts for specific task
No, if u dont have a tag to ur task then u can use CUSTOM
tags.
For this u need to create
1.Handler Class
2.tld file

Is This Answer Correct ?    4 Yes 3 No

what is mean by custom tag?..

Answer / sunil kumar- vizag

jsp provides us a tag library which allows us to write our
own tags within the context of the page.

Is This Answer Correct ?    3 Yes 2 No

what is mean by custom tag?..

Answer / 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

what is mean by custom tag?..

Answer / alluri.nagaraju

custom tags are user defined sets of the jsp element present
in the Jsp tag libraries.The custom tags used in the Jsp
page are translated in to servlet.The tag is also converted
to operations on object called Tag Handler.These are
reusable presentation components.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Struts Interview Questions

What are the differences between http direct and http indirect?

0 Answers  


What is spring hibernate and struts in java?

0 Answers  


what are the struts tags?

1 Answers  


what is meant by Struts Validator Framework?

0 Answers   Cap Gemini,


What helpers in the form of jsp pages are provided in struts framework?

0 Answers  


What is meant by custom tags?

0 Answers  


How to explain Software Bank Loan descriptions

0 Answers   Kekran Mekran, Wipro,


can we change the location of struts-config.xml file?

2 Answers   TCS,


Can explain about the validations and in your project where did u used the validations?

4 Answers   NIIT,


What do you mean by action errors and what are the results they force?

0 Answers  


What are different ways to create Action classes in Struts2?

0 Answers  


Difference between struts and spring?

0 Answers  


Categories