Isolation Method URL and Style Sheets

We have a number of Java iViews we have developed that use the standard portal CSS file(s) for display.
We have not put an explicit link reference in the HTML output of the iViews, instead, we were using an 'isolation method' of embedded - the iView was picking up the CSS from the main page as you would expect.
We now want to change the Isolation Method to URL to remove the full screen refresh when events are fired. Using URL removes the CSS links from page, can anyone advise me of the best way of explicitly adding them to a Java iView?
I've seen a post or two suggesting using a full path reference (including host names and port numbers) I would rather avoid this if I can. I would also like to ensure the iViews work if the user changes their theme

Hi Tom,
This code is copied from the masthead par file. Maybe you can use it
private String GetThemeURLPath(IPortalComponentRequest request)
     ILAFService iLAFService = (ILAFService)request.getService(ILAFService.KEY);
    String currentTheme = iLAFService.getCurrentTheme(request).getThemeName();
    String url = iLAFService.getRelativeThemeRootURLPath(request, ILAFService.PORTAL_THEME) + "/" + currentTheme + "/prtl";
     return url;
cheers,
Noë

Similar Messages

  • Use of tables and style sheet

    Hi all,
    I am strungling using tables in RoboHelp HTML 7, to generate
    webhelp.
    What I try to accomplish is using tables in RH, and have its
    formatting defined in a style sheet. The html code generated by RH
    should be nice and clean. If possible I would not like to go into
    the HTML code, I prefer the use of the Design editor.
    I have the following in a new file in the RoboHelp table
    gallery:
    quote:
    <table>
    <caption>CAPTIONTITLE</caption>
    <COL style="width: 5%;">
    <COL style="width: 40%;">
    <thead>
    <tr><th></th><th></th></tr>
    </thead>
    <tbody>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    </tbody>
    </table>
    The following is in the CSS file:
    quote:
    table {
    border: 2px #c0c0c0 solid;
    border-collapse: collapse;
    width: "100%";
    margin: 10px;
    td, th {
    border: 1px #c0c0c0 solid;
    padding-left: 5px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    th {
    background: #ffc000;
    When I insert a table into a page, using the table file I
    created above, the html looks like:
    quote:
    <table x-use-null-cells>
    <col style="width: 33.333%;">
    <col style="width: 33.333%;">
    <col style="width: 33.333%;">
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    </table>
    So, RoboHelp adds a number of styles to the inserted table
    that overrules the style sheet. That shouldn't be done.
    Also, in the RoboHelp editor the table looks different than
    in the preview. That shouldn't be a big deal, but something is
    missing:
    - There's no table caption shown.
    - The background in the table header is not colored as I
    expected to be.
    To eliminate the behavior of RoboHelp with respect to the
    table gallery, I created a new page in RoboHelp, and opened the
    HTML view. I inserted the following to create a new table.
    quote:
    <table>
    <caption>CAPTIONTITLE</caption>
    <COL style="width: 5%;">
    <COL style="width: 40%;">
    <thead>
    <tr><th></th><th></th></tr>
    </thead>
    <tbody>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    </tbody>
    </table>
    When switching to Design view and bach to HTML, it has been
    converted by RoboHelp to:
    quote:
    <table x-use-null-cells>
    <col style="width: 5%;">
    <col style="width: 40%;">
    <caption>CAPTIONTITLE</caption>
    <tr><th style="width: 5%;" width=5%>
    <p> </th>
    <th style="width: 40%;" width=40%>
    <p> </th></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    </table>
    That seems ok, there are no styles redefined, other that the
    width.
    In Design view the table looks different than intended,
    however in preview it is as expected. I shows the caption tile, and
    the background of the table header, and text alignment is correct
    (at the top of each cell).
    So, my interpretation is that RoboHelp messes up the nice and
    neat html code when using the table gallery, and does not show the
    table in Design view as it would like in the Preview.
    As a consequence I think I will copy and paste the table code
    into the html directly, rather than using the table gallery.
    Unless, there's a good solution by using the table gallery.
    It would also be nice that the Design view behaves as a
    WYSIWYG editor.
    Has anyone an idea how I can use tables in RoboHelp as easy
    as possible, while keeping the benefits of style sheets?
    TIA,
    Andre
    BTW, my excuses for using quotes rather than attach code, but
    it seemed all code was added to the end.

    You should avoid locking yourself into a single solution for
    anything to do with RH (or any other help authoring tool, for that
    matter). Whether dealing with lists, tables, or images (the three
    major areas that usually create problems), it's wise to strike a
    balance between the features and drawbacks in HTML, CSS, RH, and
    web browsers.
    Confronted with the issue of changing border colors and table
    heading colors earlier this year (and having to do this for the 42
    projects in our merged WebHelp project), I simply used
    FAR to change the hex numbered
    colors in the code, outside of RH (from #808080 to #d8e4f8, for
    example). Some freeware products for content replacement are also
    available.
    If you've used those colors for other things, such as H1/H2,
    or other backgrounds, etc., you'll need to identify all table uses
    first, and then change only those instances. You could then set up
    a batch file to change all border-right-color: #808080;
    border-left-color: #808080; etc. all at once
    You could also just use the RH Multi-File Find & Replace
    if you're only dealing with a few projects, since these table
    attributes are likely to always appear as complete on a single line
    (the RH feature doesn't handle search and replace strings
    interrupted by line breaks and multiple spaces).
    All of our tables had been created using Rick's solution via
    the Table Gallery, and the background and border colors show up
    identically in Design, Preview, and output views. The only use of
    the css for our tables is the styling of the actual text that
    appears in the cells (TableHead, TableRow, TableSubHead), such as
    shown in the attached code below.
    BTW, another look at your original post shows that your claim
    that "RoboHelp adds a number of styles to the inserted table that
    overrules the style sheet," is not quite on the mark. The only
    change is that the
    "padding-left:" value has been increased from the CSS 5px to
    10px. I would guess that you have a 5px indent in either your BODY
    or P tag in the CSS, thereby resulting in the value being increased
    to the total of 10px.
    Good luck,
    Leon

  • Owa_util.mime_header, Excel, and style sheets

    Does anyone know of a way to pass styles from Cascading Style Sheets to an Excel file? I'm using owa_util.mime_header('application/excel') to open the spreadsheet from a PL/SQL procedure formatted for html using htp and htf tags. I can put the <font> tags back into the code if I have to, but I'd rather not...
    Thanks,
    Dave

    tward wrote:
    I'm trying to use:
    owa_util.mime_header('application/vnd.ms-excel', FALSE)
    htp.p('Content-Disposition: filename="test.xls"');
    owa_util.http_header_close;
    htp.htmlopen;
    htp.bodyopen;
    htp.tableopen(cattributes=>'border="1" width="100%" align="CENTER"');
    htp.tablerowopen;--(cattributes => 'align="LEFT", bgcolor="LIGHTGRAY"');
    htp.tableheader(cattributes=>'width="10%"', cvalue => 'Header 1');
    htp.tableheader(cattributes=>'width="15%"', cvalue => 'Header 2');
    htp.tableheader(cattributes=>'width="20%"', cvalue => 'Header 3');
    htp.tableheader(cattributes=>'width="10%"', cvalue => 'Header 4');
    htp.tableheader(cattributes=>'width="20%"', cvalue => 'Header 5');
    htp.tableheader(cattributes=>'width="25%"', cvalue => 'Header 6');
    htp.tablerowclose;
    htp.tableclose;
    htp.bodyclose;
    htp.htmlclose;
    My understanding is that this will open the window to Open/Save/Cancel the output in Excel.....
    But for some reason, it simply displays in a browser window.....
    The first line in the windows is:
    Content-type: application/vnd.ms-excel Content-Disposition: filename="test.xls"
    followed by the HTML Table....
    Why will it not open in Excel for me?Something is not getting recognized properly.
    Try hard-coding the functionality you want into a static HTML document. Then work on using owa_util.mime_header or Like MichaelS suggested htp.p surrounded by any needed tags w/options to duplicate the working static document's functionality.

  • Designer6i: About templates and style sheets.

    How "About Page template filename (DOCTAP)" Use this preference to identify a document template for the About Page.

    The email content can be HTML content. We dont' restrict what goes in the HTML content and hence you can inline the css or refer to a hosted CSS (absolute path). There are no sample templates or style sheets shipped with the product.

  • InDesign and style sheets

    Hello there,
    I'm new to InDesign and have searched the Help menu but couldn't find the info I wanted. Can anyone tell me if there is an option to apply style sheets in InDesign when doing a brochure layout as there is in Quark. It's a great time saver.
    Thanks,
    m

    Rey,
    When the keyboard shortcut is grayed out it means that another paragraph or character style has been assigned that keyboard shortcut AFTER you assigned it initially. Either assign a new keyboard shortcut or find the one that is not grayed out and reassign a new keyboard shortcut or remove the shortcut altogether. Hope this helps.
    Regards,
    Len Swierski

  • RowBandingInterval and style sheet

    Hi,
    I use a stylesheet to define the fontsize in a adf table using af|column::data-cell etc.
    The adf table shows up correctly to the font size I mentioned.
    When I use rowBandingInterval="1" to show alternate rows as white/grey in a adf table listing, the font size get changed for the alternate rows.
    How do I specify the font size for this rowbanding please?
    Thanks

    Hi,
    For setting the font-size for the row, i guess you would use the following style in the CSS skin file.
    af|table::data-row af|column::data-cell{
    font-size:30px;
    }In addition to the above, add the following to set the font-size for all the rows (when you set the rowBandingInterval="1" for the table).
    *af|table::data-row af|column::banded-data-cell{*
    font-size:30px;
    *}*Thanks,
    Navaneeth

  • Designer6i: About templates and style sheets.  Web PL/SQL

    Preference About Page template filename
    How Use this preference to identify a document template for the About Page

    Hi!!
    I have filed an enhancement for this. The bug # is 2377499. I shall keep you updated when the feature is added.

  • Safari 5.0.3 not loading CSS style sheets 1st time through

    When I go to my ecommerce site's https payment screen, the page HTML loads OK but the formatting is missing (so the screen is really messed up). If I hit the page re-load function the page re-loads with all the formatting corrected. It behaves the same with both the Mac and Widows versions of Safari 5.0.3. The problem did not occur on earlier versions of Safari (i.e., the Mac I use for testing the site worked perfectly on the now problematic page until I upgraded to the latest version of Safari).
    The problematic page works fine with all the other browsers that I have tried (IE7, IE8, Firefox, Chrome)
    My guess is that it has something to do with some @import url("css style sheet") directives that are imbedded at the beginning of the master style sheet for the page.
    This problem will stop all Safari 5.0.3 users from navigating our site so it is quite serious.
    Any help on this issues would be greatly appreciated.

    Further investigation has revealed that the following error message is being generated within Safari during the first time the that the page is loading,
    "Refused to load from document base URL. URL found within request."
    The <base> directive in the HTML, in this instance, is referring to a different URL than the one that the page is running from. The page with the problem is running on a remote server and back referencing to the home server for the <base> reference. This fails when the page first loads but seems to be accepted if a page-reload is done. It also works on all other browsers that have been tested.
    Is this related to a security setting in the browser?

  • Isolation Method in the Master Iview

    Hi all
    I have noticed that the Isolation Method for the Master Iview is hardcoded to "URL". But I need the portal integration of reports to be embedded so the server is fetching the report instead of the client. If Isolation Method=URL then the client will fetch the content from the BOE-server directly, and that is not allowed in our scenario since the end users cannot see the BOE-server, only the SAP Portal.
    How to bypass this issue?
    Any help will be greatly appreciated. Thanks!
    Best regards,
    Martin Søgaard

    Hi Ingo
    I can elaborate. I have external users accessing an SAP Portal in domain A. In this SAP Portal a bunch of Webi reports are integrated using the Master Iview. The BOE server that contains these Webi reports is located in domain B. Now the challenge: The end users can access the SAP portal in domain B (over the web through an SAP Webdispatcher), but they have no access to the BOE server where the reports reside.
    If I was able to change the isolation method (this is an property of the BO Master Iview) from URL to Embedded, the Portal would fetch the content and send it to the client. But since the isolation method of the BO Master Iview is hardcoded to URL, the client is instead trying to fetch the content directly from the BOE server. And that server is not exposed to the web... and is not going to be exposed to the web.
    So my question is:
    1) Why is the BO Master Iview isolation method hardcoded to URL?
    2) If it is hardcoded to URL because in Embedded Mode som functionality would be lost, then what is the functionality that would be lost by using Isolation Method = Embedded instead of URL?
    3) Is there any obvious workarounds for this issue?
    Best regards,
    Martin Søgaard

  • Style Sheet Problem with Websphere

    Hello. If anyone here has any experience with Websphere or iSeries, I would appreciate some help. I posted this topic in the Websphere forum , but it seems that forum isn't very active. Anyway, I can't get my style sheet to work with a java servlet application that I installed on an iSeries server. I put together the app and style sheet through WebSphere and exported everything to the server as an .ear file, installed the application and the program works; however, the app isn't accessing the style sheet. I'm new to both iSeries and Websphere. I've been trying this line:
    writer.println("<LINK rel='stylesheet' type='text/css' href='Master.css'>");
    and have tried putting the style sheet in the same folder as the class file, tried putting it in the Java Source folder, tried it all over the place really and have tried making the path absolute. I've also tried pasting the .java file into the classes folder with the .class file. None of my efforts have been successful. Is this even possible? Any help would be appreciated. Thank you.

    have tried putting the style sheet in the same folder as the class file, tried
    putting it in the Java Source folder, tried it all over the place really...In your web application, it should go in the same directory where you would put an HTML file or a JSP file. All those places you tried are places that the web server keeps hidden from clients. You should be able to request the CSS file from your browser in exactly the same way you would request an HTML or JSP file.

  • Help with Styles/Style Sheets

    The area of styles and style sheets has been an immense frustration for me in AW pretty much forever. I'm simply unable to make them work in the way that all the documentation seems to indicate that they should and, worse than that, I seem to be unable to make them consistently fail in the same way from one try to the next.
    The most common failing, the one that represents it coming as close to working as I seem to ever see it, is when applying a paragraph style to another selected paragraph and seeing all of the Paragraph but none of the Text formatting coming through: The indenting and line spacing will be changed correctly, and any and all Style info (from Text:Style, I mean) comes through correctly, but no change occurs to the original font or size.
    The custom style does display the correct font information, but the 'original' fond style and size don't change.
    I can't believe that after all of this time and effort I'm still missing something, but perhaps I am. If anyone could manage to point out just what that is then I'd be eternally grateful.

    Thank you for the quick and helpful response.
    I'm pretty sure I understand about setting the desired style info and I can usually, but not always, see what I was trying to set up displayed in the Text and Para. Attributes flippies.
    Not, however, always. In those cases when the font is displayed, but not the size, then size changes aren't passed along and you'll usually also see other strangeness (see below). The solution for this problem, for me at least, is to repeat the process but this time first change the font to something else and then back to the desired setting; for some reason, this will force it to appear and to work normally, more or less.
    A simple way for me to tell whether or not the Styles Window is going to be working as it should is to click on different paragraphs and watch the display in the Styles window. When things are as normal as I think they get, the checkmark will accurately display the style currently assigned to that paragraph; if not, it will not.
    When things are working correctly, then style selection works normally and clicking anywhere in a paragraph to be changed, then double-clicking on the desired style in the Styles Window, will result in a proper change to that style (or as well as it can, given the difficulties you see with compound styles and attributes becoming 'stuck').
    When not working correctly, OTOH, the whole function is different. Clicking on a paragraph, as mentioned above, won't necessarily correctly indicate the current style for that para., and double-clicking on the new desired style will do nothing at all. Instead, in these cases, you must have the entire paragraph selected before double-clicking on the style desired and, after doing so, you'll see that although para. attributes will seemingly always be changed it's very common (almost the rule, actually) that some or all of the differing text attributes won't be applied, even though they are correctly displayed in the body of the style itself.
    I've been about as careful as I can be in setting up and testing all of this and for the life of me can't see clear reasons why outcomes are so different between two identical test documents. There are other oddities, such as the fact that editing of a style via the menu structure works fairly well and as described as long as the Styles Window itself is working correctly, as described above, but gets wildly different results if it is not.
    Even when working correctly, it seems to always leave the 'case zero' paragraph, the one that originated the style, unchanged in one way or another; for example, I wound up with a document having four identical paragraphs, all having the same style assigned, and all showing the same style assigned in the Styles Window, but having different appearances: The original style was Bold and, after that was removed in the editing process, the other 3 paragraphs correctly showed normal, i.e., not Bold, font. The first para. continued to be bold, and to show Bold as checked in the menu, even though the Style did not call for it to be.
    As in other cases where things got stuck in some way or another, this was cleared by editing again, going into the style menu (Text:Style, I mean), and cycling things. In this case, this meant first selecting Bold, then deselecting it; after that, the lead paragraph displayed correctly.
    Those are just a few examples of what I've been seeing and dealing with. It's not the simplest of features but, between the contents of AW > Help and _AW 6: The Missing Manual_ I think I should have a good enough idea of how it works and how to use it. Unfortunately, it just seems to occasionally be wandering off and getting lost.

  • Mini Folders in Bagage and Styles Folders

    I inherited a project and found a lot of empty folders in the
    "Baggage" and "Style Sheets" folders under the Project Tab. These
    empty folders have the same names as the folders in the HTML Files
    (Topics). I wanted to know what the purpose of those empty folders
    are.

    Hi Saint-Antonio and welcome to our community
    When you look at the folders in the RoboHelp Explorer pane,
    they have icons on them. I refer to these as "Pseudo-folders", as
    they aren't really folders you would see on your hard drive in
    Windows Explorer. But when you create folders from inside RoboHelp
    HTML, you ARE actually creating live folders in Windows Explorer.
    You are just using RoboHelp to accomplish it. The folders you see
    here are the actual folders you have created.
    If you wish to suppress their view, click the View menu and
    DE-select "Empty Folders".
    Cheers... Rick

  • Horizontal scroll bar disappears in URL isolation method iview

    Hello Experts,
    I am facing a strange problem. In MSS --> Reporting, when the report is generated, it is shown in a new window. That iview is basically having URL isolation method which has been disabled i.e. it cannot be changed(It is an iview created by SAP). The problem is the scroll bars. The report is basically a R3 report which has scroll bars but when it is displayed in the iview, the horizontal scroll bar disappears.
    The requirement is to have both the scroll bars.
    The horizontal scroll bar appears for a while when we manually resize the window.
    I have checked the windows parameters also in which the scroll bars are set to 1 through code in WD java(not in the iview properties).
    Please help !!
    Thanks & Regards
    Vikash
    Edited by: modish on Jan 25, 2012 8:00 AM

    Vikash,
    Header and footer can be handled from the property 'tray' of the page and iview. But this is not a matter of concern. Try the following to see if the report is getting generated-
    1) Try toying with the properties of page- 'authentication scheme', 'initial state-open', 'isolation method-embedded','metadata for navigation hierarchy-cacheable'.
    If the above do not help-
    1) Preview your iView from the admin console.
    2) Right click on the opened up window (where the report is getting displayed) and select properties.
    3) Copy the address URL from that.
    4) Create a URL iView for the above copied URL
    5) Use this new iView to see if it resolves your problem. OR assign this to a page and then see it that helps.
    Its really strange to believe the above, but it actually helped me in one scenario. Let's give it a try and then I can explain further its reasoning.
    Regards,
    Atul

  • Dreamweaver MX and External Style Sheets

    Hi, this issue has been causing me some issues and I am
    hoping some one may hold the answer. I have searched high and low
    but not able to find the answer to this...
    I have dreamweaver MX, I use a style sheet on an absolute URL
    in my dreamweaver HTML files as follows.
    <link href="
    http://mysite/CSS/stylesheet.css"
    rel="stylesheet" type="text/css">
    When I edit a HTML file in dreamweaver that has this refernce
    in it I get no options in my style sheet menu to select my defined
    styles in the style sheet. I know the style sheet works as if I
    preview this page in Internet Explorer or firefox it loads the page
    and appllys my styles to it so it looks completely differnt to what
    it looks like in Dreamweaver.
    I have found if add this link into dreamweaver it works
    giving me my options for my styles so I can format my page and it
    shows correctly in Dreamweaver.
    <link
    href="file:///Q|/Documents%20and%20Settings/BOBO/Desktop/CSS/stylesheet.css"
    rel="stylesheet" type="text/css">
    The only thing that differs from each links is the location,
    the one stored locally works fine but the one on the website will
    not work and dreamweaver mx will not access it.
    I then tried the exaxt same scenario in Dreamweaver 8 and
    using both links locally and absolute it works on both links
    perfectly fine and I can see my stlye sheet options. So it seems
    Dreamweaver 8 is able to connect to both a locally stored style
    sheet and an absolute URL and allow me to use my style sheeta but
    Dreamweaver MX is not allowing access to absolute URL's.
    Can anyone tell me if there is a setting or something I need
    to configure within dreamweaver mx to allow it to connect to an
    absolute URL style sheet?
    Any help appreciated...

    DMX cannot display external files. But you could use a
    design-time
    stylesheet.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "conversionking" <[email protected]> wrote
    in message
    news:[email protected]...
    > Hi, this issue has been causing me some issues and I am
    hoping some one
    > may
    > hold the answer. I have searched high and low but not
    able to find the
    > answer
    > to this...
    >
    > I have dreamweaver MX, I use a style sheet on an
    absolute URL in my
    > dreamweaver HTML files as follows.
    >
    > <link href="
    http://mysite/CSS/stylesheet.css"
    rel="stylesheet"
    > type="text/css">
    >
    > When I edit a HTML file in dreamweaver that has this
    refernce in it I get
    > no
    > options in my style sheet menu to select my defined
    styles in the style
    > sheet.
    > I know the style sheet works as if I preview this page
    in Internet
    > Explorer or
    > firefox it loads the page and appllys my styles to it so
    it looks
    > completely
    > differnt to what it looks like in Dreamweaver.
    >
    > I have found if add this link into dreamweaver it works
    giving me my
    > options
    > for my styles so I can format my page and it shows
    correctly in
    > Dreamweaver.
    >
    > <link
    >
    href="file:///Q|/Documents%20and%20Settings/BOBO/Desktop/CSS/stylesheet.css"
    > rel="stylesheet" type="text/css">
    >
    > The only thing that differs from each links is the
    location, the one
    > stored
    > locally works fine but the one on the website will not
    work and
    > dreamweaver mx
    > will not access it.
    >
    > I then tried the exaxt same scenario in Dreamweaver 8
    and using both links
    > locally and absolute it works on both links perfectly
    fine and I can see
    > my
    > stlye sheet options. So it seems Dreamweaver 8 is able
    to connect to both
    > a
    > locally stored style sheet and an absolute URL and allow
    me to use my
    > style
    > sheeta but Dreamweaver MX is not allowing access to
    absolute URL's.
    >
    > Can anyone tell me if there is a setting or something I
    need to configure
    > within dreamweaver mx to allow it to connect to an
    absolute URL style
    > sheet?
    >
    > Any help appreciated...
    >
    >
    >

  • URL Isolation Method for iViews

    Hi All,
    I am using EP 6.0, and in one of the Pages I have included 3 iViews. Since the operations of these 3 iViews are mostly independent and does not require an entire Page to re-loaded I have made the Isolation method for all the 3 iViews as URL Isolation.
    Now the problem is whenever there is a call to the entire page, the contents are loaded based on the input parameters which comes as a part of Request Object. The page passes on the Request paramter to the iViews. But for URL Isolation, the request paramater does not contain any of the parameters that are set.
    If the Isolation method is set to Embedded Iviews, all the three iViews get the same request object, unlike in the URL Isolation. Also in this case the request parameters passed to the page are available in the iviews.
    My query is :-
    Is there a way I can pass the input parameters to all the 3 iViews, when the whole page is loaded.
    Thanks
    Ankur

    Hi Ankur, check this topic at sap help
    http://help.sap.com/saphelp_nw70/helpdata/en/b5/8d977463334342be192228d2824fe1/content.htm
    “Parameters to Pass from Page Request” Property
    An iView that is set to the URL isolation method is isolated from the page request and does not automatically receive the parameters from the page request.
    The Parameters to Pass from Page Request property lets you define a set of URL-based parameters that should be forwarded from a portal page request to the iFrame displaying the current iView.
    Use this property to define page request parameters as follows:
    Property Value
    Description
    Asterisk (*)
    Passes all parameters
    Empty field
    Does not pass any parameters
    Asterisk, comma and parameters separated by a comma (*,param1,param2)
    Passes all parameters except for those listed.
    Parameters separated by a comma (param1,param2)
    Passes the listed parameters.

Maybe you are looking for

  • Don't ask for save when close the file

    Hi, Maybe you all meet a situation that, if you edit the pdf form with adobe reader or acrobat and close it, it will jump out a window and ask "do you want to save the change before closing?". Does anybody know how to cancle this asking? Could you sh

  • Screen displaying negative image

    My 3 year old was hitting buttons on my laptop, I walked over to remove him and my screen is a complete negative image of what is being displayed. I am sure it was just a combination of buttons hit but I have no idea how to revert it. Anyone??? Anyon

  • TS1387 IPOD Classic itunes sync issues.

    i cannot sync my music and photos to my ipod, and i get this message, i have tried to uncheck photo's but with no success!! Help me as i can stand being without my music?

  • ORACLE 9i vs ORACLE10g

    Could anybody help me understand the differnces between ORACLE9i and ORACLE10g. Thank you for your help. Sincerely, Abdul

  • Position & Cost center

    Hi Experts, I have some issue which uploading positions through LSMW in IT0001. We have assigned position to cost centers. when in It0000, I enter the position manually I get the cost center in It0001. But when i upload it in IT0001 using LSMW, I don