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
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
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"
The custom tag same like method in Java..