Af:menu does not render image - Help appreciated

<af:commandToolbarButton id="exportBtn" immediate="true">
<f:facet name="popup">
<af:menu icon="/icons/exporttoexcel_ena.png" id="m1">
<af:commandMenuItem text="Export All" id="exa" >
<af:exportCollectionActionListener type="excelHTML" exportedId="t1"
filename="export.xls" exportedRows="All" title="ADF Faces Export"/>
</af:commandMenuItem>
<af:commandMenuItem text="Export Selected" id="exs" >
<af:exportCollectionActionListener type="excelHTML" exportedId="t1"
filename="export.xls" exportedRows="selected" title="ADF Faces Export"/>
</af:commandMenuItem>
</af:menu>
</f:facet>
</af:commandToolbarButton>
Why wouldn't image get rendered ? I have checked the image file is present and the location... I tired adding the same image to another component and it worked.
if I add image to commandToolbarButton it works. something like this:
<af:commandToolbarButton icon="/icons/exporttoexcel_ena.png" id="exportBtn" immediate="true">
<f:facet name="popup">
<af:menu id="m1">
<af:commandMenuItem text="Export All" id="exa" >
<af:exportCollectionActionListener type="excelHTML" exportedId="t1"
filename="export.xls" exportedRows="All" title="ADF Faces Export"/>
</af:commandMenuItem>
<af:commandMenuItem text="Export Selected" id="exs" >
<af:exportCollectionActionListener type="excelHTML" exportedId="t1"
filename="export.xls" exportedRows="selected" title="ADF Faces Export"/>
</af:commandMenuItem>
</af:menu>
</f:facet>
</af:commandToolbarButton>
Problem with this is there is a line(separator) between commandToolbarButton and the menu icon(down arrow). Is there a work around to remove the separator ?

Have you tried setting the actionDelivery="none" on the af:commandToolbarButton in order to get rid of the line?

Similar Messages

  • Premiere Pro CS4 DOES NOT RENDER! HELP

    So i took some footage with my Samsung Galaxy SII and started a project. I went into effects and then motion to get rid of the black bars and turn the video the right way around. On the screen at the top left the video was what i wanted, however the top left screen was not exported, what i ended up getting was a the same video turned around.
    Can anyone give me instructions or something on how to save the effects you made onto a sequence. this is the first time ive used PPro. All i need to know is how to make the video that i import from my phone have normal video dimensions (no black bars) and be turned the right way around,  and then how to export it. please help.
    cheers,
    Jordan.

    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037
    Report back with the codec details of your file, use the programs below... a screen shot works well to SHOW people what you are doing
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    For Mac http://mediainspector.massanti.com/
    http://blogs.adobe.com/premiereprotraining/2011/02/red-yellow-and-green-render-bars.html
    If you have a red line over the timeline after importing a video and before adding any effects... your project is wrong for your video... read above about codecs
    Once you know exactly what it is you are editing, report back with that information... and your project setting, and if there is a red line above the video in the timeline, which indicates a mismatch between video and project
    More information needed for someone to help... click these links and provided the requested information
    -http://forums.adobe.com/message/4200840
    -http://forums.adobe.com/thread/416679

  • Report does not render image when using DoCmd.OutputTo to PDF

    Hello All.... and Happy new year !!!
    I have a form that has an embedded report and a series of cmd buttons to print the report or export it to file and saves it.
    In the report I have an Image object (a logo) that is in the header.
    When I print the report to a printer or a PDF printer the image is present.
    When I use DoCmd.OutputTo the report is properly exported to PDF and saved but the image is not present.
    I've tried playing with the ExportQuality, the "fit to page", etc... but nothing seems to get it working.
    here is the vba I use 
    'Open the report as hidden to filter the data
    DoCmd.OpenReport reportToExport, acViewPreview, , filterReportBy, acHidden
    'if we show the report
    If (booSeeFile) Then
    'export to pdf to save and autostart
    DoCmd.OutputTo acOutputReport, reportToExport, acFormatPDF, filepath, vbYes
    Else
    'export to pdf to save
    DoCmd.OutputTo acOutputReport, reportToExport, acFormatPDF, filepath
    End If
    Any help would be great !

    given that you've gone 12 hours with no reply; I generally don't have any problem with the logo going from the Report object to the PDF export.  When a report is opened on screen - right click - and one of the choices is 'Export To' and one of those
    choices is 'PDF or XPS' - - - just try that as a sanity check....
    there are 2 kinds of image controls - I can't remember off hand their formal name but one has the image embedded permanently inside the report object and so this one should go to the PDF.....the other type is a file link to the image for which the advantage
    is that image can be dynamically changed on the fly.  This second type probably will not appear in an export as the file link is probably broken....
    hope this helps a little......
     

  • Firefox for xoom does not render images as clearly as does the xom native browser

    I use a self generated home page with icons for my most visited sites. The url is www.dmdefd.com. Using Firefox mobile on the Xoom the images on that page look very poor. They look just fine using the chrome browser that comes with the Xoom.

    This is a known problem with Firefox; we are still working on optimizing our image scaling code so that higher-quality image rendering can be used on mobile devices like the Xoom. For technical details, see https://wiki.mozilla.org/Fennec/Features/imgscale

  • ADF panelGroup component's background image in CSS does not render

    Hi,
    I have an issue with the panelGroup component, where a background-image specified in the styleClass DOES NOT RENDER when deployed on the OAS. It works fine when I run the page on my local OC4J.
    I've verified that the image I use is deployed correctly on the server.
    We are using :
    JDeveloper Studio Edition: 10.1.3.3.0.4157 (Build JDEVADF_10.1.3.3.0_NT_070619.1129.4157)
    Oracle Application Server: 10.1.3.5.0 running on RHEL 5.
    I'm customizing pages of an ADF application to change the branding and skinning. The page header region used in the application uses a 'panelPageHeader' and the image I need to introduce is part of branding and must be rendered above the application menus (2 levels: 1->MenuTabs, 2-MenuBar).
    If it would help to see how my page renders locally, here's the link: http://tech-nik-alley.blogspot.com/2010/09/adf-panelgroups-background-image.html
    (The brightly colored bar above the menus is newly introduced, ABC_Lightbar.jpg).
    Using an objectImage with my light_bar image as source, directly in the facet menu2, causes the alignment of all pages to get disrupted. Hence the work-around of using the image as a background.
    A copy of my pageHeader region is below, with comments. The panelGroup component newly introduced is in the facet "menu2". I've added the CSS definitions in the page as comments as appropriate.
    Any pointers on how to debug further, work-arounds etc. are appreciated.
    TIA and regards
    Deepak.
    =====MY PAGE HEADER REGION====
    <af:regionDef var="attr">
    <af:panelPageHeader styleClass="ss0" > <!—ss0 is "padding:0px;margin-left:14%;margin-right:14%;margin-top:0px;margin-bottom:0px;display:block;background-color:transparent;" -->
    <f:facet name="branding">     
    <af:panelGroup styleClass="ss_brand"> <!--ss_brand is "display:block;margin-bottom:12px" -->
    <af:objectImage shortDesc="#{imageBean['SS_COMPANY_LOGO'].description}"
    source="#{imageBean['SS_COMPANY_LOGO'].physicalName}"/>
    </af:panelGroup>
    </f:facet>
    <f:facet name="menuGlobal" >
    <af:panelGroup layout="horizontal" styleClass="ss00" rendered="#{attr.globalMenuShown}">     <!—ss00 is "margin-right:10px;" -->
    <f:facet name="separator">
    <af:objectImage source="#{imageBean['SS_GLOBAL_SEPARATOR'].physicalName}" shortDesc=""/>
    </f:facet>
    <af:menuButtons>
    <af:goMenuItem text="#{sessionBean.authenticated?pageHeaderBean.loggedInUserInfo:messageBean.SS_GEN_GUEST}"/>
    </af:menuButtons>
    <af:menuButtons startDepth="0" var="menuGlobal" value="#{menuModel.model}">
    <f:facet name="nodeStamp">
    <af:goMenuItem text="#{menuGlobal.label}"
    destination="#{menuGlobal.fileName}"
    rendered="#{menuGlobal.type=='global' &amp;&amp; menuGlobal.rendered}"
    />
    </f:facet>
    </af:menuButtons>
    </af:panelGroup>
    </f:facet>
    <f:facet name="menu1" >
    </f:facet>
    <f:facet name="menu2" >     <!-- facet menu2 originally has a 'menuTabs' (level 1 menu) on top of a 'menuBar' (level 2 menu) -->
                        <!-- Change required: introduce a light_bar image above level 1 menu (menuTabs). The image spans the page -->
    <af:panelGroup rendered="#{skinFamily.menuLayout=='horizontal' and attr.otherMenuShown}">
         <!--Change: new panelGroup introduced, with a background image in the styleClass -->
    <af:panelGroup layout="vertical" styleClass="pageHeaderLightBar"> <!-- pageHeaderLightBar is "background-image:url(/ss/skin/ABC/images/ABC_lightbar.jpg); " -->
    <!--<af:objectImage source="/ss/skin/ABC/images/ABC_lightbar.jpg"/>-->     <!--Specifying the image directly, disrupts the all other OOTB pages-->
    <af:objectSpacer width="22px"/>
    </af:panelGroup>
    <af:panelGroup styleClass="pageHeaderMenuLevelOne"> <!-- Another place where a back-ground image is used for a panelGroup using the styleclass -->
    <af:menuTabs startDepth="0" var="menuTab" value="#{menuModel.model}">     <!-- The level 2 menu using menuTabs -->
    <f:facet name="nodeStamp">
    <af:goMenuItem text="#{menuTab.label}"
    destination="#{menuTab.fileName}"
    rendered="#{menuTab.rendered and menuTab.type!='global'}"/>
    </f:facet>
    </af:menuTabs>
    <af:menuBar startDepth="1" var="menuBar" value="#{menuModel.model}">     <!--The level 2 menu using a menuBar -->
    <f:facet name="nodeStamp">
    <af:goMenuItem text="#{menuBar.label}"
    destination="#{menuBar.fileName}"
    rendered="#{menuBar.rendered}" />
    </f:facet>
    </af:menuBar>
    </af:panelGroup>
    </af:panelGroup>
    </f:facet>
    </af:panelPageHeader>
    </af:regionDef>
    ===================================

    'background-image:url("../image/Sunset.jpg")' is a relative URL... relative to the final generated markup. It should be wrong like 99% of the times. You should rather use a styleClass and deal with the background-image with skinning as the skinning engines knows how to deal with such urls. Note that you'll most likely have to define a new resource loader and servlet mapping for the ResourceServlet. I know someone made a blog entry about that, was it Frank or Shay? Hmmm cannot remember... Maybe John as well. Anyway a Google search should yield good results for adf resource loader I think.
    Regards,
    ~ Simon

  • Animated Gif Image does not render correctly on screen

    I have added animated gif image to the scene it does not render correctely.it shakes on the screen. plz give me any suggestion
    i use following code
    Image logo= new Image(getClass().getResourceAsStream("images/image.gif"));
    logoLabel.setGraphic(new ImageView(logo));

    Hello user,
    I think gif are rendered smoothly.
    Are you sure you are not making many object of same images everytime?
    Thanks.
    Narayan

  • I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    You mean an image such as a scanned document?
    If that is the case, the file doesn't contain any text for Reader Out Loud to read. In order to fix that, you would need an application such as Adobe Acrobat that does Optical Character Recognition to convert the images to actual text.
    You can also try to export the file as a Word document or something else using ExportPDF which I believe offers OCR and is cheaper than Acrobat.

  • After Effects CS5.5 does not render any type of file, corrupted message.

    Hey guys,
    About 2 days ago I was working on my file as usual (with no changes whatsoever to my software or hardware) and After Effects suddenly refuses to render my video and does not even go past one single frame, it will not render movies, image sequences, anything, it does not render period.
    when I click on stop it gives me this message:
    I have not changed any settings on my computer or After Effects and rendering this specific file worked fine before this random occurence a couple days ago, other files render work so something is wrong with this file specifically.
    The project I am working on is a rotoscoping animation, I have used the Rotobrush on some MOV files, along with Particular Trapcode, and some effects such as Glow and Blur, nothing fancy.
    Here's my technical info , hopefully it's enough detail:
    After Effects CS5.5
    Mac OSX 10.7.4
    Memory 16GB 1333 MHz DDr3
    3.1 Ghz Intel Core i5
    MOVIE FILES INFO:
    50fps
    1280x720
    h.264
    Linear PCM
    16-bit little-endian signed integer, 4800HZ (stereo LR)
    File sizes range from 1.33Gb to 500mb (I can't compromise on quality as this is a big project)
    Is there anything else you need to know? my deadline was yesterday and this is for a live show next week, any help would be greatly appreciated.
    Also audio's not a big deal as I'm not using it, here are some screenshots of my project settings.

    At first the problem came back but then I disabled the 'media cache' option in Preferences as advised above, seems to work for now.
    I keep having to turn this option on and off if I want it to render, there must be some way around this.

  • The item Hierarchical Context Menu does not support pre-calculation

    Hello,
    Trying to download pre-calculated web templates via RepAgent, using the Hierarchical Context Menu feature within the template (populated via control query with Hierarchy) the system returned the following message upon file download:
    "The item Hierarchical Context Menu does not support pre-calculation"
    As a result the Hierarchical Context Menu is not displayed on the downloaded html-files. Navigation not possible.
    Could not find any constraints documented in the online help, at this point.
    Question: is there something missing on our setup or is this really out of scope for precalculation with navigation?
    Any other experiences on that or shall we open OSS-message?
    Best regards,
    Markus
    (We are on BW3.1)

    Hi,
    we have the same problem. Does anybody have any hint or workaround? Is there a solution for this in 3.5 or any upcoming version.
    Any input is appreciated.
    Thanks,
    Stefan

  • MW64,  cs6 bridge when I move or copy files the  context menu does not retain  recent folder destinations after I close the program

    W64,  cs6 bridge when I move or copy files the  context menu does not retain  recent folder destinations after I close the program. The context options that show are the ones from original install. The workspace I set up is also gone. I have every explorer box and cleaner checked to save recent. Had to disable nivedia desktop software because of weird display conflict. Have Dell pro support and they cannot fix. Any ideas to help me with this would be appreciated.

    Self-solved!  I work in column view in Finder so get there in a Finder window with folders and files appearing.
    There really is no problem, just select an ITEM in the COLUMN before right-clicking!
    The "old" context menu will appear. If you click in the white space in that column (or anywhere in a Finder window) and then place the cursor over a folder or file WITHOUT selecting it and right-click you will bring up the secondary context menu - Open, Copy, Duplicate, View Options and a greyed out Labels option. No "Move to Trash".

  • Asp code does not render for first record in looped recordset

    I have posted this question on a javascript forum as it
    contains javascript code however it was believed to be an asp
    issue.
    The following head section javascript code contains the
    function showBigImage( isource,bigImage,header ) function call of
    discussion:
    var currentImage;
    function showBigImage( isource,bigImage,header ) {
    var theImage = document.getElementById( 'largeimage' );
    theImage.src = isource;
    currentImage = bigImage;
    document.getElementById( 'photoHeader' ).innerHTML=header;
    document.getElementById( 'largeimage' ).alt=header;
    The following rendered looped recordset code illustrates how
    the "header" parameter of this showBigImage(
    isource,bigImage,header ) function call does not render ONLY FOR
    THE FIRST RECORD OF THE RECORDSET as it is blank:
    <a href= "javascript:;" > <td height=36
    valign="middle" class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=images/portable_stage.jpg&width=250','images/portable_stage.jpg',''
    )"> <img
    src="imagescript.asp?path=images/portable_stage.jpg&width=36"
    border="0" alt="" /> </td> </a>
    <a href= "javascript:;" > <td height=36
    valign="middle" class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=images/seated_riserset.jpg&width=250','images/seated_riserset.jpg', 'Portable
    stage configuration using 9 units of the 3 ft x 8 ft platforms in 3
    different heights' )"> <img
    src="imagescript.asp?path=images/seated_riserset.jpg&width=36"
    border="0" alt="" /> </td> </a>
    <a href= "javascript:;" > <td height=36
    valign="middle" class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=images/Stageset.jpg&width=250','images/Stageset.jpg','Portable
    stage configuration using 16 units of the 4 ft x 8 ft platforms'
    )"> <img
    src="imagescript.asp?path=images/Stageset.jpg&width=36"
    border="0" alt="" /> </td> </a>
    <a href= "javascript:;" > <td height=36
    valign="middle" class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=images/Runset.jpg&width=250','images/Runset.jpg','Portable
    stage runset configuration' )"> <img
    src="imagescript.asp?path=images/Runset.jpg&width=36"
    border="0" alt="" /> </td> </a>
    Because of this problem, the caption text does not display
    for this first image record once the thumbnail images are moused
    over. You can view this page example at
    http://www.canchair.com/new_web_product_detail.asp?ProductID=198&ProductFamily=1&ProductFa milySub=10

    Please help with this issue!!!

  • HT202213 I own toshiba laptops. Both computers have the latest itunes software. However the 'show menu' does not appear on the screen?

    I own toshiba laptops. Both computers have the latest itunes software. However the 'show menu' does not appear on the screen?

    Thanks for the response diesel. I dont think I clarified my question very well. I'm trying to do home sharing between mine and my wifes computers. The intructions say:
    Log in as the same user on each computer.
    Ensure both are current version.
    Choose the correct list in sharing ie Music
    Then in the 'show menu' at the bottom of the screen, choose items not in my library.
    I do not have the show menu to select any songs.
    Any help appreciated.
    Cheers

  • TS1717 Trying to download iTunes onto PC installed with windows vista. Download keeps getting to 99% with 1 second remaining and then freezes / does nothing? Any help appreciated.

    Trying to download itunes onto PC installed with windows vista. Download keeps getting to 99% with 1 second remaining and then freezes / does nothing? Any help appreciated.

    I solved the problem! The updates orignally were downloaded to the C: drive of the server. I've since moved them to the E: drive and for some reason the Content folder in IIS didn't change the file path to the new WSUScontent folder.
    The root cause for this was failing to use the UTILITY designed for this very purpose.
    I edited the virtual directory settings in IIS and was able to put the correct path in.
    You still need to use the UTILITY.. to fix all the other stuff you're still missing.
    In the %ProgramFiles%\Update Services\Tools folder...
    WSUSUTIL MOVECONTENT E:\WSUS E:\WSUS\MoveContent.LOG -SKIPCOPY
    This problem was caused by moving the WSUS updates to a different local drive.
    No. This problem was caused by IMPROPERLY moving the WSUS updates to a different local drive.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Right click context menu does not appear only for Java 1.7, AWT TextField

    I have been debugging some issues that an application has been having with Java 1.7 versus older versions. A new problem I have encountered is that the right click context menu does not function in any TextField. It works fine when running/compiling it with any previous version of Java. I have tried coding a simple test with a Frame, Panel and TextField to see if it might be something else in the more complex application that was causing it, but the simple test class has the same problem.
    I have searched for other people having the same issue, but I have not found anything comparable. This seems like a huge change from one version to the next and I am surprised that I am not finding this mentioned anywhere else. Can someone point me to anything that discusses this issue that I am having? Does 1.7 require I implement my own context menu? I realize AWT is old technology, but this is an old, fairly complex application that doesn't use swing, and that is not going to change at this point.
    My simple test:
    import java.awt.*; 
    import java.awt.event.*; 
    import java.util.*; 
    class testF3 extends Panel 
      public static void main(String args[]) 
        Frame f = new Frame(); 
        Panel p = new Panel(); 
        f.setLayout(new BorderLayout()); 
        f.add("North", p); 
        TextField tf1 = new TextField("", 20); 
        p.add(tf1); 
        Dimension medm = f.getSize(); 
        medm.height = 100; 
        medm.width = 200; 
        f.setSize(medm); 
        f.setVisible(true); 

    In the past few days since upgrading to 4.0.4, the entire right-click context menu for links is gone and replaced with one item: "Copy Link" The "Open In New Tab" item, along with some other context items, is no longer there.
    That's actually a problem with your particular installation of Safari, b. I've got all the contextual menu entries with my 4.0.4.
    I helped fix one of these recently here at the forum. Try the procedure from the following post (it got back Tho's missing contextual menu entries):
    http://discussions.apple.com/thread.jspa?messageID=10598385&#10598385

  • My Bridge Tools menu does not have Photoshop submenu

    Hi,
    In Bridge CS3, I just noticed that the Tools menu does not have a Photoshop submenu and therefore I cannot apply Batch commands - among other things.
    I have the latest version (2.1.1.9) in MAC OS X Leopard. What is going on?
    I have a friend that has the same program in Windows Vista and has the Photoshop submenu...
    Please help!
    Juan Dent

    Check your preference folder start up scripts. Inhere the startup script should have a checkmark on it. if not put in on and after restart the script should be there.
    Otherwise try a refresh preferences holding down the option key when restarting bridge.

Maybe you are looking for

  • Verizon Complaint - Harassment, Lack of Customer Service, No Loyalty

    After searching long and hard, it appears that there is no place to lodge a formal complaint against Verizon.  I saw where an individual was told by a Verizon rep the place to file such complaints is right here in the forums.  This seems to be an ine

  • "Edit in Photoshop CC" opens Photoshop but shows no Image!

    Whenever I open photos from Lightroom (that already have lightroom adjustments) edit in Photoshop CC only opens Photoshop but does not open the image. If I open Images with "Edit in Photoshop" that DO NOT HAVE Adjustments, the image will open up in P

  • IChat Server - Open Directory trouble

    Hello All! I have exactly the same problem as stated in this thread: http://discussions.apple.com/thread.jspa?threadID=1373399&tstart=-1 -- I see that there is indeed a problem between OD and the jabber server running (check the source code, it's on

  • I receive error message when exporting or converting pdf to word

    i receive error message when exporting or converting pdf to word

  • Strange thing happened with the screen

    I've had my Mac Pro for more almost 18 months. Today I was in a site and I leave my desk for a moment, when I return the screen was distorted, the colors, like when you zoom in a pic and you see the pixels.... I press the button and it restarted norm