Custom tags

Hi any body can tell

What is the purpose of custom tags?

and can u give sample program with explanation

or documentation URL

Regards

Marimuthu

[181 byte] By [muthu2007a] at [2007-11-27 11:05:17]
# 1

You can use a large set of html and jsp tags to create your web page.

Example: <input type="text" name="address" value="234 West St">

If you cant find a tag to do what you want want, you have the option of creating your own (custom) tag. Chances are, you will never have a need to do this because some other tag already exists to do what you want. Creating a custom tag is rather involved and there are books out there describing how to do it. If you want more info on this topic, look in google for the following:

jsp "custom tags"

George123a at 2007-7-29 13:07:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

The custom tag same like method in Java..

MiracleShivaa at 2007-7-29 13:07:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...