Can't edit template in dreamweaver

even though I have not set up any non-editable regions.

Sounds like you have some bad code in your template.  Can you upload the file to some web space that you control and paste a link to that page here?  Failing that, can you paste the code from your template file here (you cannot use the email option to do the latter - you must come to the webforum).

Similar Messages

  • I can't make an editable template in dreamweaver CS5 help!

    Here is my problem. I insert an editable region, and that works just fine. However, when trying to create a page from this template, I can't edit the CSS. Normally, I click the area of the CSS I want to edit, and go to modify>templates>make attribute editable. When I create a page, nothing is editable. I'm lost.
    Here is the code I'm using so far: (I have not added a 'make attribute editable' in this code yet)  Thanks!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link rel="stylesheet" type="text/css" href="autumnwind12.css" />
    <link rel="icon" href="http://www.autumnwindstudios.com/leaficon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="http://www.autumnwindstudios.com/leaficon.ico" type="image/x-icon" />
    <link rel="stylesheet" href="http://www.autumnwindstudios.com/bluelight/humbnailviewer.css" type="text/css" />
    <script src="http://www.autumnwindstudios.com/bluelight/thumbnailviewer.js" type="text/javascript">
    * Image Thumbnail Viewer Script- ? Dynamic Drive (www.dynamicdrive.com)
    * This notice must stay intact for legal use.
    * Visit http://www.dynamicdrive.com/ for full source code
    </script>
    <script type="text/javascript" src="expando.js">
    /* Expando Image Script ?2008 John Davenport Scheuer
       as first seen in http://www.dynamicdrive.com/forums/
       username: jscheuer1 - This Notice Must Remain for Legal Use
    </script>
    <meta name="keywords" content="T-shirts, graphics, digital art, graphic design, media" />
    <meta name="description" content=" " />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <style type="text/css"><!--
    #hintbox{ /*CSS for pop up hint box */
    position:absolute;
    top: 50px;
    background-color: black;
    width: 200px; /*Default width of hint.*/
    padding: 10px;
    border:1px solid silver;
    font:normal 11pt arial;
    color:white;
    border-right: 3px solid silver;
    border-bottom: 3px solid silver;
    line-height:18px;
    z-index:100;
    visibility: hidden;
    .hintanchor{ /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
    --></style>
    <script type="text/javascript">
    * Show Hint script- ? Dynamic Drive (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for this script and 100s more.
    var horizontal_offset="14px" //horizontal offset of hint box from anchor link
    /////No further editting needed
    var vertical_offset="0" //horizontal offset of hint box from anchor link. No need to change.
    var ie=document.all
    var ns6=document.getElementById&&!document.all
    function getposOffset(what, offsettype){
    var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
    var parentEl=what.offsetParent;
    while (parentEl!=null){
    totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
    parentEl=parentEl.offsetParent;
    return totaloffset;
    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    function clearbrowseredge(obj, whichedge){
    var edgeoffset=(whichedge=="rightedge")? parseInt(horizontal_offset)*-1 : parseInt(vertical_offset)*-1
    if (whichedge=="rightedge"){
    var windowedge=ie && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-30 : window.pageXOffset+window.innerWidth-40
    dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
    if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
    edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth+parseInt(horizontal_offset)
    else{
    var windowedge=ie && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
    dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
    if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
    edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
    return edgeoffset
    function showhint(menucontents, obj, e, tipwidth){
    if ((ie||ns6) && document.getElementById("hintbox")){
    dropmenuobj=document.getElementById("hintbox")
    dropmenuobj.innerHTML=menucontents
    dropmenuobj.style.left=dropmenuobj.style.top=-500
    if (tipwidth!=""){
    dropmenuobj.widthobj=dropmenuobj.style
    dropmenuobj.widthobj.width=tipwidth
    dropmenuobj.x=getposOffset(obj, "left")
    dropmenuobj.y=getposOffset(obj, "top")
    dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+"px"
    dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px"
    dropmenuobj.style.visibility="visible"
    obj.onmouseout=hidetip
    function hidetip(e){
    dropmenuobj.style.visibility="hidden"
    dropmenuobj.style.left="-500px"
    function createhintbox(){
    var divblock=document.createElement("div")
    divblock.setAttribute("id", "hintbox")
    document.body.appendChild(divblock)
    if (window.addEventListener)
    window.addEventListener("load", createhintbox, false)
    else if (window.attachEvent)
    window.attachEvent("onload", createhintbox)
    else if (document.getElementById)
    window.onload=createhintbox
    </script>
    <style type="text/css"><!--
    /* END MAIN*/
    body {background-color:#4E5869; center 0 no-repeat;}
    .bar {background-color:#ffd39b;
    width:980px;
    height:36px;
    margin-left:0 auto;
    margin-right:0 auto;
    #container {
    width: 980px; background: #fff; margin: 0 auto;
    border:1px solid gray;
    #banner{margin-left:auto 0px;margin-right:auto 0px;}
    .c01 {margin-top:10px;
    width:960px;
    font-family:arial,sans-serif;
    font-size:12pt;
    font-weight:normal;
    letter-spacing:0.85em;
    text-align:right;
    color:darkslategray;
    .c02 {margin-left:10px; margin-top:10px;
    width:225px;
    font-family:arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    letter-spacing:0.15em;
    text-align:right;
    color:darkslategray;
    #main {margin:0 auto;margin-top:40px;width:940px;
    padding-bottom:100px;font-family:arial,sans-serif;font-size:12pt;color:#5c5c5c;line-height :150%;
    border-top:1 px solid gray;}
    a {text-decoration:none;}
    #footer {margin-left:760px;
    width:980px;
    font-family:arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    color:darkslategray;
    a {text-decoration:none;}
    /* BEGIN MAIN */
    -->
    </style>
    </head>
    <body>
    <!--MENU-->
    <div class="menu">
    <ul>
    <li><a href="http://www.autumnwindstudios.com">Home</a></li>
        <li> <a href="#" id="current">Graphic Services</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/design.html">Print Media</a></li>   
        <li><a href="http://www.autumnwindstudios.com/illustration.html">Illustration</a></li>
            <li><a href="http://www.autumnwindstudios.com/portraiture.html">Portraits</a></li>
        <li><a href="http://www.autumnwindstudios.com/cartoons.html">Cartooning</a></li>   
        <li><a href="http://www.autumnwindstudios.com/signs.html">Signs / Banners</a></li>   
          </ul>
        </li>
        <li><a href="#">Photo Enhancement</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/enhancement.html" style="text-decoration:none;">Artistic Photo Effects</a></li>
          </ul>
        </li>
    <li><a href="#">Photo Colorizing</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/colorization.html" style="text-decoration:none;">B/W to Color</a></li>
        <li><a href="http://www.autumnwindstudios.com/colorization.html" style="text-decoration:none;">Color Enhancement</a></li>
          </ul>
        </li>
    <li><a href="#">Photo Restoration</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/restoration.html" style="text-decoration:none;">Photo Restoration</a></li>
        <li><a href="http://www.autumnwindstudios.com/retouch.html" style="text-decoration:none;">Photo Retouching</a></li>
    <li><a href="http://www.autumnwindstudios.com/wedding.html" style="text-decoration:none;">Wedding Retouching</a></li>   
          </ul>
        </li>
    <li><a href="#">Info</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/info.pdf">Pricing &amp; Terms</a></li>
        <li><a href="http://www.autumnwindstudios.com/resume.pdf">Resume</a></li>
        <li><a href="http://www.autumnwindstudios.com/Autumn_Wind_Studios.pdf">Download Portfolio Sample</a></li>
          </ul>
        </li>
        <li> <a href="#">Contact</a> 
          <ul>
        <li><a href="http://www.autumnwindstudios.com/contact.html">Contact Form</a></li>
      </ul>
        </li>
      </ul>
    </div>
    <!--END MENU-->
    <!--MAIN CONTENT-->
    <div id="container">
    <div id="banner"><img src="http://www.autumnwindstudios.com/awsbanner1.jpg" width="980" alt="banner" /></div>
    <div class="c01"> <img src="media.jpg" alt="social media buttons" width="269" height="41" hspace="10" vspace="0" border="0" align="right" usemap="#Map" />
              <map name="Map" id="Map">
                <area shape="rect" coords="222,1,270,41" href="https://twitter.com/#!/Autumn_Studios" alt="twitter" />
                <area shape="rect" coords="175,1,223,43" href="https://www.facebook.com/pages/Autumn-Wind-Studios/273834332699643" alt="facebook" />
                <area shape="rect" coords="128,0,174,41" href="https://accounts.google.com/ServiceLogin?service=blogger&passive=1209600&continue=http://w ww.blogger.com/home&followup=http://www.blogger.com/home&ltmpl=start#s01" alt="blogger" />
                <area shape="rect" coords="45,0,126,40" href="http://laoscura.deviantart.com" alt="deviant art" />
                <area shape="rect" coords="1,1,46,42" href="http://www.linkedin.com/profile/edit?trk=hb_tab_pro_top" alt="linked in" />
              </map></div>
    <div class="c02"><a href="http://www.autumnwindstudios.com/main.html"><img border="0" src="jtheader.jpg" width="225" alt="autumn wind logo" /></a><br />
    Visit our original site.</div>
    <div id="main">
    </div>
    <!--FOOTER-->
    <div id="footer"><a href="#top"><img border="0" src="eraser_opt.jpg" width="200" alt="eraser" /></a><br /><br /></div>
    <!--END FOOTER-->
    </div>
    <!--END MAIN CONTENT-->
    </body>
    </html> 

    >Here is my problem
    Your problem HERE is that this is not the Dreamweaver forum... this forum talks about the forums themselves
    How to Select a Forum http://forums.adobe.com/docs/DOC-1015

  • Edited template in Dreamweaver, once uploaded...another story!

    I purchased a template and began to edit it in Dreamweaver 8. It looked great until I uploaded it.  Some of the background doesn't show, as well as certain icons and logos.  Everything has been uploaded using Yahoo! Webhosting.  I uploaded the layout.css and style.css files and still no go.  This is how the website looks now: http://www.gyrlspeedracingteam.com This is how it should look: http://gyrlspeedracingteam.com/25875-b  Any help would be appreciated!
    Thanks,
    Andreana

    Alright, I created a js folder and woo hooo.  The other images that were actually there I moved to the images folder...did not have to do that with my previous template, just upload and go.  I have to admit that I googled absolute and relative links and I see the difference.  I guess I've been "linking" like that for so long, I wouldn't know otherwise.  It seems to be something I would do once I get my site nearly completed.  Thanks so much to Gary and bregent!  I guess I can mark this answered.

  • Where can I find templates for Dreamweaver?

    Does Dreamweaver CS6 have predefined templates?  If not where can I find templates?

    For pre-built CSS layouts in DW, go to File > New > Blank page > HTML > Layouts. 
    Select one from the right panel & hit Create.
    For Commercial CSS Layouts, look at Project Seven's offerings.
    http://www.projectseven.com/
    To customize the above, add your own text, images, CSS styles and backgrounds.
    Nancy O.

  • Edit template in Dreamweaver

    I have always put <head> part of page in my template, this than makes this part the same on all pages using that template. But I've now been told that the Meta keywords should be match to keywords on individual pages, so how do I now make this part of the template nolonger part of the template? Without having to start from scratch. Sorry bit confusing but can't seem to get my head round it.

    You can add an editable region for the Meta tags into your main Template.dwt file.
    This is the code on a child page from my Template.  Notice where the editable regions are.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <!-- InstanceBegin template="/Templates/Template-test.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="meta" -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta http-equiv="Last-Modified" content="24 February, 2011  at 16:43:39" />
    <meta http-equiv="description" content="blah, blah, blah....." />
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Unique Page Title</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <link href="main.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    background: url(unique-bg.jpg);
    </style>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div id="wrapper">
    <div id="content">
    <!-- InstanceBeginEditable name="content" -->
    Unique Page content goes here
    <!-- InstanceEndEditable -->
    <!--end content --></div>
    <div id="footer">
    <!-- InstanceBeginEditable name="footer" -->
    Unique footer text goes here
    <!-- InstanceEndEditable -->
    <!--end footer --></div>
    <!--end wrapper --></div>
    </body>
    <!-- InstanceEnd -->
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Can't Edit Template

    About a week ago I created a template and have made edits to
    it on several occasions. However, while working with the template
    today, I suddenly couldn't access any portion of the template that
    was not an "editable area". In other words, the template started
    acting like an html page that was created from the template. I
    double checked to see that it was the dwt file and not an html...it
    was the template. Any ideas what happened and how I correct this?
    BTW, I'm very new to this and have been using Dreamweaver for
    about six weeks.
    Coryan
    uturnahead.blogspot.com
    www.listonga.com

    Show us the template page, please.
    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
    ==================
    "JimCoryan" <[email protected]> wrote in
    message
    news:fjt2i9$sv6$[email protected]..
    > About a week ago I created a template and have made
    edits to it on several
    > occasions. However, while working with the template
    today, I suddenly
    > couldn't
    > access any portion of the template that was not an
    "editable area". In
    > other
    > words, the template started acting like an html page
    that was created from
    > the
    > template. I double checked to see that it was the dwt
    file and not an
    > html...it was the template. Any ideas what happened and
    how I correct
    > this?
    >
    > BTW, I'm very new to this and have been using
    Dreamweaver for about six
    > weeks.
    >
    > Coryan
    > uturnahead.blogspot.com
    > www.listonga.com
    >

  • How Do I Load Up A Flash Template into Dreamweaver?

    Can anyone help me load up a website template I purchased from Template monster so I can start editing it through dreamweaver?

    Flash files are not viewable by iPhone, iPad, iTouch, Android or any other web device that doesn't support flash player.   In short, Flash is pretty much dead as a web technology.  Maybe you can trade to an all HTML & CSS Template that you can edit in Dreamweaver?
    Nancy O.

  • Dreamweaver Template: circle with diagonal line in editable region, but can still edit

    Since upgrading to Dreamweaver CC 2014, for only one of dozens of clients, in a Template, I get a circle with diagonal line in editable region, but I can still edit it, I just can't click to the spot that I want to edit, I have to navigate there with the up down left and right arrows on my keyboard. And, I created a new Template and it didn't happen, until I "got" a file, and now it happens in the new Template too. What's going on?

    Sorry, I'm new here. Do you mean like a screen shot? I just thought maybe somebody had seen this before and would just tell me "you need to uncheck the something or other"

  • Can you edit a host's provided templates in iWeb?

    I am looking at Hostgator to host my simple business site. They have a ton of business site templates, but apparently you need some software (like FrontPage or DreamWeaver)to edit them. Can you edit these templates using iWeb? Are there other hosts with templates that are compatible with iWeb?

    Follow this link for iWeb templates:
    http://www.ipresentee.com/
    If you're lucky they still have [a free template for Christmas|http://www.ipresentee.com/iPresentee/iPresentee-_ChristmasGift.html].
    They (Hostgator) have a ton of business site templates
    Download the templates you like and use the layout to re-create the page in iWeb. Drop the images on your iWeb canvas and rearrange them.

  • How to edit joomla templates in dreamweaver

    hi all.
    I am working with flex,when i crossed joomla its attracted me lot,they are providing so many templates i want to edit that templates (php)using
    dreamweaver and also want to create new templates using dreamweaver.
    can any one help to lead me..
    please help any suggession...
    cheers,
    B.venkatesan.

    Work in Code View only.   
    Install a local testing server for your system:
    WAMP for Windows
    http://www.wampserver.com/en/
    XAMPP for Windows
    http://www.apachefriends.org/en/xampp-windows.html
    XAMPP for Mac
    http://www.apachefriends.org/en/xampp-macosx.html
    MAMP for Mac
    http://www.mamp.info/en/downloads/index.html
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Joomla! Tutorials
    http://www.lynda.com/Joomla-1-5-tutorials/creating-and-editing-custom-templates/666-2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • If I receive a document as a PDF or WORD Doc in an email, can I edit them.  As in, if the doc is a template, how do I open it and fill the template in?

    Can I edit a document that was sent to me, like a template?  I cant seem to figure out how to do this, I am a new MAC user

    If you look in App Store you will find Apple's own Pages which can read, edit, and export Microsoft Word compatible .DOC or .DOCX files. There is also another interation of the previously mentioned OpenOffice which is NeoOffice, NeoOffice uses the same open source kernel as OpenOffice, but wraps it in a Cocoa wrapper which provides access to virtually all of OS X's file and data managment features and is one of the fastest office suites avaiable for the Mac.

  • Can Contribute edit a DW template and allow it to propagate?

    I've created a fairly straightforward html/css site in DW CS3
    based around a template and have uploaded both the site and
    template to the client's web server.
    There's a little set of static text on the template which
    cross-populates all the html pages. If I edit the template in DW,
    it updates all the pages that are based on that template. I'm
    hoping that if I set up the client with Contribute, they can access
    the template, edit it, and see the changes propagate to all the
    html pages that are based on that particular template.
    Is this possible? If not, is there a breathtakingly simple
    approach I might be able to give the client to use?
    Many thanks.

    Users of Contribute cannot update templates.
    The 'breathtakingly simple approach' could be to use an SSI
    (server side include) in your template.
    Example php: <?php include("inc.included-file.php"); ?>
    You provide your user with an url to the include file, so he
    can edit the file in Contribute.
    NB: works also great with menu's (make an include file with
    just an unordered list, style it with css, and provide your user
    with the url to the menu).

  • IBooks Author - can't edit text on customized template

    I've created a template and saved it to My Templates. However, when I select a layout (a chapter or section) and place it into my book, I can't edit the text. Where am I going wrong?

    I tried the above but still can't edit text.
    I'm inserting a page and then changing it to 2 Column.  It is linked to the first page.  If the first page has enough text, it overflows into the new page and I can edit it. 
    However, I want the new page to be stand alone.  So I remove the link to the first page.  The text disappears.  When I double click into either column, I can't add any text to this page.  I have to add a text box into the column, which of course isn't going to overflow into column 2.
    The strange thing is that I have another page a little further up that is also 2 Column.  It is not linked to the first page but I can type text into it.  This text will overflow from column 1 into column 2.
    Any ideas what I'm doing wrong?

  • Let me first say the DW CC SUCKS!!!  Why can't I edit templates in CC that I created in DW CS6?

    When I try to edit templates, ANY template, that I created in CS6, I can't.  The tool bars are grayed out.  The properties panel is grayed out.  It acts as though it is in LIVE mode, but it isn't, or not that I can see.  I'm trying to edit a link in my footer, but every time I try to place the cursor on the link to select it, the cursor is a pointing finger.  I can't select it to edit it, unless I go edit the code.  This brings up another question about editing templates.  This involves the same link in the previous question.  In CS6, I edited this link with the new link to a page.  When I SAVE ALL, I get the box asking if I want to update all pages that use the template, I say yes.  The code reflects the change, but the link doesn't change in LIVE view or Preview in a Browser.  It still tries to load the old page, which I have deleted.  This happens in DW CS6 too.  I want to use CC because I am paying for it.  But I have found it fights me every inch of the way.  Luckily I have CS6.  But it isn't very good either.  Any ideas?

    See screenshot:  If you can, switch to Design view.
    If you can't, you must be using Templates based on Fluid Grid layouts. See link below:
    Provide "Design View" for Fluid Grid Webpages
    Nancy O.

  • Can you edit muse cc in dreamweaver

    Hi
    Can you edit Muse CC in Dreamweaver ?

    This question is really best on the Dreamweaver or Muse forums but here is the answer I found:
    "Muse is not intended to be a code generation hand-off tool for downstream editing. We recommend you do all of your site editing in Muse, rather than exporting the site from Muse and editing the code elsewhere. By staying within Muse, you can continue to use the full functionality of Muse to update your site. As soon as you move to altering the output of Muse, there's no going back (unless you're willing to re-make your changes each time you export from Muse). The HTML code output from Muse is not optimized for manual editing."
    Form this forum post: Re: Muse to Dreamweaver?
    So while it may be possible it is not recommended.
    Hope that helps.

Maybe you are looking for

  • OSX Recovery Assistant

    I downloaded the Recovery Disk Assistant and installed it on a Western Digital My Passport Ultra external hard drive.  The recovery disk assistant said that existing data on the WD external HDD would not be affected.   However, now my external hard d

  • Fonts grayed out in Illustrator type palette - How do I fix this?

    I had OS 10.9 and Illustrator worked with no problems. I have recently upgraded to OS 10.10 and I now experience grayed out fonts in the Illustrator Type Window which I don't experience in Photoshop. I have CS5.1 for Illustrator. Has anyone experienc

  • Err- 9006 Having issues with three episodes....

    Hey all, I am getting an err-9006 on three episodes. They are partially downloaded. Reps at iTunes are giving me they do not know what to do. Offering a refund. The problem is one of the three episodes is a part two of two in the season and well that

  • Can you specify a Collection as a inputHidden value?

    I am trying to set an inputHidden field to a List in a JSF Facelets page. However the list is always set to null in the backing bean after the page is submitted. Code:      <h:inputHidden value="#{controllerObj['ttyList']}" />      <h:inputHidden val

  • MapViewer 10.1.3 / 11g and WebLogic

    Hi forum After Oracle's acquisition of BEA, I have read a lot of places that OC4J will be desupported soon and replaced with the WebLogic Java container. Among others, Steve Cosner from Oracle has declared the OC4J 11g preview to be dead and soon to