Can we use mgrpAllowedBroadcaster in a static list?

Hi Jay,
I have a list that was dynamic in the old setup and want to make it static in the new setup.
the dynamic list had some users as mgrpAllowedBroadcaster. Can we still use this attribute in a static group?
thx!

Yes, there's no difference in mgrpAllowedBroadcaster. The list may be static, dynamic, or even a combination.

Similar Messages

  • HT204266 Why can't I use paypal?  And if I can't use paypal why do you list it?

    Why can't I use paypal?  And if I can't use paypal why do you list it?

    I suspect it is a case of different rules in different regions. Here in the UK I have a choice of Visa, MasterCard, Amex, ClickandBuy (who they?), Maestro and None... Where are you seeing PayPal advertised as an option?
    tt2

  • OK since midday today firefox 3.6.24 apparently no longer executes javascript on ebay. Can't use the "add to watch list" buttons or the enlarge photo buttons. It says 'javascript at the bottom of the firefox window but nothing happens.

    just as I wrote above.. ebay loads and functions. I can bid and view auctions but trying to either use the "add to watch list" or "add to wish list" buttons or to switch between different posted photos of an item just gives me javascript:; at the bottom left of my screen but clicking the button has no effect.I'm still running 10.4.11 with the last java download.. is this an ebay change to a newer java version not supported by my os or is it a firefox error..oh and one more thing each page seems to have become 4 times longer..ie there is a huge empty space as I scroll down the page before I hit the bottom.Only appears to do this on ebay..haven't found any other sites showing similar errors and everything works fine on my imac running firefox 4 under 10.5

    Craig Stenton: at 12:13:04
    but I can't install windows! During the install I am asked for the product key and it tells me that it is not valid and so I can't proceed.
    Craig Stenton: at 12:14:16
    I can't use the usual methods of activation because I cannot get an activation code. I can't use the activation wizard. I can't call the number because it requires an activation code.
    Hi,
    I'm a bit confused with this paragraph, as you said Vista already install on your computer, why did you say Windows can't be installed?
    According to your description with your problem, it is Product edition and key are not match. Firstly of all, we must make sure the system you installed on your computer was
    Windows Vista Business, not matter 32 or 64 bit.
    Note: you can check current system edtion at System Properties.
    After that, you can try to input your product key and activate your system for test.
    If problem still presists, it would be better to provide the activation error message.
    Roger Lu
    TechNet Community Support

  • Can I use same IP to static to internal server from external dedicated ip?

    M question is would it cause my problems if I had the outside interface external ip mapped to vlan2 with the same ip address as I am trying to create static route to my server? Or is this OK? Keep in mind these are imaginary ips.
    I was trying to use this command but it was not letting me:
    static (inside,outside) tcp 99.89.69.333 3389 192.168.6.2 3389 netmask 255.255.255.255
    Here is the front end of my config
    ASA Version 7.2(4)
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password DowJbZ7jrm5Nkm5B encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.6.254 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 99.89.69.333 255.255.255.248
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1

    Since you are using the outside interface ip address in your static PAT, you should use the keyword "interface" as follows:
    static (inside,outside) tcp interface 3389 192.168.6.2 3389 netmask 255.255.255.255

  • How can I do sth like this ${requestScope.list.size} ?

    Hi, I have 2 attributes which I pass like this
    requsest.setAttribute("startPoint", 3);
    request.setAttribute("myList", myList);
    where myList is a ArrayList filld with objects. On jsp page I want to count 2 values first and last number:
    <c:set var="firstNumber" value="${requestScope.startPoint+1}"/> - this works fine.
    <c:set var="lastNumber" value="${requestScope.startPoint+requestScope.myList.size}"/> - this is impropper.
    How can I use as integer size of list which is passed as request attribute. Is this possible?
    I would appreciate any hepl.

    Hang on. For such things you can build your own EL functions - it is very easy and involves only 4 steps.
    1. Write a class containing a method (must be static) to calculate size of any list.
    [Put the class in /WEB-INF/classes, so your file will reside as /WEB-INF/classes/myfunctions/MyFunctions.class]
    package myfunctions;
    import java.util.List;
    public class MyFunctions{
         public static int getListSize(List list){
              return list==null?0:list.size();
    }2. In your taglib add an entry (in case you don't have already create one) for the EL function:
    [Say our taglib is mytags.tld in /WEB-INF]
    <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
      http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
         version="2.0">
         <tlib-version>1.0</tlib-version>
         <short-name>MyTagLib</short-name>
         <function>
              <description>List Size</description>
              <name>size</name>
              <function-class>myfunctions.MyFunctions</function-class>
              <function-signature>int getListSize(java.util.List)</function-signature>
         </function>
    </taglib>3. Now in your JSP add following line to use your new EL function:
    <%@taglib uri="/WEB-INF/mytags.tld" prefix="mt"%>4. And use as:
    <input type=text value="${mt:size(requestScope.myList)}" />Note that there no issues using JSTL EL functions. My intention is to resolve your problem and at the same time to give you a glance how to write and use your own EL functions (might be useful in future).
    Thanks,
    Mrityunjoy

  • How can I use comma in the return values of a static list of values

    Hi all,
    I want to create a select list (static LOV) like the following:
    Display Value / Return Value
    both are "Y" / 'YY'
    one is "Y" / 'YN','NY'
    I write the List of values definition is like this:
    STATIC:both are "Y"; 'YY',one is "Y";'YN', 'NY'
    However, it is explain by htmldb like this:
    Display Value / Return Value
    both are "Y" / 'YY'
    one is "Y" / 'YN'
    / 'NY'
    I tried using "\" before the ",", or using single or double quote, but all these do not work:(
    How can I use a comma in the return values?
    Thanks very much!

    "Better still, why not process the code of both Y with 2Y and one is Y with 1Y? "
    Could you please explain in detail? thanks! I am quite new to htmldb
    In fact I have a table which has too columns "a1" and "a2", both the values of these two columns are "Y" or "N". AndI want to choose the records that both a1 and a2 are "Y", or just one of a1, a2 is "Y".
    So I write the report sql like this:
    "select * from t1 where a1 || a2 in(:MYSELECTLIST) "
    Thus, I need to use "," in the LOV, since expression list in IN(,,,) using ",".
    Any other way to implement this?

  • How can we bind Two Static Lists to a single Column.

    Hi All,
    My requirement is
    1) I have two different Static List's.
    2) These two static list's are saved to the same column in the database table.
    3) In the UI, I will be having different dropdown's. And each dropdown is bound to this column. Say if I have two dropdowns, in the first dropdown it has to show first static list values and in the second dropdown it hase to show second static list values.
    4) I can change the dropdowns and save(to the same column).
    I am totally stuck here. How can we implement this????

    Hi,
    Thank you very much for your response. The link was not useful for me.
    The actual scenario here is,
    I have a table with columns say (Id, detailId,Type, Unit, Value). here id & detailId acts as composite primary key and it looks similar to this.
    Id     DetailId     Type     Unit     Value
    111     1111     A     Min     12
    111     1112     B     KBytes     13
    111     1113     C     MBytes     14
    So for this I had created two static list View objects (Say ST1 & ST2). The possible values for ST1 are {'sec','min','hours','days'} and the possible values for ST2 are {'Bytes','KBytes','MBytes','GBytes'}.
    And from above table you can observe that these two view objects are mapped to same attribute(Unit) of the table.
    So what I am trying here is, as my UI page contains, 3 different dropdowns(say af:SelectOneChoice) along with 3 textboxes. one textbox and one dropdown in the same line.
    These 3 are related to above 3 types, dropdowns should contain the Units and textboxes should contain the values, i.e based on the type we have to display that.
    I tried so many combinations, but I am not able to succeed in getting this. So your help is highly needed here.
    Please let me know if you are not understood any of the above conditions.
    Thanks & Regards,
    Ravi.

  • How can I use same account in 2 iphone with diff contact list?

    how can I use same account number but other all totally diff such as contact list, application, everything ..... I found that it's bad on IOS5.
    when I used IOS4 .. old verison, I can keep my phone in diff data. Afte upgrade IOS 5, it's bad. Even take photo, it can not focus zoom in and out.

    how can I use same account number but other all totally diff such as contact list, application, everything ..... I found that it's bad on IOS5.
    when I used IOS4 .. old verison, I can keep my phone in diff data. Afte upgrade IOS 5, it's bad. Even take photo, it can not focus zoom in and out.

  • How can I use iCloud-keychain if i can not find my country in the country code list?

    How can I use iCloud-keychain if i can not find my country in the country code list?

    Welcome to the Apple Community.
    If your country code does not appear in the list…
    Go to System Preferences > iCloud > Keychain and enter your Apple ID password (Settings > iCloud > Keychain, from a mobile device)
    Select the ‘Create Different Code’ option. (Mobile devices only)
    Select the advanced option and choose whether to create a random code or no code, selecting the later allows syncing across devices but not with Apple’s servers.

  • Can I use data from Servlet in my static html page?

    First of all, I can NOT use jsp because of web server's restriction.
    I have a servlet which will give me some image links in html file via doGET and doPOST method. I also need the sizes of the images and compress the images if too large.
    My question is how I can pass the image sizes to the html page and how I can use them in html files.
    Please advise me some solutions to this problem.

    Yeah, you have 2 choices:
    1) Change your web server to one that allows JSP.
    2) Re-build the JSP system from scratch so that the one you make will work in your server. This would involve changing your so called static HTML to have markings (like <% %> tags) where you should insert the values you need to insert. You would then have a servlet that reads the 'static' HTML, parses our the insertion tags, and inserts the values. It would then stream the results back to the user.
    Of course, your HTML is not really static, it is dynamic because the values you are inserting are capable of changing.
    If you don't want to upgrade the server to one that supports JSPs (if yours really doesn't), the have fun making your own system.

  • How many lines we can print using Non-alv report list ?

    Hi Experts,
    How many lines we can print using Non-alv report list ?
    regards
    vishnu

    Hi,
    It depends on the page size according to the page size we can set the no. of lines as follows,
    REPORT  program_name   NO STANDARD PAGE HEADING
    LINE-SIZE 290
    LINE-COUNT 65.
    Hope it helps you,
    Regards,
    Abhijit G. Borkar

  • My setup: iMac hardline to Canon i960 printer. Issue: endless printing of the same document. The printer window states that the pinter is in use and there is nothing listed in the Print Queue.  How can I stop printing the document?

    My setup: iMac hardline to Canon i960 printer. Issue: endless printing of the same document. The printer window states that the pinter is in use and there is nothing listed in the Print Queue.  How can I stop printing the document?

    Soution: Delete the printer and add the same printer back in, therefore creating a new print queue.

  • How do i get a list of all Roles defubed under a particular OrganizationalUnit? How can i use LDAPConnection.search method for this?

     

    Sorry for the typographical mistake.
    Please read the question as:"How do i get a list of all Roles defined under a particular OrganizationalUnit? How can i use LDAPConnection.search method for this?"

  • Bulleted lists - how can I use a bullet that I want

    Having made the effort to switch to Pages, I'm beginning to find a number of features that make me long Word!
    Some of the Pages interface design feels very rough -- like they just gave up before the end. Such an example of this is the relatively simple (in Word) task of making your own text bullet using a dingbat or symbol. This seems utterly impossible in Pages '09! I have spent over an hour struggling to get Pages to accept my preferred bullet. However, it refuses to allow any attempts I make change the bullet. It seems stuck in some font that is not correct for the bullet I want. But the bullet does not 'inherit' the font face attributes when you paste in your desired one.
    I would like some details instructions (preferably from Apple -- chance would be a fine thing!) on how to select and enter my desired Wingdings character as a bullet.
    As a last resort, I created a list in the style I wanted in Word (NOTE: a mere four minute job, Apple). I then tried to open the resulting .DOC file into Pages'09. But I guess it detected that I was attempting to circumvent its vice like control on MY lists, and so failed to open the document.
    Any help with this matter would be gratefully received.
    A.

    Hi Andrew
    Seems like you have noticed that Pages is not Word!
    Ah, change can be hard.
    First starting with the impossible (text bullet):
    +Inspector > Text > List > Bullets and Numbering > Text Bullets/Image Bullets/Custom Image…+
    *Text Bullets* lets you choose any Unicode character as your bullet, either selecting from the short list offered or by simply pasting in the character you want.
    You can find the standard Unicode dingbats in:
    +Menu > Edit > Special Characters > View: All Characters > Symbols+
    Specialist fonts are here but will probably not display correctly if they are not Unicode.
    +Menu > Edit > Special Characters > View: PiFonts > PiFonts > Font: If you have WebDings it will be here+
    *Image Bullets* does exactly what it says taking any of the supplied images as bullets and scaling them accordingly.
    *Custom Image…* lets you browse to find an image from your drive and use that scaled appropriately as a bullet.
    You may have had problems using WingDings because it is not to my knowledge a Unicode font and its glyphs are arbitrarily located within the font according to older encodings.
    You can get around this by making a text box typing your WingDings dingbat into it and then copying the box and going to the Preview application where by going command N you create a new .pdf file containing your textbox.
    Trim the .pdf using the crop tool and save the .pdf which is now a graphic file and can be used with CustomImage… as a bullet.
    It is best to make sure your graphic is tightly cropped to just the image itself and if it is too difficult in Preview, it is better done in a drawing program.
    *Creating a list style in Pages* is as simple as creating an example of what you want then whilst selected adding it to your Styles in the Style Drawer:
    +Menu > View > Show Style Drawer > click on the little down pointing triangle next to the List styles > Create New List Style from Selection+
    I don't know what format you saved your word document in so can't comment on why or how it didn't open. Pages doesn't open Word templates for a start, there could be other reasons.
    Now that did not come from Apple that came from your fellow users. As you may have noticed entering the forums, Apple puts up the site but does not frequent it.
    Peter

  • Using Office 2011 on a new Mac. Now I can no longer access my entire contact list clicking TO/CC/BCC.  Any help would be greatly appreciated!

    I am using Office 2011 on a new Mac.  I can no longer access my entire contact list when clicking TO/CC/BCC to select several contacts for sending an email. I am so surprised & disappointed at the many difficulties, conflicts, & lack of features on the Mac (Lion 10.7).

    Hello,
    Are you using Apple Mail or MS Office Outlook for your email program?  It has been a know issue for some time now that MS Office 2011 Outlook does not sync contacts with Apple's Address Book.   This was true under Snow Leopard as well as in Lion.   It worked well when I had Entourage (MS Office 2008) in Snow Leopard but once I switched to Outlook 2011, the sync stopped.  
    Did you just start using Outlook 2011 or has this happened after you move to Lion?  Perhaps you could import your Entourage contacts into Outlook 2011?  
    Please let us know a bit more about your situation. 
    Jay

Maybe you are looking for