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
1
vote
0 answers
NLS missing message: CANNOT_FIND_FACELET_TAGLIB in custom tag
I write a custom tag with JSF 2.0. And use it in my page. When declare it, show the following warning.
NLS missing message: CANNOT_FIND_FACELET_TAGLIB in:org.eclipse.jst.jsf.core.validation.internal.facelet.messages
I need to disable it. So, I…

R.Katnaan
- 2,486
- 4
- 24
- 36
1
vote
2 answers
Get a custom tag (containing colon) value using jquery
I have one custom tag. I want to set value to that custom tag using jquery.
Though it look a silly question i spent more time in searching result for that.
My tag is

Monicka Akilan
- 1,501
- 5
- 19
- 42
1
vote
1 answer
Get Custom Tag Name of JSP TLIB at doStartTag function
I need to get the name of requester tag at doStartTag function
I have this Custom tag in .tld
Resource
Mirnint.Interface.Tag.MNIT_Resources
JSP
…

Mohamad Nahas
- 15
- 6
1
vote
1 answer
PHP retrieve text value from custom tags with preg_match
Hi people I have searched the php website for a fast and simple solution, I searched also on google but nothing that I find seams to work.
preg_match("/\[video-code\](.*?)\[\/video-code\]/", the_content(), $match);
echo "result=".$match[1];
I am…

Iason
- 372
- 1
- 5
- 20
1
vote
1 answer
xml.tag! in Ruby on Rails 3 linking
I am trying to create an xml.builder file that puts links into cells that I am then using a javascript library to render into a table.
Basically I'd like to make the following item a link.
xml.tag!("cell", person.name)
something like this.…

capcode01
- 163
- 1
- 15
1
vote
1 answer
Custom Tags Support with Java EE
Given the following HTML in a Java EE environment:
I would expect ServletRequest.getParameterNames() would include foo.
However given for example:
I would hopefully expect…

Tony Day
- 2,170
- 19
- 25
1
vote
0 answers
tinyMCE Editor removes custom tags in div elements
I need to add some custom tags into tinyMCE. It's ok if they are in body tag alone, but if I put them into the div tags then editor removes it. Here is the example:
I need to add "unsubthis" tag, so I've got this configuration file