Ssi include

Hi,
In our application we are using weblogic as app server and apache as webserver. We have jsp in appserver we want to include some jsps fro app server and from html files from webserver. How to achieve this. Actually we tried @ include to include jsps from app server and jsp:include to include html from webserver. But it html files are not included.

evnafets wrote:
Actually it is standard practise to front your app servers with a web server like apache (or even IIS).Agreed. It is standard practice.
The question was relating directly to trying to construct an app server response from resources on both the app server and the web server.
If you are dealing with the request dispatcher, then I am pretty sure you are constrained to resources on the app server.
Certainly you can reference static resources like images/scripts etc which can be served by the webserver, but as far as constructing the response goes you can't <jsp:include> a page from the web server.Agree fully with all that :)
In any case, I can't see any purpose in delegating to the webserver when you are already at the application server...But isn't that always the case that the response is constructed by the jsp in the app server?
I think if you have a web server fronting and decide to place static resources(images, js, inline htmls if any) there, you would refer to these(in your jsp) with their location on the web server.
Later when the page is rendered on the browser and requests for these resources come in, they would be served by the web server rather than having it route such requests to the app server beneath. The web server has to be configured to respond to specific requests.
cheers,
ram.

Similar Messages

  • Contribute CS3 embeds the contents of SSI Includes into page after Edit and Publish

    I have tried every possible way to figure this out but it
    seems as though no one has this problem or a solution...
    My Dreamweaver CS3 Template based files that have SSI
    Includes placed in a "non-editable region" of a template and/or
    nested templates are continually embedded, merged, or hard-coded (I
    used those keywords for anyone else who might be searching for help
    on this frustrating issue) into the page after it has been edited
    and published with Contribute CS3 for Windows.
    After many, many, hours and days rebuilding templates
    (thinking that it was my code), experimenting with .htaccess
    include_path variables, and cursing this application, I have come
    to one conclusion - if I put my includes within "editable regions"
    in the templates or the template based pages, edit and publish the
    page with Contribute - then the page is saved normally, with the
    includes intact and not embedded within the page. This is of course
    not necessarily desirable!
    I have tried using various types of include directives like:
    <?php include('footer.inc'); ?>
    <?php require('footer.inc'); ?>
    <?php virtual(footer.php'); ?>
    <!--#include file="footer.inc"-->
    <!--#include virtual="footer.inc"-->
    All Includes are merged into the template-based page after
    the page has been edited and published with Contribute - if they
    are in "non-editable regions"!
    Please, someone point me in the right direction - if it's
    calling Adobe's Help line, or posting the files or whatever. I
    can't finish this project and hand off to the client until this is
    resolved.
    Andrew

    Hi,
    I'd be reall interested to know if you got anywhere with this as I'm having the same problem.
    The article referenced further down this thread is no longer available either.
    Any suggestions or advice on this issue would be much appreciated.
    Cheers,
    Bill

  • SSI includes do not display in design view.

    Hi,
    I am working on an existing site. By "existing", I mean there
    was no Dreamweaver site definition. I created the site definition
    but, when I open pages that use ssi, the included files do not show
    in design view. If I reinsert the include, it show in design view.
    The code is the same in code view. Is there some way to update the
    includes so I don't have to reinsert them?
    Thank you,
    Henry

    By "header/footer" tags, Ken means "<html>,
    <head>, or <body>" tags - you
    have none of those in your files being included, do you?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Henry Anthony" <[email protected]> wrote in
    message
    news:f2skgv$aej$[email protected]..
    > Ken,
    >
    > I inherited the site. To work on it in Dreamweaver, I
    had to create the
    > site
    > definition. So, the site was defined after it was built.
    The include files
    > are
    > fine. No header/footer tags. I assumed the includes
    would show when I
    > opened a
    > file but they will only show if I reinsert the include
    while in design
    > view.
    > Upon examination of the code after the reinsert, there
    is no change.
    >
    > Thanks,
    > Henry
    >

  • SSI/'Include' a .php file?

    Hi All,
    Server Side Includes in DW look much more complex than they
    used to be! A
    few years ago I used them a lot. Now I read the 'Help' and
    I'm bewildered!
    I began wondering about this because we have PHP file
    containing n HTML
    fragment - on one server - and wish to include it in pages
    elsewhere. The
    Joomla sites will pull it in no prob.
    Q: Is there any way that a static DW site with .html pages
    can 'include'
    that code too?
    Thanks All,
    John

    > Q: Is there any way that a static DW site with .html
    pages can 'include'
    > that code too?
    You are asking if a static HTML page can include a PHP file
    fragment? Sure
    it can, using an HTML include, but be prepared for the static
    page to not
    execute any of the PHP in the fragment.
    > Server Side Includes in DW look much more complex than
    they used to be! A
    > few years ago I used them a lot. Now I read the 'Help'
    and I'm bewildered!
    They are exactly the same as they used to be. Nothing has
    changed.
    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
    ==================
    "johnivan" <[email protected]> wrote in message
    news:giapm8$b1l$[email protected]..
    > Hi All,
    > Server Side Includes in DW look much more complex than
    they used to be! A
    > few years ago I used them a lot. Now I read the 'Help'
    and I'm bewildered!
    >
    > I began wondering about this because we have PHP file
    containing n HTML
    > fragment - on one server - and wish to include it in
    pages elsewhere. The
    > Joomla sites will pull it in no prob.
    >
    > Q: Is there any way that a static DW site with .html
    pages can 'include'
    > that code too?
    >
    > Thanks All,
    > John
    >

  • SSI appears in one page, not another

    In the home stretch on my Dreamweaver web page (thanks for
    all the help so far), I find that the SSI "call" tag that summons
    up the navbar in my index.shtml file does not work in a different
    file ("Advising1"). The navbar (in a file called "navigation.html")
    is in the same (top) directlry as index.shtml. However, when I put
    "Advising1" in the same directory as the index and navigation
    files, the navbar appears just fine in Advising1. I thought that
    putting "virtual" in the SSI tag allowed the "calling" file to find
    the "called" file in any of the folders on the web site, but I
    guess I was wrong. So:
    How do you correctly write the SSI tag so that a file may
    call an SSI file from another folder or directory?
    Here is the mockup of the web page: (click on Advising ->
    English Advising):
    http://s87217786.onlinehome.us/Englishx/
    As always, thank you in advance.

    >
    > Pretty neat trick. What does it mean?
    it's not a trick. it's html code with a WAG Wild A$$ Guess at
    the path the
    include should have.
    this has been complicated because the include contains both a
    flash .swf and
    the xaramenu crap. My next guess if i would try would be
    paths inside the
    include file should be site root relative, and there might be
    some body tag
    trigger for the .js crap.
    here's the source of the page you just uploaded,
    http://s87217786.onlinehome.us/Englishx/Advising/temp.shtml
    <body>
    <p>start one
    <div id="navigation">
    <div id="navimage">
    <object classid="clsid
    27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
    b#version=7,0,19,0" width="160" height="160"
    title="FlashFaces">
    <param name="movie" value="Graphics/EnglishFaces.swf"
    />
    <param name="quality" value="high" />
    <embed src="Graphics/EnglishFaces.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="160"
    height="160"></embed>
    </object>
    </div>
    <div id="navbar">
    <script webstyle4>document.write('<scr'+'ipt
    src="xaramenu.js">'+'</scr'+'ipt>');document.write('<scr'+'ipt
    src="Graphics/navbargraphics/navgraphics.js">'+'</scr'+'ipt>');/*img
    src="Graphics/navbargraphics/NavGraphics.gif"
    moduleid="navbar
    (Project)\NavGraphics_off.xws"*/</script>
    </div>
    </div>
    end
    one
    </p>
    <p> </p>
    <p>start two <div id="navigation">
    <div id="navimage">
    <object classid="clsid
    27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
    b#version=7,0,19,0" width="160" height="160"
    title="FlashFaces">
    <param name="movie" value="Graphics/EnglishFaces.swf"
    />
    <param name="quality" value="high" />
    <embed src="Graphics/EnglishFaces.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="160"
    height="160"></embed>
    </object>
    </div>
    <div id="navbar">
    <script webstyle4>document.write('<scr'+'ipt
    src="xaramenu.js">'+'</scr'+'ipt>');document.write('<scr'+'ipt
    src="Graphics/navbargraphics/navgraphics.js">'+'</scr'+'ipt>');/*img
    src="Graphics/navbargraphics/NavGraphics.gif"
    moduleid="navbar
    (Project)\NavGraphics_off.xws"*/</script>
    </div>
    </div>
    end two</p>
    <p> </p>
    <p>start
    three[an error occurred while processing this directive]
    end
    three</p>
    <p> </p>
    <p>start four[an error occurred while processing this
    directive]
    end four</p>
    </body>
    </html>
    what that means:
    the SSI include for one and two do work. Three and Four don't
    work. Since
    the site root relative path of test one works, use that:
    <!--#include virtual="/Englishx/navigation.html"-->
    That the included file doesn't display anything in subfolders
    when the ssi
    does work is another problem. And it's not my problem. You
    tired me out.
    goodbye.

  • Cant get include file to work

    hello,
    i am trying to get a include file to work but it wont seem to
    work propperly.
    if i change it to a shtml it works but i dont want nto have
    to do this.
    any help greatly appreciated thanks.
    http://www.sickstudentgames.com/familyguyseason2.html
    is th link

    > if i change it to a shtml it works but i dont want nto
    have to do this.
    your hosting server is NOT parsing .html files for SSI
    includes.
    I can tell this because the include directive is visible in
    the source code.
    reconfigure the server so it does parse .html files.
    Or- rename the file to .shtml
    Note- the content you are linking to on page that is
    copyrighted material.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Ssi issues with nested table

    Hi ssi newbie question here.
    I wanted to include an ssi section in a embeded table layout,
    have used the ssi include code and inserted it where i want the ssi
    to work etc . So the it works which is nice but when you look at
    the physical page in dreamweaver, what was a nice layout has been
    exploded totally. However when you view it via the browser it is
    fine.
    Why is this? i always view html pages with a split screen and
    find it very unnerving to see my nice pages blown apart. Is there a
    solution for this?
    I use dw 2004 mx .
    Thanks.

    When I say must not, I mean that it's an error to have those
    tags in the
    include file, and will result in the kind of symptoms you
    describle. The
    concept is -
    all the code in the include file, when added to all the code
    in the parent
    file must result in a stand-alone and valid HTML page. Thus,
    the includes
    can only be fragments of code.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jestersdead" <[email protected]> wrote in
    message
    news:eeug4s$hll$[email protected]..
    > Hi ssi newbie question here.
    >
    > I wanted to include an ssi section in a embeded table
    layout, have used
    > the
    > ssi include code and inserted it where i want the ssi to
    work etc . So the
    > it
    > works which is nice but when you look at the physical
    page in dreamweaver,
    > what
    > was a nice layout has been exploded totally. However
    when you view it via
    > the
    > browser it is fine.
    >
    > Why is this? i always view html pages with a split
    screen and find it very
    > unnerving to see my nice pages blown apart. Is there a
    solution for this?
    >
    > I use dw 2004 mx .
    >
    > Thanks.
    >

  • Are nested server side includes supported in DW?

    Using DW 5.5 on Win 7, Apache 2.2 setup. Does DW Design view support nested server-side includes? I have to work on an old legacy site with nested ssi's that I haven't worked on for quite awhile, and I noted that while working on a page the left side column was not displaying in Display mode, so where the left column should be is just an empty blank div.
    I could swear that DW used to display the nested ssi's, but looking at it now, it certainly isn't.
    The left side column is just a div that is ssi included in the bodies of the pages ( nothing special ). It ssi includes various pieces such as news, announcements, etc. Everything displays fine on the website, but in the Design view the nested SSI's don't display.
    Thanks,
    Doug

    Ken, yes it's an include(s) inside an include. In this case the leftcolumn.html is server-side included in all the pages on the site. Inside the leftcolumn.html are four server-side includes for announcements, news, calendar, and next meeting info. Each of those are separate .html files that are constantly edited. It makes things nice and neat and I can give permission to other people to edit the individual files without screwing up the leftcolumn.html or the whole page. So leftcolumn.html is just a div with a width/margins/background color class and the four server-side includes. Of course you have to tell IIS or Apache you want to allow .html files to use ssi's, but that is simple enough and I think nicer than using .shtml's. YMMV.
    What I thought I remembered was that the left column was fully displayed in the Split or Design modes, but I guess I was wrong. All I see is an empty leftcoumn div that has the proper width and background color. I work almost exclusively in DW code view or sometimes Split View, or use another editor like Brackets or CFBuilder, and just switch to a browser to view the pages.
    Doug

  • Template and ssi

    if I put the file at the root level my ssi include is fine.
    <
    http://www.msad54.org/sams/test.shtml
    >
    But if I put it one folder up it does not work?
    <
    http://www.msad54.org/sams/principal/index.shtml
    >

    See my answer in your other post.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "skowhegan" <[email protected]> wrote in
    message
    news:[email protected]...
    > if I put the file at the root level my ssi include is
    fine.
    > <
    http://www.msad54.org/sams/test.shtml
    >
    > But if I put it one folder up it does not work?
    > <
    http://www.msad54.org/sams/principal/index.shtml
    >
    >
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1">
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>MSAD #54 Skowhegan Area Middle
    School</title>
    > <!-- TemplateEndEditable -->
    > <link href="../p7exp.css" rel="stylesheet"
    type="text/css">
    > <script type="text/javascript"
    src="/p7exp/p7exp.js"></script>
    > <!--[if lte IE 7]>
    > <style>
    > #menuwrapper, #p7menubar ul a {height: 1%;}
    > a:active {width: auto;}
    > </style>
    > <![endif]-->
    > <link href="../sams.css" rel="stylesheet"
    type="text/css">
    > </head>
    > <body onLoad="P7_ExpMenu();"runClock()">
    > <!--#include file="../drops.html" -->
    > <!-- TemplateBeginEditable name="content" -->
    > <table width="770" border="1" align="center"
    cellspacing="0"
    > bgcolor="#FFFFFF">
    > <tr>
    > <td> </td>
    > </tr>
    > </table>
    > <!-- TemplateEndEditable -->
    > <table width="770" border="0" align="center"
    cellspacing="0">
    > <tr>
    > <td><table width="770" border="0"
    align="center" cellspacing="0"
    > id="footer">
    > <tr>
    > <td><p align="center"><b>Current
    Time:</b> <span
    > id="servertime"></span></p>
    > <div align="center">
    > <p align="center"><em>Comments,
    Ideas</em>, <a href=
    > "mailto:[email protected]">Email Webmaster Laura
    Richter </a>
    >
    > <script type="text/javascript">
    >
    > // Current Server Time script (SSI or PHP)- By
    JavaScriptKit.com
    > (
    http://www.javascriptkit.com)
    > // For this and over 400+ free scripts, visit JavaScript
    Kit-
    >
    http://www.javascriptkit.com/
    > // This notice must stay intact for use.
    >
    > //Depending on whether your page supports SSI (.shtml)
    or PHP (.php),
    > UNCOMMENT the line below your page supports and COMMENT
    the one it does
    > not:
    > //Default is that SSI method is uncommented, and PHP is
    commented:
    >
    > var currenttime = '<!--#config timefmt="%B %d, %Y
    %H:%M:%S"--><!--#echo
    > var="DATE_LOCAL" -->' //SSI method of getting server
    date
    > //var currenttime = '<? print date("F d, Y H:i:s",
    time())?>' //PHP method
    > of
    > getting server date
    >
    > ///////////Stop editting
    here/////////////////////////////////
    >
    > var montharray=new
    >
    Array("January","February","March","April","May","June","July","August","Septemb
    > er","October","November","December")
    > var serverdate=new Date(currenttime)
    >
    > function padlength(what){
    > var output=(what.toString().length==1)? "0"+what : what
    > return output
    > }
    >
    > function displaytime(){
    > serverdate.setSeconds(serverdate.getSeconds()+1)
    > var datestring=montharray[serverdate.getMonth()]+"
    > "+padlength(serverdate.getDate())+",
    "+serverdate.getFullYear()
    > var
    >
    timestring=padlength(serverdate.getHours())+":"+padlength(serverdate.getMinutes(
    > ))+":"+padlength(serverdate.getSeconds())
    >
    document.getElementById("servertime").innerHTML=datestring+"
    "+timestring
    > }
    >
    > {
    > setInterval("displaytime()", 1000)
    > }
    > </script>
    > <p align="center">Last modified:
    > <!--#echo var="LAST_MODIFIED"-->
    > </p></td>
    > </tr>
    > </table>
    > </td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >

  • SSIS Yammer Group is here

    Hi all,
    We just created the first SSIS specific group in Yammer for all of us to ask questions, to discuss and to share anything about SSIS, including SSIS new release plan, demo and discussion under NDA. We are planning to do a lot of exciting things on SSIS
    for SQL15 release. We are also working on improving the product as an on-going basis. We will love to have you as part of this journey! Please join the Yammer group and let’s keep in touch on Yammer if you are looking for SSIS SQL15 information (under NDA)
    discussion!
    https://www.yammer.com/bpdtechadvisors/#/threads/inGroup?type=in_group&feedId=4692625
    Jimmy

    Please change the post as discussion :)
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Different SSIS task

    Hi all,
    Following are the task in SSIS package. Can anyone please explain me the significance of each of this task.
    convert
    ftp
    logic
    ownershipcalc
    makedim
    trigger
    dumpload
    admn
    comment
    Thanks for your help,
    Diksha.

    Hi Diksha,
    Below are the details of each of the tasks..
    DumpLoad
    This task has a number of data dump and data retrieval functions and can be added to any package.
    You can provide information for the necessary fields directly in the Microsoft SQL interface or by script using ModifyScript.
    Admin
    This task enables you to run one of a number of eAdmin tasks through Microsoft SSIS, including the following:
    Validate logic
    Validate security
    Optimize application
    Process application
    Create dimension
    Send Mail
    You can use the send mail task to send an e-mail message before or after another task has processed. For example, if a task fails, the send mail task can send a fail message to a Planning and Consolidation user. Or you can send an e-mail after completion of a certain task. You can send mail to any Planning and Consolidation user and the mail can include one or more attachments.
    Trigger
    The Trigger task allows you to wait for a trigger condition before processing the next task. Triggers include the existence of a specified file or the setting of a flag in a database. You can set up to three trigger conditions that all have to be met to exit the trigger successfully. You can also set a retry interval if you want this task to wait for a trigger condition.
    System Available
    This task allows you to control whether the system is set to available (online) or not available (not online) status.
    FTP
    You can use the FTP task to transfer data files from an FTP site to the Planning and Consolidation server.
    Logic
    Logic is a Microsoft SSID version of the Planning and Consolidation Logic module that can be used from within the Data Manager module. This allows you to use the full power of the Logic module in a batch setting. The functionality of this package is similar to the functionality of the Logic Debugger in the Admin module. The main difference is that this package is set to affect the data in the database by default, while the Logic Debugger is set to run in simulation mode by default. Logic is especially useful when importing data directly into long term storage (the fact table), which bypasses default formulas by default. See Running a Package.
    You can use Logic for the following tasks:
    Calculations that can only be executed in batch mode after the appropriate data has been entered into the application database (the cube). This might be applicable in the following scenarios:
    You run an elimination procedure after all Intercompany declarations have been entered by all companies.
    You encounter a situation in which currency conversion must be re-executed after some exchange rates have been modified.
    To maximize performance, it may be better to wait until all data is verified as correct before running logic on it.
    Convert
    This task takes an input data and transformation file (which may or may not use conversion files) to create an output file. For example, an input file could be a file exported from a similar product. You can use transformation and conversion files to convert to the Planning and Consolidation format.
    Make Dimension
    This task creates dimension members using a Microsoft SQL Server table and schedules the processing of dimension members. For example, if a new member ID is added, this process updates the fac2 table with the updated list.
    Regards,
    Santosh

  • BPC 7.5 and BI 7.0

    Hello experts,
    We are running BPC 7.0 MS with SQL 2008. We have drill through capabilities in some applications and we run SSIS packages to bring data from Staging database to the bpc table (Both bpc and staging are in same server).
    Now we are planning to bring BI 7.0 and upgrade to 7.5 MS for better drill through capabilities. I would appreciate if someone explain how the data flow happens in a similar environment (R/3 - BI and BPC 7.5 MS) I am looking in terms of how SSIS is setup and whether they use staging database for drill throughs.
    I keep hearing about 7.5 MS with improved drill through features. Can someone shed light on that area as well.
    Thanks in advance.
    Mani

    Hello experts,
    We are running BPC 7.0 MS with SQL 2008. We have drill through capabilities in some applications and we run SSIS packages to bring data from Staging database to the bpc table (Both bpc and staging are in same server).
    Now we are planning to bring BI 7.0 and upgrade to 7.5 MS for better drill through capabilities. I would appreciate if someone explain how the data flow happens in a similar environment (R/3 - BI and BPC 7.5 MS) I am looking in terms of how SSIS is setup and whether they use staging database for drill throughs.
    I keep hearing about 7.5 MS with improved drill through features. Can someone shed light on that area as well.
    Thanks in advance.
    Mani
    ================================================
    Hi Mani,
    Please forgive me I cannot answer all questions you made above because of limitation of my knowledge,
    Regarding relationship with R/3(ECC) and BPC 7.5 MS and BI,
    It is one of way you have staging table to see FI/FM and CO data for sales and expenses, you need to handle SSIS with RFC as you mentioned, why don't you directly go to the table of FI/FM and CO with ITS. SAP ITS(Internet Transport Service?) is an application that generates URL(Drill through is based on URL) from ECC. This will make you more flexible for your future application roadmap since you make a bridge intuitively to the OLTP from OLAP.
    If not, you can use RFC to connect ECC direclty or dump data from ECC using SSIS(including RFC). Please refer to the following
    http://download.microsoft.com/download/A/4/D/A4D3C6FA-408F-4E77-8892-ED4C7E4ECF8A/Microsoft_BI_Interoperability_with_SAP_White_Paper-042309-r2v100-F5.docx
    Hope this helps,
    YH Seo

  • #PAGE.CUSTOMIZEPAGE# substitution tag problem on template based pages

    I've created an Unstructured UI template that includes the #PAGE.CUSTOMIZEPAGE# substitution tag.
    It works fine on a normal page, but it doesn't render the 'Customize' link if the page is based on a template. I know that I am authorized to customize the page, because a Portal Smart Link on the same page allows me to do just that. Does anybody know whether there are any issues with this substitution tag on template based pages? (I've used the #PAGE.EDITPAGE# tag in the same Unstructured UI Template with no problems on either normal, or template based pages.)
    Oracle Portal Version 10.1.2.0.2.
    I started this thread on the Portal - General forum, but now realise it's more relevant here.
    Original thread: Customize Page link not rendered on template-based sub page.
    Thanks
    Matthew

    Just a guess, but it seems that the site uses server side includes (the shtml extension and there is a ssi include in your template). You will probably need a testserver running (like XAMPP) on your local system to preview this in a browser.
    Grtz

  • Can't see file code

    I'm using DW 8.0.2 on this computer (30-day trial of full
    version CD I
    have). On my home computer I have DW MX 6.1. I am trying to
    edit existing
    website files from a website that I didn't design. It has
    ".htm" files,
    ."html" files, and ".asp" files.
    At home (with DW MX 6.1), I can access the website files,
    download them, see
    the html and edit the code, and upload them to the website.
    This works for
    all file types (htm, html, asp).
    On this computer (with DW 8.0.2), I can access the website
    files and
    download them. But I can't see the html code for some of them
    in order to
    edit the code. All I see when I open those files is jibberish
    symbols.
    This is true for all 3 file types -- in other words, some of
    the html files
    work, some of the asp files work, and some of the htm files
    work. By
    "work", I mean I can see the code when I open them.
    I just reinstalled DW 8.0.2 and HomeSite, and Extension
    something, and
    ColdFusion hoping somehow that would fix things. What
    happened is that now
    I can "see" some of the files whereas before I couldn't see
    any.
    Any ideas what else I could try?
    I'm using Windows XP Pro.

    Okay, thanks. I'll have to try that.
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > DW would do that if you used it to validate the page, I
    believe.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Newbie56" <[email protected]> wrote in message
    > news:[email protected]...
    >> Thanks again. I appreciate you taking the time to
    explain things. I am
    >> the type of person that finds it helpful to
    understand the concept and
    >> underlying reasoning involved in how things work.
    That helps me apply
    >> the concepts to other situations.
    >>
    >> I know this is probably overkill or too much to
    expect, but I wonder if
    >> it would be possible (and practical) for future
    versions of DW to build
    >> in error messages when certain syntax errors are
    encountered instead of
    >> just producing a blank page or producing a page with
    all unrecognizable
    >> gibberish.
    >>
    >> For example, if DW encountered a problem with an
    unrecognized code in the
    >> charset=whatever coding, maybe it could produce an
    error message that
    >> says "error in reading charset command" or
    "unrecognized charset" in line
    >> "charset=whatever". So, if someone accidentally
    entered UTF-61 (a typo)
    >> instead of UTF-16, the unrecognized charset error
    message could appear.
    >>
    >> Or, in the common error you described, maybe DW
    could produce an error
    >> message that says "error -- multiple or conflicting
    <body> tags found,
    >> unable to proceed".
    >>
    >> Or, in general, "unknown error(s) in code detected ,
    unable to proceed".
    >>
    >> I'm sure it can't accommodate every coding error,
    but maybe some are
    >> common enough that DW could provide a feedback
    message for them.
    >>
    >>
    >> "Alan" <[email protected]>
    wrote in message
    >>
    news:C0EC64F9.29AFB2%[email protected]...
    >>>
    >>>
    >>>> Thanks. That makes sense and it helps me
    understand what the problem
    >>>> was.
    >>>
    >>> no problem and good luck with things.
    >>>
    >>> suggestion- you could do a Find and Replace, or
    just a Find for
    >>> charset=unicode sitewide
    >>>
    >>> a difficult to understand thing that seems like
    a contradiction at
    >>> first, is
    >>> that with each new version of dreamweaver, as
    features and capabilities
    >>> are
    >>> added; it gets less tolerant of code syntax that
    isn't just right.
    >>> That's
    >>> why folks ask to see the page/code. Dw can't be
    as tolerant or failure
    >>> resistant as a browser can be- a browser just
    has to display something.
    >>> Dw
    >>> has to know exactly what the code is and where
    the cursor is in the tree
    >>> of
    >>> syntax so it can decide what's proper code to
    insert in the current
    >>> cursor
    >>> location.
    >>>
    >>> it's probably a weekly occurrence of someone who
    says design view is
    >>> blank
    >>> YET the page renders fine in browsers- when the
    page is checked they are
    >>> using SSI includes where the included files are
    complete html docs with
    >>> <head> and <body> tags. Browsers
    render the page because the browser
    >>> programmers can code it to to deal with
    imperfect pages- but dreamweaver
    >>> sees multiple body tags and gives up trying to
    make sense of it.
    >>>
    >>
    >>
    >
    >

  • Template based pages dont render in Design View

    Using DW CS5 on a new PC, HP w/Intel i3-2130 3.40 GHZ 6gb RAM. Using a template, I cannot see anything in Design View. Only when I go into Live View, can I see content. It also takes a very long time to save and validate. I save often, so it should not be a matter of too many changes. I have tried to uninstall and reinstall, but then I get over 70 errors on reinstall. Any help is appreciated.

    Just a guess, but it seems that the site uses server side includes (the shtml extension and there is a ssi include in your template). You will probably need a testserver running (like XAMPP) on your local system to preview this in a browser.
    Grtz

Maybe you are looking for