Can I describe more than one tag in a single library

Hi All,
I want to create custom tag library supose i'm having totally 20 tags then I have to describe all the tags in a separate class or can I describe all the tag information in a single class.
Now I'm creating every custom tag in a separate class. Suggest me a way

Assuming that each tag serves a different purpose, they have to be unique classes.
Its not a question of 'Can' - theorotically of course you can :), but how would you then make each tag do a different function?
You can of course have a tag class hirearchy and have a super class for all your tags.
ram.

Similar Messages

  • HT2736 Can you send more than one song on a single gift card?

    Can you send more than one song on a single gift card?

    By chapters do you mean different slideshows? Or are you referring to chapters in a movie from iMovie or Final Cut Express? 
    If you're referring to an iDVD slideshow then create a playlist in iTunes with the songs you want and then in iDVD's slideshow go to the Media/Audio pane and drag the playlist icon into the music bin.
    OT

  • Can we assign more than one fieldgroup to a single event ?

    Hi,
    Can we assign more than one fieldgroup to an event ?
    I want pick few fields from each tab and show all those fields in my own tab is it possible to do so ?
    vishal

    Hello Vishal,
    To show together fields which belongs to different tabs (this is, in the same event), you could use Multigroup feature (Application Elements -> Tab Page Group -> Multigroup). This feature allows you to group several events (with different field groups associated in main layout table) in only one (the even which manages the tab).
    Hope this point help you.

  • Can I create more than one instance of a native library?

    Hello all,
    I am using Java to access a Win32 DLL with JNI. Everything is working fine, but I have several threads using the same instance of the native library because it is loaded "statically" in the Java class which uses it, and I suspect I am getting a bottle-neck at the native library.
    Does anyone know if there is any way to load more than one "instance" of a native library?
    The use of System.loadLibrary() would indicate not, and my (limited) knowledge of the Windows environment would tell me that a "shared" library only has on instance. (confirm anyone?)
    I need to find a way around this bottle-neck issue... (and "no", before anyone suggests it, I can't ditch Windows!)
    Thanks.

    I am not sure about the behaviour of the dll as it's not mine. It's a COM DLL which I have "wrapped" in a standard windows DLL so I can expose the JNI methods. I assume because it's COM that it IS reentrant, but I am a bit of a novice when it comes to Windows and COM. I didn't install the COMponent either, it was installed as part of another application. (It's an antivirus COM dll that is part of an AV application)
    Thanks for your help though, I think I will just have to live with it.

  • CAN ANDROID SEND MORE THAN ONE PICTURE IN A SINGLE TEXT

    Hello,
    Can anyone tell me if Android Razr M is capable of sending more than one picture in a single email and how to do it?  Example:  I have several pictures to send to one person and do not want to send them one at a time if I don't have to.  Thank you

    Some devices if you long press on the text screen have the ability to send more than one photo. However your owners manual usually has this information.
    You also may not be able to send these multiples due to size constraints. Email is much better for these photos. Which of course is also limited by your ISP to around 10 megabytes per send.
    Good Luck

  • Can u have more than one account on a single pc as i dont want others using my account, and we all use same pc

    can i have more than one itunes account on a single pc, as i dont want others using my acount

    The most practical route is usually for each person to have their own user account in Windows. Then everyone's iTunes library will be completely separate and each person can have and use their own iTunes Store account without impacting anyone else's information and account.
    Regards.

  • Can I have more than one section on a single page?

    I opened an old AppleWorks file which has 7 thin columns in two sections, all on a single page. Pages turned it into a two page document. Is there a way to merge the two pages into a single page with two sections?
    Thanks in advance!

    I am facing the same problem. Word had an easy way to have two sections on one page. I can't see that it is a problem. However, my problem was I wanted two sections on the same page. It appears that Pages handles this differently. It is called a layout break. Same drop down menu. I wanted to change from one to two columns and back on the same page. Hope this helps in your situation.
    Parrish

  • Can you print more than one photo on a sngle page in iPhoto, as you can in Picasa?

    iPhoto printing--
    Can you print more than one photo on a single page in iPhoto, as you can in Picasa? Terrible waste of paper and time to do it one at a time!  I 've been away from Macs for several years ( I know, shame on me) but I thought I remembered more printing flexibility.  Help, anyone?

    Yes - select the photos and print - select the print size and paper size (be sure they will fit with some small borders) and click customize - in settings select multiple photos per page (the preview will reflect this selection) and print
    LN

  • How do you position tags in a spreadsheet? Can I eSign more than one tab in a spreadsheet?

    How do you position tags in a spreadsheet? Can I eSign more than one tab in a spreadsheet?

    Using text tags
    https://workspaces.acrobat.com/app.html#d=Bi-SZ3cbVCHwiWBBp-7G7g
    but spreadsheets are quite difficult to predict as they don't typically have a page size defined. If you can do this in Word it'll be easier.
    or convert to pdf before uploading to EchoSign.
    You an upload a spreadsheet with multiple tab and place tags on each tab and all will get converted.

  • Can't select more than ONE conditional text tag in FrameMaker 10?

    Hi, I work with lots and lots of Conditional Text (CT) tags in FrameMaker. We moved to v10, and now I can't select more than ONE CT tag at a time---this means when I need to apply 10 CT tags to one item, I have to select the item, click one tag, click In, and then click Apply---3 clicks, 10 separate times = 30 clicks! (I used to be able to select the item, select all the CT tags I wanted applied into the In box, and then click Apply.) This is very frustrating. I've tried to click all the Ctrl, Shift, and Alt keys separately and then try and select more than one tag, but nothing works. Please help---this is going to be a nightmare for me if this can't work!
    Please help and show me that I can add more than one tag to an item at a time. Thanks so much!!!

    Unfortunately, this capabiliy wasn't carried over to the Conditional Text pod when the new interface design was created. You're stuck selecting the tags one at a time and then applying a condition. It's a bit faster if you select the conditions sequentially, then you have fewer clicks for applying subsequent tags to the same content.
    I fully agree that this sucks.
    Please fill in a bug report and a wish list item at: FrameMaker Bugs & Wish List
    You can also add/vent to the following thread (that is monitored by Adobe):
    Seeking inputs on desired features in FrameMaker

  • Can we declare more than one sequence tags in a complex type?

    Hi all,
    Can we use more than one <sequence> tags in the xml schema?
    <xs:complexType name="Demo">
    <xs:sequence minoccurs = "1" maxoccurs = "1">
    </xs:sequence>
    <xs:sequence minoccurs = "0" maxoccurs = "1">
    </xs:sequence>
    </xs:complexType>
    If you observe the above sample xml there are two sequences in one complex type with different values for minoccurs and maxoccurs. Is this xml valid? why I need this is I have an
    XML with lot of elements some of them should have minoccurs = "1" maxoccurs = "1" and some other should have the other combination of min and max attributes. I want to
    declare it in the sequence rather than declaring beside each individual element. is that possible?
    Thanks.

    Hi,
    Is this xml valid? No, a complexType expects only one child, but you can do this :
    <xs:complexType name="Demo">
      <xs:sequence>
        <xs:sequence minOccurs = "1" maxOccurs = "1">
        </xs:sequence>
        <xs:sequence minOccurs = "0" maxOccurs = "1">
        </xs:sequence>
      </xs:sequence>
    </xs:complexType>However...
    XML with lot of elements some of them should have minoccurs = "1" maxoccurs = "1" and some other should have the other combination of min and max attributes.
    I want to declare it in the sequence rather than declaring beside each individual element. is that possible?minOccurs and maxOccurs declared in the sequence apply to the sequence as a whole, not to its individual components.
    For example :
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
         <xs:complexType name="Demo">
              <xs:sequence>
                   <xs:sequence maxOccurs="1" minOccurs="1">
                        <xs:element name="test1" type="xs:string"/>
                        <xs:element name="test2" type="xs:string"/>
                   </xs:sequence>
                   <xs:sequence maxOccurs="1" minOccurs="0">
                        <xs:element name="test3" type="xs:string"/>
                        <xs:element name="test4" type="xs:string"/>
                   </xs:sequence>
              </xs:sequence>
         </xs:complexType>
         <xs:element name="root" type="Demo"/>
    </xs:schema>What you expect will work for the first sequence of elements (test1 and test2) but anyway minOccurs and maxOccurs for elements default to 1, so why bother wrapping them in a sequence?
    If I understand what you want correctly, it won't work for the second sequence.
    For instance, this will be valid :
    <root>
      <test1/>
      <test2/>
      <test3/>
      <test4/>
    </root>but this will not :
    <root>
      <test1/>
      <test2/>
      <test3/>
    </root>

  • How can I pass more than one parameters in PDK-URL services?

    Hi all,
    How can I pass more than one parameters in PDK-URL service? All samples on Portal Center shows just one parameter passing.
    <inputParameter class="oracle.portal.provider.v1.URLPortletParameter">
    <name>csz</name>
    <isMandatory>false</isMandatory>
    <displayName>What location do you want a map for (City, State or Zip)?</displayName>
    </inputParameter>
    How can I write the privider.xml file for passing multiple parameters?

    I answer to my question. I've got the answer.
    I repeatly write down the <inputParameter> tags, and it works.

  • Having difficulty assigning more than one tag to a photo...

    I know that you can click more than one tag to a photo, but if I filter for say photos that have no tag, and then assign a tag to that photo, it then is removed from that filter, because it no longer meets the filter's definition - it now has a tag.
    For example, I have 200 photos in a file, some with tags and some without tags. I filter for photos that have "No Tag." I see a photo of a bird in a field. I want to assign the tag "bluebird" and "Ellwood Bluffs" to the photo. But when I assign "Bluebird," the photo now disappears, preventing me from assigning the second tag.
    Any suggestions?
    Cliff

    Ramon:
    My apologies. Yes, you are correct. I meant to say 200 image files in a folder.
    So the second paragraph should read:
    "For example, I have 200 images in a folder, some with tags and some without tags. I filter for photos that have "No Tag." One of them is a photo of a bird in a field. I want to assign the tag "bluebird" and "Ellwood Bluffs" to the photo. But when I assign "Bluebird," the photo now disappears, preventing me from assigning the second tag."
    I have Bridge for Mac (version 2.1.1.9. I am not rating photos. I am assigning tags, what Bridge calls keywords, so I can search for the photos later using metadata.
    Thanks,
    Cliff

  • Can I put more than one user under one Apple ID account. I want to let other family members use imessage on their own Apple device. Or is there another way to get this end result?

    Can I put more than one user under one Apple ID account. I want to let other family members use imessage on their own Apple device. Or is there another way to get this end result?

    You can seach the net for solutions like this one http://appletvvpn.com/how-to-connect-apple-tv-2-to-vpn/ another idea is to use a PC as the control and fit that with a wireless card and set up a ad hoc wireless network that the Apple TV uses. 

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

Maybe you are looking for

  • Itunes encountered an error and must be closed. Any idea what's wrong?

    Dear colleagues I have installed the latest version of itunes 9.2 and since yesterday I can not open it. I always get the message: "itunes encountered an error and must be closed"... I installed the previous version 9.1 but then it didn't work either

  • Maximum open cursors exceeded from Oracle XA Connection pool

    I am on WLS 6.1 sp2. When i leave the server up overnight unaccessed and come back and see in the morning, I see the following stacktrace on the server console. I dont think its causing any harm, but is there anyway to prevent this from occuring? jav

  • ORA-01034: Error svrmgrl

    After installation of Oracle Entreprise Server 8.1.5 on Red Hat 6.0, I tried to run some samples given in the administration guide: I run svrmgrl, and I ve got an error message: ./svrmgrl Oracle Server Manager Release 3.1.5.0.0 - Production (c) Copyr

  • Oracle equivalent of DB2 DIGITS function

    IBM DB2 has a DIGITS SQL function that returns a character-string representation of a number, with the following properties: The result of the function is a fixed-length character string representing the absolute value of the argument without regard

  • WSDL frm  Altova xml spy

    How do we generate WSDL files using Altova xml spy....Is there any tutorial/ beginners guide available for that...