Questions tagged [taglib]

TagLibs is a shortened form of "Tag Libraries". Tag Libraries are libraries that include "tags". Tags are usually used to address presentation concerns and encapsulate view-specific logic.

TagLibs is a shortened form of Tag Libraries. Tag Libraries are libraries that include tags. Tags are usually used to address presentation concerns and encapsulate view-specific logic.

Taglibs usually contain tags that encapsulate different kinds of view components (for example, data grids or form elements). These tags can also contain view-specific logic that allows for binding of server-side values to client-side form elements. Some taglibs also contain tags that can be used for logging or for security (authentication).

960 questions
0
votes
1 answer

liferay CK editor value lost after rerender

This is my code, just simple test with 1 and 1 button that call to server and swich [render] value (true [render as default] - false) first time I load this CK it show my value [this is .....], click on [test it] button…
user1487380
  • 362
  • 2
  • 9
  • 26
0
votes
1 answer

Detect several occurrences of a custom JSP tag

I'm writing a custom taglib (1.2) which contains loop tag and nested ones. Does anyone know if there's a way, inside a first loop tag, to know if there is more occurrences of the same loop tag later in the JSP ? Example : <%-- …
tduchateau
  • 4,351
  • 2
  • 29
  • 40
0
votes
1 answer

QFile and FileRef for the same file

I have a little problem with my Qt program. There is a function which downloads a mp3 file (using QFile) and is called each time new datas are available to be written. Once these datas have been written, I 'd like to construct a TagLib::FileRef…
Christophe
  • 958
  • 12
  • 20
0
votes
1 answer

Using Angular js with taglibs

I'm using the Stripes MVC text tag, but get an exception if I add Angular's ng-model to it because the attribute obviously isn't supported in the taglib. Does anybody know best practices for handling this situation?
TomahawkPhant
  • 1,130
  • 4
  • 15
  • 33
0
votes
1 answer

Encoding issue when using taglib to read mp3 file metadata with c#

I'm using C# to read information from mp3 file metadata. This information in arabic .. when I open this mp3 file by windows media player or any other media player I can read the information very clearly but when I try to read this information by…
dr ammar
  • 57
  • 1
  • 1
  • 6
0
votes
0 answers

Resource for fmt tag library not getting loaded in footer JSP

I have 3 JSP with me. header.jsp, center.jsp and footer.jsp. Together they form a landing page.Each of them gets executed in sequence as provided above. Now am trying to use fmt tld to show some static content on my site. My code in header.jsp has…
KD.
  • 2,015
  • 3
  • 28
  • 59
0
votes
2 answers

TagLib Heroku Vulcan - Binary Packaging

I'm using taglib-ruby to extract information from songs. I've had 3 different suggestions: Contact Heroku and they can help you with your issue Installing taglib by SSHing into heroku (Not sure if this is possible.) Producing a binary gem where…
Jches
  • 417
  • 1
  • 4
  • 23
0
votes
2 answers

Custom tags creating custom tags

I'm trying to create a custom tag that uses other custom tags. My approach was like so: public int doAfterBody() throws JspTagException { BodyContent bc = getBodyContent(); if (bc!=null) { String body = bc.getString().toUpperCase(); …
icke
  • 1,568
  • 1
  • 19
  • 31
0
votes
3 answers

Custom Taglib Compilation error

I am trying to create a taglib for my custom tag. But I am getting a compilation error in Eclipse IDE. Here is my TagLib description:
user182944
  • 7,897
  • 33
  • 108
  • 174
0
votes
1 answer

How to create a custom URI to a custom tag (taglib)

I have a project "lib" with classes that are common to other projects. In the project "guestbook" I want to use the tags defined in lib.jar I think for that I need to create a URI for my custom tag, as the spring is: <%@ taglib…
Falci
  • 1,823
  • 4
  • 29
  • 54
0
votes
2 answers

How to redirect the value in `` of one jsp page to the `` of another jsp page..?

How to redirect the value in of one jsp page to the of another jsp page..? i have two jsp pages : one.jsp and two.jsp one.jsp : <%@taglib prefix="s" uri="/struts-tags" %> <%@page contentType="text/html"…
codeofnode
  • 18,169
  • 29
  • 85
  • 142
0
votes
2 answers

BodyTagSupport and jsp:forward with static resource

I have many JSPs with scriptlets so I need to use BodyTagSupport. The problem is that inside the tag there is to a .htm page and I get this: java.lang.IllegalStateException: getOutputStream() has already been called for this…
Radu Gancea
  • 773
  • 10
  • 19
0
votes
1 answer

Inject Bean in Custom tag Java - @Configurable

I am having trouble injecting a service into a custom tag I created: @Configurable public MyTag extends BodyTagSupport{ @Autowired private MyService service; @Override public int doStartTag(){ ...... service.callServiceMethod(); // service…
aces.
  • 3,902
  • 10
  • 38
  • 48
0
votes
2 answers

Grails Taglib G:SELECT

I am new to the Grails platform and became interested in the TagLib component. I have this application wherein I am to create a time select [24-hour format selection] made of two