How to use tag libraries?

hi,
I have an external taglibrary file, bean.tld. I want to use the tags of this file in portal component. Where shall i place this file in order to access it?
regards,
ganesh natarajan

Hi,
You can get some information from other threads
Problem Using Taglibs with PortalApplication
Problems with custom taglib (PD4ML)

Similar Messages

  • How to use tag?

    Hey,
    I was working on some examples and I saw one example had used "tag" when creating a table.
    I'm just wondering why and when do you use tag?
    what is is for?

    For an example of how to use tags with (iPhone) table views, take a look at the code in my reply to [How to edit label in custom UITableViewCell?|http://discussions.apple.com/thread.jspa?messageID=11498619&#1 1498619].
    In that example two labels are added to each new cell when it's created in the tableView:cellForRowAtIndexPath: data source method. The OP wants to change the text in one of those labels when its cell is selected by the user, and the code to do that is in the tableView:didSelectRowAtIndexPath: delegate method.
    But how does the delegate code get the address of either label, and how does it tell one label from the other? This problem is solved by using the 'tag' property of each label. Note that the code which creates the labels includes statements to set each of the tags. The left label tag is set to 1, and the right label tag is set to 2. The delegate method then sends the [viewWithTag:|http://developer.apple.com/iphone/library/documentation/UIKit/Ref erence/UIViewClass/UIView/UIView.html#//appleref/doc/uid/TP40006816-CH3-SW26] message to the selected cell. When the integer '1' is passed as the argument, the viewWithTag: method returns the address of the first subview it finds with a tag value of '1'.
    Hope that helps!
    \- Ray
    p.s.: In previous threads my poor vision saw a lower case 'L' in your alias instead of the second 'i'. When I correct that mistake your alias looks more like a form of David. Sorry for the past mistakes. - R

  • How to use external libraries jar files in the composite application?

    Hi,
    I have some external jars files (which consists of java classes) that I would like to use in my composite application. 
    I have created a DC with type as external library for the jars.  However, I don't know how to specify the DC to be used in my caf application.
    Can anyone help?
    Thanks.
    Regards,
    Fui Voon

    Hi,
    My jar files consists only java classes and a manifest.mf. The files are compiled using jdk 1.4.2-b28.  Will this be any issue?
    It seems that if I ignore the error and continue step 7 which is to do deployment of the ear, the error given is
    Cannot update it.
    Caused by: com.sap.engine.library.bytecode.cf.CFException: Invalid constant pool tag, 60 at index 41.
    Does anyone know what that mean?
    Is there any sample that teach how to deploy external libraries as bundled library?
    Thanks.
    Regards,
    Fui Voon

  • Help!! how to use RTP libraries

    Hi you all,
    i have to implement SIP then i were told you have to download RTP libraries i don't know how to download and how to use ,plz anybody can help me :'(

    http://forum.java.sun.com/thread.jspa?threadID=627137&tstart=0
    http://java.sun.com/products/jain/learning/tutorial/index.html
    search forum!!

  • How to use additional libraries in a project

    I am trying to call an existing EJB from page bean. And for the life of me, I can not figure out how to add additional libraries to Creator project.
    Is it supported at this stage?

    Right click on the References node in the project navigator and select: Add New Library Reference. In the subsequent dialog, specify the path to the jar file you wish to include. This library will be automatically added to the application classpath at design time and deployed with the application when you run the project.

  • How to use tags in workflows to identify mediaType ?

    Hi,
    I have installed sl server on vmware and podcastproducer works great on it. I begun to explore workflows and podcastcomposer.
    This is my first feedback :
    With 10.5, for example I use on blog server : http://myserver/groups/blog/index.rss?mediaTypeTag=ipod&howMany=500&tag=itunes to return feed with only ipod (m4v) media. In this way mediaTypeTag parameter lets me filter feed enclosures.
    With 10.6 I didn't arrive to make the same thing. I tried to add tags in publish step in podcastcomposer, but tags apply on all exports. I try to edit template.plist of workflow to add different tag on each export but it doesn't work. It seems to work only if tags are the same on each export.
    So I tried to use wiki publishing to make it work, but it seems to be impossible to publish to wiki and in the same way apply a wiki tag to the post.
    So neither with export, neither with publish parameter in a workflow I can distinguish media exin the feed. That's a big lack for me.
    Another thing. The lack of Blog server in 10.5 is posts editing. But it seems to be the same thing in SL. It is impossible to edit post date or author name in the wiki or in podcast library. Second thing how could I delete entries in podcastlibrary.
    Thanks for your help.
    Chris

    Hi,
    I have installed sl server on vmware and podcastproducer works great on it. I begun to explore workflows and podcastcomposer.
    This is my first feedback :
    With 10.5, for example I use on blog server : http://myserver/groups/blog/index.rss?mediaTypeTag=ipod&howMany=500&tag=itunes to return feed with only ipod (m4v) media. In this way mediaTypeTag parameter lets me filter feed enclosures.
    With 10.6 I didn't arrive to make the same thing. I tried to add tags in publish step in podcastcomposer, but tags apply on all exports. I try to edit template.plist of workflow to add different tag on each export but it doesn't work. It seems to work only if tags are the same on each export.
    So I tried to use wiki publishing to make it work, but it seems to be impossible to publish to wiki and in the same way apply a wiki tag to the post.
    So neither with export, neither with publish parameter in a workflow I can distinguish media exin the feed. That's a big lack for me.
    Another thing. The lack of Blog server in 10.5 is posts editing. But it seems to be the same thing in SL. It is impossible to edit post date or author name in the wiki or in podcast library. Second thing how could I delete entries in podcastlibrary.
    Thanks for your help.
    Chris

  • How to Use tag in JDeveloper 9i for a JSP Page

    Hi ,
    I am working on JDeveloper 9i. I have a problem that i use JSP page and two tag[b] fmt and core. The uri passed to taglib is http://java.sun.com/jsp/jstl/core and http://java.sun.com/jsp/jstl/fmt. i also have two jar file standard.jar and jstl.jar. when i compile the jsp page, the errors reflect " TAG is not registered". Can any one tell me that how can i use the tags in a jsp page in jdeveloper 9i.
    Thanks

    Hi ,
    I am working on JDeveloper 9i. I have a problem that i use JSP page and two tag[b] fmt and core. The uri passed to taglib is http://java.sun.com/jsp/jstl/core and http://java.sun.com/jsp/jstl/fmt. i also have two jar file standard.jar and jstl.jar. when i compile the jsp page, the errors reflect " TAG is not registered". Can any one tell me that how can i use the tags in a jsp page in jdeveloper 9i.
    Thanks

  • How to use Tag Removal for showDetailsItems in panelbox?

    Hi All,
    I have simple page with some command links.when i click link its renders the showDetails Items in other panelTable.for this i enabled Tag Removal property.
    but in UI when i click on remove(cross mark) i am not able to remove the showdetailsItems.how to do this .can any one please give me solution for the same.
    Thanks in Advanced
    Siva

    yes got it.
    I used some manged bean code and i have set itemListener property of ShowDetailsItem.
    public void staticPanelTabItemListener(ItemEvent itemEvent) {
    if (itemEvent.getType().equals(ItemEvent.Type.remove)) {
    Object item = itemEvent.getSource();
    if (item instanceof RichShowDetailItem) {
    RichShowDetailItem tabItem = (RichShowDetailItem)item;
    tabItem.setVisible(false);
    Thanks
    Siva

  • How to use two libraries on two different pc

    I have a MAcBook Pro and a Windows XP Pro with both itunes 7 installed on each.
    How can I share my songs with both libraries without resetting the ipod. We hav three ipod (2-nano (2 Gigs) and one video 60 gigs.)
    In my family we are three who sharing songs.
    Thank's for your answer.

    Probably the easiest way to use an iPod on both Mac and Windows computers is to format the iPod (using iPod Updater) using the PC. This will force your iPod to use the Windows file system (FAT32) which both the Mac and PC can read from and write to without the help of additional software. Of course then all your software updates for the iPod will have to be done on Windows.
    If you need to use a Mac (HFS+) formatted iPod on a Windows PC, you'll need to install some 3rd party software such as XPlay 2.0 (which you can get from MediaFour Software). This will enable your Windows PC to read a Mac-formatted iPod.
    You also need to set the iPod to manual transfer.
    See: http://docs.info.apple.com/article.html?artnum=61675

  • How to use drivers libraries functions

    I have 3 problems:
    1. I have downloaded the functions libraries of the hp plug
    and play drivers to comunicate with my PC via HPIB, but now
    I don't know how can I access to them. Can anybody help me?
    2. I am taking dates from several channels at a time, and
    the arrive as a array of dates for each channel. I need to
    represent at the same time each data comes the maximun and
    minimun value, but I can not because it is not one but a
    collection of values I get.
    3. When I open two screens at the same time, one of them is
    all the time blinking; i would like to avoid this but i
    don't know how.
    I will be very grateful is anyone could help me.
    * Sent from AltaVista http://www.altavista.com Where you can also find related Web
    Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful

    To do trig in Objective-C you use the standard C trig functions. 
    double sin()
    double cosin()
    etc.

  • How to use tags from taglib in jsp

    i am using tomcat. I don't know where the taglibrary is stored i.e in which folder and how can i access that library and use it in the jsp pages.

    Refer to
    http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSPTags4.html
    thanks,
    Deepak

  • How to use MAF libraries

    Dear,
    I'm going to replace controls by MAF in my android application.
    I import libraries:
    - mafuicomponents-1.2.1.jar
    - maftreeview-1.2.1.jar
    - mafsettingscreen-1.2.1.jar
    - maflocaleawarecontrols-1.2.1.jar
    - mafcalendar-1.2.1.jar
    I created an simple layout:
    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/linearlayout_about_us"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical" >
         <com.sap.maf.uicontrols.view.MAFButton
               android:id="@+id/mafbutton"
               android:layout_width="wrap_content"
               android:layout_height="50dip"
               android:text="skinned button" />
    </LinearLayout>
    When I run application on emulator, I can not see button "skinned button"
    What did I miss?
    Thank you.
    Lam Le

    Hi,
    You can get some information from other threads
    Problem Using Taglibs with PortalApplication
    Problems with custom taglib (PD4ML)

  • Problems in using tag libraries with JRun3.1

    Hi,
    I am new to JRun app server. I have a custom tag library named download. This tag library is used to download the files from the web server.
    First i want to know, where i have to put my tag library in the JRun?
    Second is there any configuration is needed to access it thru my jsp page?
    I copy the jar file and paste it in WEB-INF/lib directory of the JRun server.
    When i access my jsp page it gives the following error:
    /test.jsp:
    javax.servlet.ServletException: Parse Error in JSP page: The taglib directive on line 1 is not valid. The tag library descriptor 'download' could not be found.
    allaire.jrun.jsp.ParseException: The taglib directive on line 1 is not valid. The tag library descriptor 'download' could not be found.
    at allaire.jrun.jsp.JSPParser.throwDirectiveException(../jsp/JSPParser.java:407)
    at allaire.jrun.jsp.JSPParser.directive(../jsp/JSPParser.java:768)
    at allaire.jrun.jsp.JSPParser.parse(../jsp/JSPParser.java:598)
    at allaire.jrun.jsp.JSPParser.writeXML(../jsp/JSPParser.java:151)
    at allaire.jrun.jsp.JSPParser.generateXML(../jsp/JSPParser.java:123)
    at allaire.jrun.jsp.JSPParser.generateXML(../jsp/JSPParser.java:67)
    at allaire.jrun.jsp.JSPServlet.parsePage(../jsp/JSPServlet.java:409)
    at allaire.jrun.jsp.JSPServlet.createServlet(../jsp/JSPServlet.java:381)
    at allaire.jrun.jsp.JSPServlet.loadPage(../jsp/JSPServlet.java:202)
    at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:169)
    at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013)
    at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925)
    at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:88)
    at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131)
    at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330)
    at allaire.jrun.jrpp.ProxyEndpoint.run(../jrpp/ProxyEndpoint.java:382)
    at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
    at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
    The jsp page contains the following code:
    <%@ taglib uri="dloadtag" prefix="do" %>
    <do:download file="Doc1.rtf"/>
    The Doc1.rtf file is in the root directory of the web server.
    Please give ur suggestions for this,
    Adv. Thanks,
    Sundar.

    There should be some tld files that came with the tag lib. These need to be placed in the web inf folder.

  • How to use external libraries and JAR files with OpenScript

    Hello.
    I am trying to include ApachePOI, JODATime, and Javamail in my scripts to handle different aspects of our automated performance tests.
    I followed the documentation for Eclipse to be allowed to utilize these external libraries, however, when I attempt to run my tests the classes and methods that are being imported, show up with errors saying that they do not exist.
    I think perhaps that I am using them incorrectly. I cannot see them as script assets, package assets, or project assets using the properties for these items. An error pops up and says those screens are not displaying correctly or display incorrect information.
    If anyone can provide guidance on using these items, that would be great. Right now I'm trying to include them as "previously exported scripts" but I'm not sure that method will work.
    Any advice is appreciated.
    Thanks.
    --tiff                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Tiff
    For OpenScript 9.* there is an out of the box solution for that, all you need to do in OpenScript go to:
    Script -> Script Properties -> Script Assets -> Add -> jar File ....
    And that is it.
    Alex

  • Custom Tag - how to use tag value= %=jsp% / ?

    Hello friends,
    I am new to custom tags. I have written simple tags that handle value="some hard-coded stuff">.
    But cannot not implement jsp-supplied values? Could you please help with advice?
    Basically, how to implement a custom tag that would allow:
    <mylib:mytag value=<%=somejsp%> />
    Thank you!

    Just define it in your .tld ...
    Example:
    <attribute>
    <name>comments</name>
    <required>false</required>
    //IF this is set to true, u can add your jsp stuff... in your value
    <rtexprvalue>true</rtexprvalue>
    <type>String</type>
    </attibute>
    Usually, the .tld goes in WEB-INF/lib ... some people just put it in WEB-INF/

Maybe you are looking for

  • Extended Notifications - Custom Scenario

    Hello all, i want to create a custom scenario. When i start transaction swnconfig and move to the scenario view and click new entry i have to select a category. The categories are linked to the scenarios already existing. But my new sceanrio has no c

  • Syncing between ipad to itunes on computer

    I downloaded music from i-tunes it to my i-pad. how do i sync it to my computer i-tune so i can sync it to my i-pod?

  • Application Context - Add policy

    How can I apply an application context policy to all tables in a database?

  • How to set alpha or transparency of ComboBox

    Hi, I'm using AS2 with Flash CS4. How can I change the alpha of a ComboBox? I tried: MyCombo._alpha = 25; // and MyCombo.alpha = 25; but both have no effect on my ComboBox, it just appears to have the alpha set to 100. Many thanks in advance

  • Screen exits for MM01 Tcode

    Hi Folks,           I am doing some enhancements for MM01 Tcode.we need to add new screens to MM01. could any one tell me the available screen exits or BADI' s for tcode MM01. thnx in advance.                 santosh.