PageFlow Portlet Not Rendering

Hello everybody,
I'm trying to use a page flow as a source for a portlet.
Unfortunately the portlet content is not rendered; instead, just the portlet window with the title bar is present.
No error message is present on either the console or the server log.
The PageFlow is a trivial one -- containing just the begin action and the index.jsp file (faces). I was able to test the pageflow directly from the IDE (choosing the `*Run on Server..*` menu action). The index.jsp content was rendered as expected. But when I tried the URLs for the portal or the portlet, no content was rendered!
I tried the combinations: WebLogic Portal 10.2 + Workspace Studio 1.1 and WebLogicPortal 10.0 + Workshop for Weblogic Platform with the same result.
What is the problem?! Has anyone ever experienced something similar?
(According to the [BEA Portlet Dev docs|http://edocs.bea.com/wlp/docs100/portlets/building.html#wp1062050], using a PageFlow as a source for a portlet is a perfectly good option.)

James thank you for your answer. I did not know about the Portal forum. May I ask the forum's admin to move this thread over there? I don't like to double-post.
Coming back to the issue, I can confirm that indeed this is the most basic example of a portal (created ``by the book`` with a Portal EAR and a Portal Web project). And indeed, I am able to run the portlet directly from within the Workshop; I am also able to run the JPF directly from within the Workshop.
Perhaps a sketch can explain better what I'm experiencing:
Request for `dummy JPF` URL ----------------------> content rendered (as expected)
Request for Portlet with `dummy JPF` URL ----------------------> NO content rendered (+unexpected+)

Similar Messages

  • Spark portlets not rendering

    This is becoming anoying !!, Please help.
    I installed JES 2005Q4 Portal Server, and I am having a hard time getting Fatwire spark Portlets to render inside the Portal Server.
    I have read the FAQs on Fatwire site on this issue but the problem is still the same.
    The other thing is that JES 2005Q4 comes with Portal server 6 and not 7. I am running solaris 10 on x86. Portal server web container is Application Server 8.1. EE
    The jsproot written to futuretense.ini is cs.jsproot=/var/opt/SUNWappserver/domains/domain1/applications/j2ee-modules/cs/jsp/
    inside the jsp directory is a directory called cs_deployed, outside jsp in cs the following folders exist: com, eWebEditPro, futuretense_cs, jsp, META-INF, SparkSample, WEB-INF, Xcelerate.
    Can some one tell what is supposed to inside this jsp folder, because I dont think I understand this anymore..
    Does fatwire have any documentation on installing fatwire on Portal Server 6 2005Q4???? the documentation is all centered on Portal Server 7, and it is so decieving.

    I managed to solve the problem. I will have award myself the Duke dollars.

  • Community Portlets not rendering valid links

    I've created several of the Community portlets in an organization other than the Community Sample, and when they render, the links to get to the different communities are not valid. When I click on them, I just go back to the same page. For example:
    http://myserver:8080/portal/dt?=jdo__MyTestCommunity_Container&com.sun.portal.desktop.current.membership=jdo__MyTestCommunity___owner____jdo__MyTestCommunity___member&com.sun.portal.desktop.temporary.membership=NONE
    It appears that the container attribute is missing after the "?". Has anybody seen this before, and if so, any solution. Thanks.
    Message was edited by:
    GDCTG

    Hi GDCTG,
    Some thoughts.
    * make sure that you have the Portal Desktop Community Service attributes set for the user's organization and every role that the user belongs to. The attributes and default values are:
    CommunityHomeContainer=CommunityHomeContainer
    CommunityCreateContainer=CommunityCreatePortlet
    CommunityParentContainerURLParameter=CommunityParentContainer.selectedChannel
    Here's an example of setting the CommunityHomeContainer attribute using the psadmin utility,
    /opt/SUNWportal/bin/psadmin set-attribute --adminuser amadmin --passwordfile passwordfile
    --dn  "o=EnterpriseSample,dc=sun,dc=com" --portal portal1  --component desktop
    --attribute-name CommunityHomeContainer CommunityHomeContainer* add the Sun Java Web User Interface theme and JavaScript utilities to the portal desktop parent container.*
    Specifically, add the:
    - Tag Library URI
    <%@ taglib uri="/tld/portletSetupTags.tld" prefix="pui"%>- Sun Java Web User Interface Theme tag and JavaScript utilities to the HTML HEAD as follows:
    <HEAD>
    <pui:setupTheme themeName="defaulttheme" supportedLocales="en,en_US"
    sessionDataStrategyClass="com.sun.web.ui.portletSetup.PSSessionDataStrategy"/>
    </HEAD>hope this helps, dean.

  • 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

  • Passing Request Attributes in betweeen pageflow Portlets

    Hi
    How to pass Request Attributes in between Pageflow Portlets
    I tried with ScopedServletUtils class but it's not working for me
    Thanks

    Consider using events to pass data between portlets. Refer to docs about
    Interportlet Communication (IPC).
    Subbu
    Srinivasa Reddy Kapidi wrote:
    Hi
    How to pass Request Attributes in between Pageflow Portlets
    I tried with ScopedServletUtils class but it's not working for me
    Thanks

  • Jsps from pageflow portlet in navigation (or from portlet to book pages)

    Hi all,
    I'm a Weblogic newbie. I was wondering if anyone could please tell me how to get the name or title of a jsp from a pageflow portlet in navigation?
    I have page1.jsp (title: "Step 1"), page2.jsp ("Step 2") and page3.jsp ("Step 3") in a page flow that goes from page1.jsp to page2.jsp to page3.jsp. This page flow is made into a portlet. This portlet is the ONLY thing on the page in the portal book and the ONLY way to get to page3 is from page2 and to get to page2 is from page1, although you can return to page1 at any point.
    I would like my navigation programming--the single level across the top--to show the name of the jsp that is showing or the title. I've seen how to get the book and the pages of the book in the navigation, but not how to get further than that.
    Has anyone else done this?
    Thanks so much in advance.

    Have you resolved this problem? I'm stuck at the same place.
    <br>
    Thnx, Rajiv

  • Relation between IPC & Portlet Asynchronous rendering

    Hi,
    Can someone explain the relation between IPC & Portlet Asynchronous rendering.
    In the below URL, its written " IPC is not supported when asynchronous content rendering is enabled "
    But, when I go through the article below, its given that with IPC, portlet contents can be rendered asynchronously using custom event handling.
    http://blogs.oracle.com/gmurnock/entry/portalaware_xhr_and_ipc
    I'm bit confused here & need support in understanding with the help of suitable examples.
    Thanks,
    Uttam

    Hi,
    Thats the reason its not clear to me what does it mean by the statement " IPC is not supported when asynchronous content rendering is enabled "
    mentioned in the URL http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/portlets/performance.html#wp1028016
    But, to my understanding AJAX & IPC can be achieved between portlets only by making entire desktop property as Asynchronous on which these portlets reside, but not by making portlet property as asynchronous.
    Also, if I need to make only the contents of portlets refreshed (through AJAX) instead of entire portal page refresh, I've to make all the desktops property as asynchronous on which these portlets functionality appear.
    Please correct me if my understanding is wrong anywhere?
    Thanks,
    Uttam

  • "Reset" pageflow portlet state (SP2 Fix causing problems)

    Hello-
    In SP2 there was a modification that prevents the begin() method from being called
    in a pageflow portlet on a page refresh. I am trying to port an application that
    depends on the former behavior. Basically when I click on the navigation item
    for a page, I want the portlet on that page to run the begin() action, regardless
    of the current state. Does anyone know how to force this behavior? Is there a
    way I can reset the state of a portlet after running a specfic action?
    thanks,
    Howie

    A little more investigation reveals that "_nfls=false" actually resets ALL pageflows.
    Not what we wanted.
    We have a messy technique that depends on us knowing the pageLabel, the portlet
    definition label AND the controller path. We're not proud of it, so any suggestions
    are very welcome.
    I've received the following suggestion from BEA, but this is also too messy and
    disjointed for us to be happy with:
    Description:
    CR129301 adds a new attribute called "refreshAction" to the
    <netuix:pageflowContent> control in .portlet files. This new attribute allows
    you to specify a page flow action to be executed during refresh conditions.
    This attribute is only available for page flow portlets.
    To use this new functionality, open the .portlet file for a page
    flow portlet in a text editor and add the "refreshAction" attribute to the
    <netuix:pageflowContent> control:
    <netuix:content>
    <netuix:pageflowContent contentUri="/portlets/test/testController.jpf" refreshAction="portalRefresh"
    />
    </netuix:content>
    The value of the "refreshAction" should be the name of an action in your page
    flow. If the action specified does not exist, you will get
    ActionNotFoundExceptions when the page flow portlet is refreshed.
    To avoid unexpected ActionNotFoundExceptions, specify a default refresh action
    in your web application's Global.app:
    * @jpf:action
    * @jpf:forward name="success" return-to="page"
    protected Forward portalRefresh()
    return new Forward("success");
    On refresh this action will cause the portlet to render the last page
    that was displayed by the page flow. Placing this action in Global.app will
    cause it to be invoked for any page flow that does not explicitly provide a
    refresh action.
    The existing page flow portlet refresh behavior is still available even with
    the "refreshAction" specified. The page flow's onRefresh() lifecycle method
    is always called. The exact behavior with the refreshAction enabled is:
    1. The refreshAction is executed
    2. If the refreshAction forwards to somewhere else, we don't restore attributes
    from the previous request. If the refreshAction returns null, the old request
    attributes are restored as if the refreshAction was never invoked
    3. onRefresh is called
    So to not have the attributes from the previous request restored you must:
    1. Specify a "refreshAction" for the page flow portlet
    2. Make sure the refreshAction forwards somewhere (return-to="page" and
    return-to="action" should work fine as a default case)
    "Graham Patterson" <[email protected]> wrote:
    >
    I'm sorry it's taken me a while to get around to trying this, but...
    THANK YOU! This innocent looking parameter is exactly what we need.
    just add "_nfls=false" to your URL to reset the pageflow state.
    I haven't found this documented anywhere, except as a reserved parameter,
    so I
    wonder if this could change in a future release?
    "mikeladze" <[email protected]> wrote:
    try to add the loadstate param (GenericURL.LOADSTATE_PARAM)
    to your page url and set it to false.
    "Graham Patterson" <[email protected]> wrote:
    We too, desperately need a fix to reset pageflow state.
    This should enable us to go from one page to another with confidence
    that the
    destination page is in an appropriate state.
    We really need a way to do this from a pageflow action method.
    The closest I have got is for a pageflow to set it's next action to"begin"
    when
    the page changes. This way, when the user returns to the page it is
    in it's initial
    state. This technique is initiated from a JSP and has severe limitations.:
    Define a backing file for one of the books (this seems to get invoked
    for ALL
    incoming URLs).
    In the handlePostbackData method, check for a "pageChange" parameter
    and invoke
    setupPageChangeEvent(pageChange) on the BookBackingContext. This takes
    the user
    to the specified page in it's current pageflow state.
    NOTE: handlePostbackData is called BEFORE any action in the pageflow,
    so this
    sequence has to be initialised from the JSP (i.e. an anchor with a
    "pageChange"
    parameter, or a form with a "pageChange" hidden field). This is aserious
    limitation,
    as the destination page may depend on data entered in a form, or there
    may be
    some server-side validation to do which should result in a return to
    the JSP with
    an error message.

  • How do you kick-off an action/event before a JSF Portlet is rendered?

    Hi,
    I am creating JSR-168 Portlets using Sun RI 1.1 and need the ability to call an action (ie. method) of the JSF Portlet before it is rendered. Any ideas how to do this?
    Scenario To Resolve
    If a customer is on the Check-Out Portal Page, the check-out portlet will initially display the shopping cart information.
    The customer will then click buy and the portlet will display a confirmation page.
    Now, if the customer decides to do additional shopping (ie. place a second order).
    The customer will navigate to a different Portal Page to browse items.
    Once the customer is done shopping, the customer will click Check-Out and the Portal will display the Check-Out Portal Page. Currently, when the check-out portlet is rendered, the portlet is automatically rendering the confirmation page (ie. the last state of the check-out portlet).
    Question
    How can I control the state of the portlet so that the initial state of the portlet is rendered (ie. the shopping cart information)?
    - Is there something built into the JSR-168 Spec? Or, Sun's JSF RI 1.1 that will enable me to kick-off an action/event before a JSF Portlet is rendered?
    - If this functionality is not built in, has anyone faced this challenge? If so, how did you extend the framework to resolve it?

    Hi,
    I am creating JSR-168 Portlets using Sun RI 1.1 and need the ability to call an action (ie. method) of the JSF Portlet before it is rendered. Any ideas how to do this?
    Scenario To Resolve
    If a customer is on the Check-Out Portal Page, the check-out portlet will initially display the shopping cart information.
    The customer will then click buy and the portlet will display a confirmation page.
    Now, if the customer decides to do additional shopping (ie. place a second order).
    The customer will navigate to a different Portal Page to browse items.
    Once the customer is done shopping, the customer will click Check-Out and the Portal will display the Check-Out Portal Page. Currently, when the check-out portlet is rendered, the portlet is automatically rendering the confirmation page (ie. the last state of the check-out portlet).
    Question
    How can I control the state of the portlet so that the initial state of the portlet is rendered (ie. the shopping cart information)?
    - Is there something built into the JSR-168 Spec? Or, Sun's JSF RI 1.1 that will enable me to kick-off an action/event before a JSF Portlet is rendered?
    - If this functionality is not built in, has anyone faced this challenge? If so, how did you extend the framework to resolve it?

  • ADF portlets not that well supported

    Is it just me or are ADF portlets not that well supported in webcenter application?
    I am working on them for a few months now and i seem to get one problem after the other and most of them are related to ADF portlets.
    Oracle created the portlet bridge in order to create ADF portlets but why are their so many problems with the ADF portlets?
    Currently we are thinking on developing taskflows instead of portlets because some (not all) of our problems are solved with that but than we have to do some extra development offcourse...
    Some issues we are facing with adf portlets:
    Using popups in ADF portlets: we have created some portlets with a table and each row has a detail button that opens a popup. The popup is bigger than the original portlet so what happens... THe portlet does not stretch, it shows scrollbars instead. Not realy user friendly.
    When we create the same thing in a taskflow, the popup is rendered in the page instead of the "portlet".
    inter portlet communication
    Take a look at the documentation of webcenter and try to find one example of an ADF portlet that sends an update to another portlet. They always show examples of normal JSP portlets or the omniportlet.
    I've done a great deal to find it and i made it to work but their is also an issue involved with it... In order to set the navigation parameter we should have a reference to the actionResponse of the portlet and you only can get this with a full portlet refresh so no partial page rendering here.
    As it appears when you set the partialSubmit of a commandButton to false, the action or actionListener gets ignored in a portlet so the code that should normaly get the reference to the actionResponse never gets executed unless you set the partialSubmit to true but than the reference to the actionResponse is not valid.
    In normal adf application a partialSubmit to false will execute the action or actionListener so i guess it's a bug in the handling of the button.
    securityContext
    I know portlets all do have their own context but does the JSR 168 standard does not describe a way to pass the security roles from the consuming application to the portlet? As it appears, ADF portlets do not receive this information from their consuming application.
    Has anybody else faced these issues or got some others while working with ADF portlets? It seem like their is still a lot of work to do to have a good support for ADF portlets.

    But if you look at other frameworks it seems possible.
    I also worked with liferay and used icefaces as JSF framework. They seem to go together very well. It had a very nice way of handling IPC using ajax. No page parameters need to be set or no partialTriggers.
    For example i don't get why an ADF portlet MUST be rendered in an iframe. Why can't they think of another solution? I can't imagine i'm the first one who is facing these issues...
    For example the problem with the buttons. Am i the first one not using partial page submit on a button in an ADF portlet?
    Don't get me wrong. I'm not frustrated with it. I just want to know if their are other things i need to know about or if other people are also facing the same struggle as i do.
    Try explaining the customer why they should buy an expensive licence for something that is not really working. The problem i wrote down here are real life problems i'm facing with a customer. We can't afford going into production with these problems...

  • Doing some processing before my portlet is rendered.

    Hi.
    I would like to do some processing before my portlet is rendered.
    Currently I have a jsp that is the begin node on my webflow. This jsp
    has a button that I click to enter my InputProcessor and
    PipelineComponent so that I can get the data I need from the database
    and render my portlet appropriately.
    I noticed that I could use a servlet as the begin node, and just do
    the processing from there. Then let the flow take me back to my jsp
    and render it correct. However I could not find out how to forward
    from my servlet to the InputProcessor...
    If anyone has done something like this before, or has a good idea on
    how to do it, please help me.
    Sincerely,
    Paul Nyheim
    [email protected]
    Please put my email-address in the cc. field of the reply.

    your begin node can be any type of node (ie presentation, input processor, pipeline)...
    take a look at some of the example webflows, point the ebcc to:
    C:\bea\weblogic702\samples\portal\sampleportalDomain\beaApps\sampleportal-project\sampleportal-project.eaprj
    -tanya
    [email protected] (Paul Nyheim) wrote:
    Hi.
    I would like to do some processing before my portlet is rendered.
    Currently I have a jsp that is the begin node on my webflow. This jsp
    has a button that I click to enter my InputProcessor and
    PipelineComponent so that I can get the data I need from the database
    and render my portlet appropriately.
    I noticed that I could use a servlet as the begin node, and just do
    the processing from there. Then let the flow take me back to my jsp
    and render it correct. However I could not find out how to forward
    from my servlet to the InputProcessor...
    If anyone has done something like this before, or has a good idea on
    how to do it, please help me.
    Sincerely,
    Paul Nyheim
    [email protected]
    Please put my email-address in the cc. field of the reply.

  • JSF Pages are not rendering correctly when  loaded using Non JSF actions

    Hi All,
    This problem is irritating me and I am posting the same query for the third time here.
    When I come from non jsf actions such as page submitting using Javascript, clicking anchor link, clicking normal Html submit button and so on my page is not rendering correctlly .
    In other words, My first GET method/Post method works perfectly for the first time when the page is loaded.
    But when we try to access the page for the second time, although logical work is perfect in bean, I am getting same old page.
    How to resolve this issue?
    or
    Is this Bug of Sun's Implementation of JSF Framework.
    Thanks,
    Sudhakar

    Hi Sudhakar,
    There is a discussion about refreshing a page, Take a look at the below thread
    http://swforum.sun.com/jive/thread.jspa?threadID=55660
    Hope this what you are looking for
    MJ

  • Why is my .psd file not rendering correctly in ae

    Some layers of the .psd document are not rendered correctly. However they are imported.
    The strange thing is that when I first move from Photoshop to Illustrator, save it as an .ai file it is rendered properly (in Ae).
    I am kind of clueless as to what is causing this issue.
    Kind regards,
    Jelle

    Okay if more information is needed, i'll provide. However you may disregard my initial comment about illustrator. It flattens the photoshop layers so I do not have any flexibility in After Effects. In other words, my main question remains: why is my psd file not rendering correctly in ae?
    Further details:
    -photoshop cc and after effects cc.
    -macbook pro retina
    If still not clear enough, please tell me what details you are looking for furthermore

  • SSRS report does not rendering properly in sharePoint 2013

    Hi everyone,
    I'm a newbie with the MSBI development tool, I've tried to create a testing SSRS reports and its layout showed correct when preview them in Visual Studio (2010 and 2012). Then I migrated the report in SharePoint 2013, but the layout do not rendering as I
    expected, some data mix-up on the matrix table
    The Ident on detail data (drill down) does not render properly compare the layout in when preview in Chrome or Visual Studio (SSRS)
    The summation on second matrix table went wide on both browsers compare when preview thereport in Visual Studio
    The export PDF (using the "action" button on the report in the browsers) showed the second matrix table is overlaps the first matrix table.
    This report has 3 main queries (2 for the matrix tables and 1 for the chart) on a Dev environment:
    Window server 2008 R2 with service pack 2
    SQL server 2012 enteprise with service pack 2
    SharePoint 2013 (no service pack) with integrated mode on the report service 
    Visual Studio 2010 development tools
    I'm very appreciate for anyone can provide any solution to solve this issue.
    Thank you so much,
    Dac.
    P.S.: I attached the preview of the report in both browsers (IE & Chrome) and its preview in Visual Studio.
    An update: ... due to the setting space on"snap to grid" default to 20 and I've made the 2nd matrix table overlaps the 1st one, therefore the it showed overlaps when export to PDF file ... it's solved.
    But the Indent on IE and summation still persist in both browsers.

    Hi everyone,
    The PDF's export has been solved due to the 2nd matrix table overlaps on the 1st table. 
    Also, I don't know why the summation (aka Row Total) went wide when data represented on the 2nd matrix table (see previous post on the row named as "Premium over 5000$" on both browser. So I've redesigned the 2nd table as normal table instead of
    matrix table ... and the summation showed correct (it's so weird)
    For the "Indent" issue showed in IE on both drill down of the 1st table and 2nd table which cannot be fixed, and the end user used only IE.
    Could someone can enlighten me please?
    Many thanks.

  • LIbrary thumbnails not rendering

    I have dozens and dozens of thumbnails in library grid that do not render.  The boxes show up as empty grey squares with keyword icons among others.  There does not seem to be any pattern or reason that some photos render fine and others do not.  If a photo is taken to develop mode then the thumbnail renders as the photo loads in the main window, otherwise the same photos that are all grey in library view are grey in develop view until the individual photo is loaded.  Closing LR and reopening it seems to cause any photo which was originally not rendered but then forced to render in develop to go back to the unrendered state.
    This is driving me crazy as I cannot count on LR to display the images I have in the catalog.  Syncing a folder which has many of these unrendered previews does not indicate any missing files.
    Help.
    Lightroom 3.2 64 bit
    Windows 7
    Catalog w/ about 18000 images upgraded from LR 2.7

    Check other threads in this forum.  I recall this is usually caused by a bad display colour profile. This is apparently more common with some Windows systems.

Maybe you are looking for

  • How to get Payment Advice details using REGUH  REGUP tables

    Hi, How to fetch payment Advice details in REGUH  REGUP tables by passing Header details of Payment document (BEKNR, BUKRS and GJAHR) ? My observation: E.g. for Payment document 1500000135 i am getting following records from REGUH table MANDT     LAU

  • Libretto U100 VGA Cable

    I've been looking around for an additional VGA adapter cable for my Libretto U100 so I can have one on the monitor both at home and at work. Unfortunately, I've not been able to locate anybody selling them, and they're not listed on Toshiba's site as

  • Post with clearing and only clearing

    hi, what is the difference between POST WITH CLEARING and CLEAR GL/CUSTOMER/VENDOR? fb05 is post with clearing whereas f-03, f-32 and f-44 are clearing. so what is the difference that 1 is POST with clearing and the other 3 are just clearing. thanks

  • OS X tries to reboot every night

    In the past week I've started keeping my mac on at night to download bit torrent files. For some reason, it reboots itself every night. This is incredibly annoying, and I have my mac secured, so it doesn't automatically log in. I've checked the conso

  • Loading CS5 and Lightroom 4 on new computer

    I have CS5 and LR4 on my laptop. I have all of the disks. I bought a new desktop computer. I understand I can have photoshop & lightroom on 2 computers under one license. To load CS5 and LR4 on new desktop, would I copy LR3 and download updates and t