JSPDynPage : Cannot find the tag library descriptor for tagLib

Hi,
I'm working JSPDynPage and i have error in IDE at design time.
i just created one JSPDynPage component. and an error is shown at the uri="tagLib"
<%@ taglib uri="tagLib" prefix="hbj" %>
The problem is that the word 'tagLib' is marked and has the hoovering text "Cannot find the tag library descriptor for tagLib". Why is this? Do I have to do add some dc dependency ? Or is there another cause for this problem?
I am working with CE 7.2 .
portalapp.xml
<?xml version="1.0" encoding="utf-8"?>
<application>
  <application-config>
    <property name="SharingReference" value="com.sap.portal.htmlb"/>
  </application-config>
  <components>
    <component name="GCPPURLJSP">
      <component-config>
        <property name="ClassName" value="com.cts.gc.GCPPURLJSP"/>
        <property name="SecurityZone" value="com.cts.gc/low_safety"/>
      </component-config>
      <component-profile>
        <property name="tagLib" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld"/>
      </component-profile>
    </component>
  </components>
  <services/>
</application>
Best regards
Pavan

Hi Pavan,
For using htmlb, you can use another tag library. Use the below code in your jsp
<%@ taglib uri = "prt:taglib:tlhtmlb" prefix="hbj" %>
And in portalapp.xml, replace the <property> of <component-profile> with the below line.
<property name="tlhtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld">
Also, you may need to add the import statement for htmlb, if not done earlier -
<%@ page import = "com.sapportals.htmlb.*" %>

Similar Messages

  • Cannot find the tag library descriptor

    I trying to do the Java EE 5 Tutorial. It is called 'hello1' (chapter 2) and it's supposed to run a 'hello duke' program. However it is in Netbeans and I am trying to use ECLIPSE.
    I've tried to paste it into Eclipse but I get the following error message:
    Cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/core
    when trying to include the following taglib:
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    Any ideas? I'm sure it's a very basic fix but I am new to Eclipse and web development.
    thanks in advance.

    Refer to the [link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/804bedee-377e-2e10-0f83-d5b33c743dbc?QuickLink=index&overridelayout=true] for creating layouts.
    Check whether sharing reference and other details in portalapp.xml are correct.
    Regards,
    Mahesh

  • Cannot find the tag library descriptor Error

    Hi
    In SAP Netweaver Developer Studio 7.3 SP 03, i am facing the following problems:
    - When compiling JSP portal applications i am having problems using SAP tag library's or classes. Do i need to configure the class path for a specific path in the server?
    Error: Can not find the tag library descriptor for "LayoutTagLibrary"
    Portalapp.xml
    <property name="LayoutTagLibrary" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
    JSP
    <%@ taglib uri="LayoutTagLibrary" prefix="lyt" %>
    Regards
    Eben Joyson

    Refer to the [link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/804bedee-377e-2e10-0f83-d5b33c743dbc?QuickLink=index&overridelayout=true] for creating layouts.
    Check whether sharing reference and other details in portalapp.xml are correct.
    Regards,
    Mahesh

  • The tag handler gridcolumn does not have a setter for the attribute autoExpand specified in the Tag Library Descriptor.

    I recently moved from coldfusion 8 to coldfusion 9 but all the pages with cfgrid: is throwing the following error. Any suggestion would be of great help
    coldfusion.jsp.JRunTagLibraryInfo$NoSuchAttributeException: The tag handler gridcolumn does not have a setter for the attribute autoExpand specified in the Tag Library Descriptor.
    at coldfusion.jsp.JRunTagLibraryInfo.getPropertyType(JRunTagLibraryInfo.java:627)
    at coldfusion.jsp.JRunTagLibraryInfo.buildTagInfo(JRunTagLibraryInfo.java:585)
    at coldfusion.jsp.JRunTagLibraryInfo.getTag(JRunTagLibraryInfo.java:267)
    at coldfusion.compiler.NeoTranslationContext.findTagName(NeoTranslationContext.java:346)
    at coldfusion.compiler.NeoTranslationContext.isKnownTag(NeoTranslationContext.java:222)
    at coldfusion.compiler.CFMLParserBase.isKnownTagName(CFMLParserBase.java:589)
    at coldfusion.compiler.cfml40TokenManager.TokenLexicalActions(cfml40TokenManager.java:6704)
    at coldfusion.compiler.cfml40TokenManager.getNextToken(cfml40TokenManager.java:6586)
    at coldfusion.compiler.cfml40.getToken(cfml40.java:11879)
    at coldfusion.compiler.CFMLParserBase.isTrivialAngleBracket(CFMLParserBase.java:707)
    at coldfusion.compiler.cfml40.jj_3_1(cfml40.java:9392)
    at coldfusion.compiler.cfml40.jj_3_2(cfml40.java:9460)
    at coldfusion.compiler.cfml40.jj_3R_67(cfml40.java:9500)
    at coldfusion.compiler.cfml40.jj_3_86(cfml40.java:8147)
    at coldfusion.compiler.cfml40.jj_3R_92(cfml40.java:8584)
    at coldfusion.compiler.cfml40.jj_3_85(cfml40.java:8641)
    at coldfusion.compiler.cfml40.jj_2_85(cfml40.java:7619)
    at coldfusion.compiler.cfml40.cfml(cfml40.java:4215)
    at coldfusion.compiler.cfml40.cfif(cfml40.java:311)
    at coldfusion.compiler.cfml40.cfml(cfml40.java:4224)
    at coldfusion.compiler.cfml40.cfif(cfml40.java:311)
    at coldfusion.compiler.cfml40.cfml(cfml40.java:4224)
    at coldfusion.compiler.cfml40.cfelse(cfml40.java:442)
    at coldfusion.compiler.cfml40.cfelseif(cfml40.java:374)
    at coldfusion.compiler.cfml40.cfif(cfml40.java:314)
    at coldfusion.compiler.cfml40.cfml(cfml40.java:4224)
    at coldfusion.compiler.cfml40.start(cfml40.java:4664)
    at coldfusion.compiler.NeoTranslator.parsePage(NeoTranslator.java:667)
    at coldfusion.compiler.NeoTranslator.parsePage(NeoTranslator.java:648)
    at coldfusion.compiler.NeoTranslator.parseAndTransform(NeoTranslator.java:401)
    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:343)
    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:144)
    at coldfusion.runtime.TemplateClassLoader$TemplateCache$1.fetch(TemplateClassLoader.java:418 )
    at coldfusion.util.LruCache.get(LruCache.java:180)
    at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java :362)
    at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
    at coldfusion.util.SoftCache.get_statsOff(SoftCache.java:133)
    at coldfusion.util.SoftCache.get(SoftCache.java:81)
    at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:591)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
    at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
    at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
    at coldfusion.CfmServlet.service(CfmServlet.java:201)
    at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
    at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
    at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    Thanks Vishu,
    We are running Coldfusion 9 and attach is the sample code and error message.:
    The tag handler gridcolumn does not have a setter for the attribute autoExpand specified in the Tag Library Descriptor.
    The CFML compiler was processing:
      A cfgrid tag beginning on line 39, column 18.
    The error occurred in E:/Websites/DreData/sobrietytesting/main/Sobrietytesting/Admin/view_users.cfm: line 54
    52 :                     hrefkey="member_id"
    53 :                     bind="cfc:tabledisplay.browseAccessAcountRequests(,,,)"
    54 :                     >
    55 :                    

  • Error while parsing the Tag Library Descriptor

    Hi,
    We are installing LC ES2 on Suse64 / weblogic platform. When the adobe-conmtentservices application is starting, we see a lot od error like this:
    <Mar 24, 2010 10:56:53 AM CET> <Warning> <HTTP> <BEA-101196> <[/contentspace]: Error while parsing the Tag Library Descriptor at "/opt/oracle/product/WLS1031/user_projects/domains/LC9/servers/LC9_MS/tmp/_WL_user/adobe- contentservices/4xxkue/war/WEB-INF/contentservices.tld".
    com.ctc.wstx.exc.WstxIOException: Tried all: '1' addresses, but could not connect over HTTP to server: 'java.sun.com', port: '80'
            at com.ctc.wstx.sr.StreamScanner.throwFromIOE(StreamScanner.java:683)
            at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1086)
            at weblogic.servlet.internal.TldCacheHelper$TldIOHelper.parseXML(TldCacheHelper.java:134)
            at weblogic.descriptor.DescriptorCache.parseXML(DescriptorCache.java:380)
            at weblogic.servlet.internal.TldCacheHelper.parseTagLibraries(TldCacheHelper.java:65)
            Truncated. see log file for complete stacktrace
    java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'java.sun.com', port: '80'
            at weblogic.net.http.HttpClient.openServer(HttpClient.java:314)
            at weblogic.net.http.HttpClient.openServer(HttpClient.java:404)
            at weblogic.net.http.HttpClient.New(HttpClient.java:240)
            at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:172)
            at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:356)
            Truncated. see log file for complete stacktrace
    The application tries to download something from java.sun.com site but the server can not access internet. The process is repeated for each TLD file !
    After a very time (more than 45 minutes!), the server finally starts and all adobe application are active
    So, how to correct this behaviror ? is there a patch?
    cb.

    Hi,
    Did you get solution for this because I am also facing same issue. Please do reply ASAP... it is very uegent.
    Regards,
    Srujan

  • Cannot find the Novell Connection Manager for LDAP

    Novell Connection Manger for Java/LDAP
    Cannot find the Novell Connection Manager for LDAP in download
    I am trying to connect through a Java client to the Apache Directory Studio, LDAP server....I have downloaded the classes from the download page...see link below...but I can't see the NovellConnectionManager Class anywhere in this download when I use the open freely application to view the jar details.
    LDAP Classes for Java
    Environment: Windows 7

    Hi MentalSuplex, and a warm welcome to the forums!
    Don't know about Airport cards for it, but other options...
    http://eshop.macsales.com/item/Sonnet%20Technology/N80211PCI/
    Maybe this one, ask them...
    http://eshop.macsales.com/item/Newer%20Technology/MXP802NPCI/
    I use these...
    http://eshop.macsales.com/item/Newer%20Technology/MXP2802NU2C/
    http://eshop.macsales.com/item/Edimax/EW7711UMN/

  • I want to copy my iPhoto library to an external drive but I cannot find the folder on my Mac Air. When I open Finder there is no Picture folder showing so I cannot find the iPhoto library.

    I want to copy my iPhoto library to an external drive but I cannot find the folder on my Mac Air. When I open Finder there is no Picture folder showing so I cannot find the iPhoto library.

    Choose Go to Folder from the Finder's Go menu and provide ~/Pictures/ as the path. If that doesn't work, control-click a photo in iPhoto, show it in the Finder, and Command-click the folder's name in the window's title bar to find the path.
    (112151)

  • I cannot find the Kindle reader app for iPad and when I click on the link from Amazon there is an error on iTunes

    I cannot find the Kindle reader app for iPad and when I click on the link from Amazon there is an error on iTunes

    Are you in the US?  Not all apps are available in all countries.  There is no way to download anything from a website, like Kindle.  If it's not in your App Store, you won't be able to have it.

  • I have two IPad's and tried to create two Itune libraries on my computer. Now I cannot find the original library on my computer and the Ipad will not sync?

    I have two Ipad's and tried to create two ITune Libraries on my computer. Now cannot find the original library on my computer and the Ipad will not syc?

    You should be able to accept this message, it will cause existing music, photos (not camera roll) and videos (also excluding those in camera roll) to be removed and replaced with those from this computer. All other user data on the iPad will be unaffected.

  • My iPhoto would open with stating the files were damaged. I created a new library, thinking I could just retrieve the old one through the Pictures folder. Now I cannot find the old library.

    I fear I may have deleted ALL my photos!!! When opening iPhoto it stated that the photos were damaged. By creating a new photo library, I now cannot find the old photos in the Pictures file. I think I really screwed up!!!

    Download and run Find Any File to search for "Library6.iPhoto" on your hard drive. That's a file that is in every iPhoto library. And  Find Any File can search inside packages as areas that Spotlight can not. 
    See if you find more than one of those files.  If you do then you can find out where that other library is. If there's only one found click on the Desktop to get to the Finder and use the Go ➙ Go to folder... menu option. Enter in the window /Volumes.
    When you created the new library did you get this window where you were to either accept the default name that iPhoto presented or rename the new library?
                        Click to view full size
    OT

  • Cannot find the shared library on linux

    Hello everyone!
    I'm running labviee 2010 on ubuntu 10.10 64bit. Everything works fine except calling shared object files.
    As long as I use gcc without any optimization, there is no problem at all, but if I switch on optimization in gcc labview claims being unable to find the shared object file, though I can find an select it in the corresponding dialog window.
    Whenever I use the actual intel compiler (composer xe 2011) with, or without optimization, the same problem occurs. As expected ldd doens't show any other dependencies for the optimized and unoptimized case.
    can anybody help me please??

    Perhaps this KB Entry might be helpfull.
    Troubleshooting Shared Library Errors When Launching LabVIEW on Linux
    http://digital.ni.com/public.nsf/allkb/7E7ABC9629523E6A862576B3005700E0?OpenDocument
    Stefan

  • Cannot find the plug-ins folder for photoshop elements 6

    Hi,
    I was trying to update the plug-in for camera raw for PE6, downloaded the update however in the instructions it tells me to go to the root folder in Library/Application Support/Adobe/Plug-Ins/CS3/File Formats and replace the camera raw plug in.
    there is no plug-ins folder in the library/application support/adobe folder. Is there somewhere else I should be looking ?
    I am running a Mac with yosemite.
    thanks in advance,

    You are probably in the wrong library. You have three libraries on your mac: your username>library, system>library (never mess with that one), and the library at the top level of your hard drive, which is the one you want. It's not exactly hidden, but it's very hard to get to. The easiest way is to go to the Finder preferences>sidebar>show these items in the sidebar,  and turn on Hard disks. Then when you open a new finder window, you will see your hard drive in the list on the left side of the window. Click it and the library will be at the top level of results on the right side of the window.

  • Cannot find the Power Led connector for JFP1 to connect on K8N Neo FSR

    Hi,
    I have just bought the MSI K8N Neo FSR (MS 7030) to build a new computer with (amongst others) an Athlon 64 3000 processor and an Enermax 3051 case.
    I can't even get a start: if I click on "Power" I just get a red light under the Power button for 1 second and nothing start.
    This may be related with the fact that I did not find a "Power LED" connector for JFP1 (I have connected all the others connectors, including the Power LED one for JFP2).
    Thank you in advance for your help.
    Precisions:
    At the beginning, I had forgotten to connect the ATX 12V power connector on JPW1.
    After having done that without getting an improvement, I did a Clear CMOS (after having unplug the power cable).
    Now the CPU fan begins to turn just when I switch the power on from back of the case (and not from the power button) and stops turning after five seconds.
    Sometimes, I get an orange light during 1/2 second on the D-bracket LEDs.

    Quote from: Dr Stu on 20-November-05, 04:36:29
    evidently if he fixed it, the solution was posted elsewhere
    so what have you tried so far? has this system ever worked?
    post your PSU specs. try powering up board outside the case in case there is a short somewhere
    I have tried a different power unit, different JFP1 configerations, removing and replacing MB battery, changing the jumper settings on JBAT1 to clear CMOS.
    Everything is just dead, no power anywhere. I get the fan light inside the Power unit to light up for 1 second when i connect the power cable and thats it. Its a 450 Watt power unit so it should be plenty. Maybe i will try removing the board and starting it that way.
    This system has never worked, i just built it.

  • Cannot find the Realtek Wireless Driver for download

    Dear Users
    I had to do a Toshiba recovery and now can't access the net because i don't have the wireless driver.
    Can anyone help as i don't seem to be able to find the driver online ?
    Hope you can help

    Here you can find all WLan drivers provided by Toshiba:
    http://aps2.toshiba-tro.de/wlan/
    There you can find also the Realtek WLan driver

  • About:home comes up on my browser - how do I get rid of this? I cannot find the place to look for Internet Options so I can change my homepage - where is this on the new firefox? Thank you

    I have a new computer - it has windows 7 and I have your latest mozilla firefox running. about:home is the opening URL and I know this is not good. But when I looked for the tab to find Internet Options(like I had on my last computer) I can't find it anywhere! I used to use that to change my homepage - that got rid of the about:home before. So now, what should I do? Where is the Internet Options tab? I did try to use the control panel to switch my homepage, but it only switched my Internet Explorer browser homepage, even though it is not my default browser. Thank you.

    http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

Maybe you are looking for

  • Can't delete bookmarks or add bookmarks on my iOS7 Safari.

    I have a iPad2 wifi 16gb. I want to delete bookmarks from Safari. I have tried everything from the forums, "edit>delete. Nothing. My bookmarks are locked and won't delete. I can't add any as well. Anyone can help? Is this a bug?

  • How to update firmware with a Mac?

    Hi there¡ I want to update my N95 with the 20.0.015 firmware version. The point is that I am a Mac user, so I can't use the PC suite. Any advice? Thanks in advance!!!

  • Deploying applications developed using Jdeveloper in IBM Web Sphere

    Hi I want to deploy the applications developed using jdeveloper on IBM Web Sphere. Pl suggest me the procedure Thanks Satya

  • Raw conversion quality

    I was under the impression that both Aperture and iPhoto, rather than doing their own raw decoding, shared a system-level raw decoder, and yet there are very noticeable differences between raw files decoded by iPhoto 08 in Leopard and Aperture 1.5.6,

  • Simple WorkFlow

    Hi, I am working on a simple Work Flow BOR object FIPP. To the step "User Decision" I need to add the ability to choose an employee who receives a document as the next. I get a document, choose the activity, choose who gets the document as another (e