problem about custom-tag-Collection of common programming errors


  • BalusC
    java jsp taglib custom-tag
    I was working on custom tag libraries and I was confused how the <required> and <rtexprvalue> tags are used in the TLD file to define a custom tag attribute.What are these tags? What should we write in-between them? What behavior do we get after writing these tags?

  • ejmarino
    java jsp-tags custom-tag object-pooling
    I made a custom jsp tag that search a historical value on a database an render it on the page. The attributes that the tag requires are the variable name and the date.The problem is that the ‘date’ property changes according clock move on (‘date’ points always to the last hour), but the JSP Tag processor’s (jasper2) pooling system don’t update the ‘date’ property anymore (calling to the setDate), and the page stays freezed on a point in time.I don’t want to disable the pooling system because it

  • Oliver
    ruby-on-rails ruby-on-rails-3 partials custom-tag redcloth
    I’m trying to call a view helper from a custom RedCloth tag and am having absolutely no luck at all. All of the examples I can find have the custom tag method create and return a literal string without calling any other method at all.I am trying to create a custom RedCloth tag to output a weekly schedule; the code for which has already been written in a helper as it is also used in other areas of the application.So here’s the (massively reduced) code that my problem boils down to:app/views/page

  • Dan Short
    coldfusion custom-tag coldfusion-10 cfthread
    NOTE: I have completely rewritten this question to take into account new information. Please reread if you’ve already been through this one.I’m getting errors when using a cfthread from within a custom tag in ColdFusion 10. In the Application log, I get the following entries:Variable _cffunccfthread_cfThreadTag2ecfm16902001291 is undefined.The name of the function it’s returning as an error is _cffunccfthread_cf[Page Name Calling the CFThreadTag] then a number that doesn’t change from request to

  • hajn
    html internet-explorer tinymce innerhtml custom-tag
    I have a problem I just can’t solve, and need your advice since I’m out of ideas:Context: I’m using tinyMCE Editor on my website and developed a custom plugin to include external xml files. So far everything works as expected. The links to the external xml files are represented as span-Tags:<span id=”-[XML Document 1]-” title=”erg” class=”xml_embed xml_include”>-[XML Document 1]-</span>but only in the tinyMCE editor with a custom class (xml_include) to distinguish them from normal te

Web site is in building