Custom tags are user defined tags. They eliminate the possibility of scriptlet tag and separates the business logic from JSP page and makes it reusable.Some examples of tasks that can be performed by custom tags include operating on implicit objects, processing forms, accessing databases and other enterprise services such as email and directories, and implementing flow control. Custom tags increase productivity because they can be reused in more than one application.
Questions tagged [custom-tag]
126 questions
0
votes
1 answer
custom tag in HTML and parser with php
i have a problem and need your help.
i want use my custom tag in my script code like [tag] and analyze all html code then parser codes and Replace these tags with php code or my output world and echo my output
a simple code :

Morteza
- 41
- 4
0
votes
0 answers
Getting the contents of
I'm trying to write my own scripting-language parser in JavaScript using html