Edit Button not visible in portlet

Hi Every one,
Even adding the portlet mode as EDIT in the portlet.xml, i am unable to see the EDIT button on the portlet.
Could someone help to solve this? Is there any thing else to be done?
Here is the snippet of portlet.xml
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>EDIT</portlet-mode>
<portlet-mode>HELP</portlet-mode>
</supports>
Note: Help functionality is working fine. and also able to see the help icon.
Thanks in advance..

Which Portal are you using? In Sun Portal Server or Web Space Server , you will see Edit button only if you are authenticated to the portal.
Also did you modify the portlet.xml in the deployed location or was the EDIT added before the portlet was deployed?
Regards,
Deepak

Similar Messages

  • EDIT button not visible in Display Shopping Cart  screen in SRM portal

    Hello everyone,
    I am facing one strange problem in SRM portal.
    When i create a new shopping cart ON BEHALF of someone then after SAVING the shopping cart the EDIT button disappears from the screen.
    But if i create a shopping cart for  myself only then the EDIT button appears properly.
    My system is  SRM 7.0 .
    Please if anyone has solution to this kindly reply

    Found a note for this issue. The note is 1444219

  • Help button not visible in off-line version

    Why is de help/information button not visible in the off-line version. The web-based version is oké. In use Adobe Accrobat version XI.

    if you use the off-line version, Formscentral AIR Application, help menu will bring you to the help page. For example: DE http://help.adobe.com/de_DE/formscentral/using/index.html

  • Why isn't the edit button not showing in my ESX24 sampler?

    why isn't the edit button not showing in my ESX24 sampler?

    Is that during installation when you see the two icons.. the one on the left looking like a Garageband guitar icon, the one on the right like the Logic Pro platimum record icon?
    Yes.. that one.. with the choice to click on which option you want/are coming from...
    p.s. I'll probably aquire a Mac Mini this fall then upgrade.... I mean repurchase!
    I think I managed to grab one of the last of the 2011 refurb'ed MMS's.... at that super low price Apple were selling them for... before they bumped it up and now, they seem to have none left at all at any price
    However, just in case, I have found this site really useful at keeping track of Apple's refurb stock... and pricing
    http://www.refurb.me/us/

  • Why does my edit button not show in Address Book?

    I have installed Lion on my laptop; however, I am not able to edit any Address Book entries. After doing some research, I have learned that I am missing the "Edit Button" that is supposed to appear on a contact that will enable editing.  My Edit button does not appear - I have only "Add Contact" and "Share" buttons.  Why does my edit button not appear?
    I have not noticed any other issues with Lion.
    Thanks!

    Try this:
    Select "Go" from the finder whilst holding down the Alt key and "Library will drop down in the list.
    Library/preferences/ and delete this :  com.apple.AddressBook.plist
    re-start your comp and it should work.
    This . plist will re-create itself when re resart all nice and clean and fresh.
    Should work, it does for most things.
    Good Luck

  • Reset button not visible in settings, help?

    Reset button and security button not visible in general settings on my iphone 4 . How do I restore them?

    if you use the off-line version, Formscentral AIR Application, help menu will bring you to the help page. For example: DE http://help.adobe.com/de_DE/formscentral/using/index.html

  • Approve Button not visible in Tasks for Leave request in Tasks- MSS

    Dear gurus,
    Approve Button not visible in Tasks for Leave request in Tasks- MSS, anything missing on config end????
    Any suggestions....
    regards,
    Rajasekar.

    hello Bala,
    there was some config missing in UWL, now it is working and here we have got some button launch dynpro ..this is leading to pop where we can approve or reject....
    Thanks alot Bala..
    In this we are getting more info, Display details in SAP GUI, View History, View all Time Approval and Attachments of Documents which leads to leave request details. These may be too flashy for the Manager who are from the typcial production centers....industries...So is there any way out for Hiding these.
    Regards,
    Raj

  • Interview, Contact  etc buttons not visible on Hiring Applicants Form

    Hi,
    Interview, Qualifications, Schools & Colleges, Contact buttons not visible on Hiring Applicants Form.
    Is there any profile option , so that the above mentioned buttons are visible ?
    Thanks,
    Angelica.

    Hi Jhansi,
    Thanks for the reply.
    We tried the mentioned steps, but unable to view the required buttons.
    Can you let me know if there is any profile option for the same, cause we are able to view the button in another instance, but not in the one that we are working on.
    Thanks,
    Angelica.

  • Message mapping (data flow editor, data dependcies  buttons not visible)

    Hi,
    In my SAP PI...IR ...in message mapping screen some buttons are not enable/visible like
    data flow editor, data dependcies,clear mapping  buttons not visible)
    any oss notes/help will be appreciated.
    Thanks

    Hi,
    This will help you
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    Go for 1.4.X version than 1.6.X The Problem will be resolved
    Regards
    Sangeetha

  • Add Content button not rendered inside Portlets on edit mode

    Hi,
    I have a requirement where administrators will add some external content(Add content) either from taskflow or portlet and that external content (along with taskflow output) will be shown to the users based on some logic performed inside the taskflow/portlet bean code.
    This PanelCustomziable should render AddContent button inside the portlet when pressing ctrl shiftE, but its no doing so? Where as the same PanelCustomizable renders AddContent button inside the taskflow on edit page? Any settings or changes needs to be done to make it work in porlet when consumed in portal?
    a)taskflow cannot be selected for this purpose, as there will be only a single instance of the taskflow across the portal and it cannot retain runtime MDS changes to a specific instance (Unless we design the ADF taskflow with MDS customization layer). By default, any runtime change in one taskflow instance will be propagated to all the other taskflow instances of the portal.
    (For eg.. Admin drops this taskflow onto a page1 and adds a image(external content) using the button AddContent inside the taskflow because of PanelCustomizable and close the page. He drops the same taskflow from RC only to find that the changes he done on page1 is being retained here ..its not resuable because of no MDS per instance)
    So we selected Portlet for this purpose, as it has the inbuilt personalization framework. Admin can personalize each portlet instance and drops on the the same page and diff page again. But with portlets, Add Content is not rendered.
    Its not just external content, the taskflow / porltet has some logic to perform and displays some output based on the ruleId which is the input parameter.
    Taskflow or jsff code
    ==================
    <cust:panelCustomizable id="pc1">
    <cust:showDetailFrame text="rules content" id="sdf1"
    shortDesc="rules content">
    <af:panelGroupLayout id="pg1" >
    <af:outputText label="RuleId" id="ot1" clientComponent="true"/>
    </af:panelGroupLayout>
    </cust:showDetailFrame>
    </cust:panelCustomizable>

    Can you please post this question to weblogic.developer.interest.portal
    newsgroup.
    Thanks
    "Lodewijk Spijker" <[email protected]> wrote in message
    news:3f165945$[email protected]..
    Hi,
    i am using Workshop 8.1 (GA release july) and i have discovered a bug (ora
    feature) with respect to the beta version.
    i have created a simple portlet with a view mode and an edit mode. When i
    place the portlet on the very first page of a one book portal, it works
    perfectly. However, i have a book with three pages and placed the portleton
    the second page. Now when i put the portlet in edit mode, by clicking the
    edit button, i am directed to the first page of the portal and the portlet
    will not show.
    Inspection learned that the URL generated for the edit button, didn't
    contain the _pagelabel parameter. When i added the parameter manually it
    works fine.
    A final remark is that the buttons in the titlebar have no icons thebrowser
    can load.
    hope someone can help me out,
    Lodewijk

  • Edit button not working on a publishing site on sub-level pages only (SP 2010)

    When I create a top level page, the Edit button/edit page works fine with checkout and checkin.  However, once I create a sub-level page - that is I create a second page within the first page then the edit button does not work and there is a message
    displayed on the ribbon in yellow background: 
    Status:
    Published and visible to all readers 
    I have read all responses to similar posts and tried them but problem is not resolved. 
    I don't have workflow turned on, I don't have content approval, yet, issue is still there. 
    Please help. 

    Hi Wynnit,
    Pinning will not work in most devices - desktop only. To do the same in your device layouts you need to use the scroll motion tools.
    To add code to the <head> tags in Muse you go to your page properties and under the meta tab you will see a section you can paste your code.
    When  you do push live with Business Catalyst you will be given prompts as to how to go about it.

  • SQL Expression Fields button not visible in Field Explorer

    Hi,
    On my Crystal Reports installation I can see the button SQL Expression Fields in Field Explorer but it is not visible on client's installation.
    How do I make it visible? I need to create a new report with SQL query for client.
    Thanks,
    Ajay Audich

    Commands are intended to replace the standard linked tables that must users are accustomed to.
    I suppose Commands would be considered an "advanced" feature, considering that they require the developer to be able to hand write SQL (our at least copy it from another SQL editor).
    If you are comfortable writing reading, writing & editing SQL, Commands will open a the door to a whole new level of control when it comes to creating your data sets.
    The biggest problem w Commands is also it's greatest strength... If you're using a Command, CR will assume that you know what you're doing and will not try to rewrite or optimize your SQL in the background. You write it, CR sends it. That means if you write crappy SQL, CR will send your crappy SQL to the db server...
    It also means that you can use join types that aren't available in CR and use sub-queries in in your SQL... Basically anything you can do in the db's native editor.
    HTH,
    Jason

  • Edit Button Not Working in PDF Portfolio

    The Edit function is greyed out whenever I try to create a PDF portfolio directly from an Outlook mail folder. We are using Adobe Pro X.  Any suggestions on why this is and how to fix?  I've been able to create other portfolios and use the Edit button, but not when it is created directly from Outlook.
    Thanks!

    [discussion moved to Creating, Editing & Exporting PDFs forum.]

  • Photo Edit button not appers in ipad 1 ios 5.0.1

    I update my biod, in ipad 1 and now i can not turn my photos. I try to restore software, and nothing. Theroblem is not appers thr edit button when i open a photo. My photos are from camera, no sincronized to pc, i put on ipad via photo kit.

    The Photos app on iOS on the first gen iPad doesn't have any editing - you could potentially rotate them via a third-party app (e.g. the free Adobe Photoshop Express), but that will just save them back to the Saved Photos album

  • Photo gallery menu button not visible (black on bl...

    Lately (I don't know when it changed because before it was not like this) there is some strange behavior on my N8 when viewing photos in the gallery.
    If I chose a photo to view and then tap on screen to get the options I don't see the two buttons at the bottom of the screen (Options and Back buttons). I found out that the buttons are present but they are in black - meaning they are not visible if there is no picture covering those parts of the screen (see attached photos). They are only visible if the background is very bright (white).
    Is there any settings to change this annoyance?
    P.S. The same is true if I open pictures in Photo Editor.
    Attachments:
    P1050880.JPG ‏1634 KB
    P1050881.JPG ‏2361 KB

    Okay, I've tried .ac3 audio and I get the same result.
    I had a friend of mine try this test. He had two different Progressive scan DVD players. It played perect on one and showed these errors on the other (the audio not playing and the text appearing in a different font). He said it had somthing to do with the progressive scan settings of the player. One player could switch to this type of DVD and the other one could only do it manually in the menu screen. He said that even hollywood DVDs do this on these types of DVD players. Since I have NEVER seen this problem before what could he be talking about? And why would previous versions of DVD's that I have made in DVD Studio Pro 1, 1.5 and 2 work fine on these same DVD players?
    This is driving me nuts. Why would one DVD player play the DVD perfect and another one play the video fine, but mess up the audio and text buttons on the menu?
    Other people I have talked to stay that it may be the media it is burned to, but I'm using the same DVD media that I have always used?
    Please help!

Maybe you are looking for

  • DVCPro 50 - Drives, Capture

    Hi - I am preparing to digitize footage for a project I shot on the Panasonic SDX900, DVCPro50, 24p(regular), 16x9. I have about 40 hours of footage and will upconvert the 30-40 minute final film. I am planning to rent a SD93 deck to capture the foot

  • Can't see video on ipod after downloading

    I downloaded a few videos from Music Store and plugged the ipod in and they automatically transferred to ipod. When i play on the ipod, i only get the audio, no video. Any ideas?

  • How can I align text in Acrobat 8.1 Professional?

    Okay this is quite silly, but seriously how can I align text in adobe acrobat? I could not find a way other than creating a new document file which allows me to use alignment options automatically (example below), however does not allow me that when

  • I have a MacBook Air, Late 2010 and would like to make complete copy of, what is best method?

    I have a MacBook Air, Late 2010, and would like to make a complete copy of everything on it. Unsure sure of best external device to purchase or if possible? Can you assist? Thanks

  • Apple Motion 2.02 can't import image file

    It always shutdown when import any image file( .jpg .tga so on) I have even delete that file user>lib>preferences>com.apple.motion.plist still can't resolve that situation some QuickTme Decode problem or another?