Spry Datatable Error IE 7

Greetings to all,
I'm having an issue with IE 7 throwing an error (which
appears to be in the spry javascript code) when displaying a Spry
data table.
The site currently in an advanced beta phase, and I'm running
CS3 web premium (Dreamweaver CS3). I've used Spry to create an
events table (modified from the example templates/source on the
video workshop disc) to display events on the left by name and date
with a detail region on the right as users click through the
listings. Everything has come together nicely and Firefox displays
everything perfectly, however IE7 throws an error (error text
posted below) when I load the page. No other errors have occurred
across the site in either browser, so I suspect this may be related
to the xpath.js or SpryData.js scripts that are utilized to enable
these functions.
The URL for the offending page is
http://www.mansion462.net/events/events.htm
The error log from IE7 is as follows:
Line: 1692
Char: 3
Error: Number expected
Code: 0
URL:
http://www.mansion462.net/events/events.htm
Any assistance would be greatly appreciated, as Java is not
my forte. Thanks in advance.
-Adam

If I were you I would post this in the Spry Forum here:
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602
There are lots of bug reports in that forum and you may want
to report this issue. Also there are some Adobe member around who
are trying to work and figure out these errors.

Similar Messages

  • Spry:state="error" field is always visible?!

    I define layers to display the current spry:state, one for
    spry:state="loading", the second for spry:state="error" and the
    third for spry:state="ready". The problem is that
    spry:state="error" field is always visible along with
    spry:state="loading"?! Am I making some mistake or what? Here is a
    part of relevant code:
    <div id="vijesti" spry:region="pvVijestiMini"
    class="vijestimini">
    <div id="ucitavanjemini" spry:state="loading"
    class="indikator">
    <p>
    <span><img
    src="slike/pomocne/loader.gif"></span>
    <span>Podaci se učitavaju...</span>
    </p>
    </div>
    <div id="greskamini" spry:state="error"
    class="indikator">
    <p>
    <span><img
    src="slike/pomocne/loader2.gif"></span>
    <span>Podaci ne postoje ili su
    nedostupni...</span>
    </p>
    </div>
    <div id="podaci" spry:state="ready">
    <span class="vijestnaslov">Čikom vijesti
    [{ds_UnfilteredRowCount}]</span>
    <div id="redovimini" class="redovimini">
    <div class="red" spry:repeat="pvVijestiMini">
    <p class="podnaslov">
    <span>{datum}</span><br>
    <span class="naziv">{naziv}</span>
    </p>
    <p>
    <span>{ukratko}<a
    href="index.php?jezik=0&meni1=3&meni2=0&meni3=0"><img
    src="slike/pomocne/dalje.gif"
    class="dalje"></a></span>
    </p>
    </div>
    </div>
    <div id="navigacija">
    <div spry:if="{ds_UnfilteredRowCount} == 0">Nema
    podataka u tabeli "Vijesti"!</div>
    <div spry:if="{ds_UnfilteredRowCount} &gt; 0">
    <div><a href="#"
    onclick="pvVijestiMini.firstPage(); return
    false;">|&lt;</a><span> </span></div>
    <div><a href="#"
    onclick="pvVijestiMini.previousPage(); return
    false;">&lt;&lt;</a></div>
    <div> stranica {ds_PageNumber} od
    {ds_PageCount} </div>
    <div><a href="#" onclick="pvVijestiMini.nextPage();
    return
    false;">&gt;&gt;</a><span> </span></div>
    <div><a href="#" onclick="pvVijestiMini.lastPage();
    return false;">&gt;|</a></div>
    </div>
    </div>
    </div>
    </div>
    The second question: How do I hide region container until it
    gets filled with data?

    Look, you got me all wrong. I don't want to hide a main
    region, just the spry:state="error" appearing the same time as
    spry:state="loading"!!!
    <div id="ucitavanjemini" spry:state="loading"
    class="indikator">
    <p>
    <span><img
    src="slike/pomocne/loader.gif"></span>
    <span>Podaci se učitavaju...</span>
    </p>
    </div>
    <div id="greskamini" spry:state="error"
    class="indikator">
    <p>
    <span><img
    src="slike/pomocne/loader2.gif"></span>
    <span>Podaci ne postoje ili su
    nedostupni...</span>
    </p>
    </div>

  • Spry menu error in EI Disappearing List Background Bug

    I wanted to be able to update the menu once so I made the menu as a library item. At first the menu kept dissapearing in EI, somehow I fixed it so it actually does show up properly now but Dreamweaver is still showing the error " Disappearing List Background Bug in EI" all in the opening of the  <ul> . And now I have also noticed that there is an issue with the first menu, when rolling over the "company tab" it drops down the sub-menu and let you click on "about" it goes to the page but from there when you roll over the menu's they dont change color and they dont show the sub-menu. This work fine if I go to any other menu on that bar exept for the first one. I dont know what to do, and apreciate any help!
    Here is website:
    http://phantazia.ca/
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 14px;
        cursor: default;
        width: auto;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 10;
        background-color: #424242;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 8em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 20;
        cursor: default;
        width: 13em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 13em;
        background-color: #424242;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #FFF;
        color: #FFF;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #666;
        border-bottom-color: #666;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        padding: 0.5em 0.75em;
        color: #FFF;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #424242;
        color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #0689C4;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;
        background-color: #424242;

    The reason the menu does not work in the about page is because there is no link to SpryMenuBar.js on the page.
    The following shows the first few lines of your document for index.html
    <!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>
    <link rel= href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>B SHARP SYSTEMS | Company</title>
    <link href="layout.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    and the following for about.html
    <!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>
    <link rel= href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>B SHARP SYSTEMS | Provider of highly scalable technology solutions located in California, USA</title>
    <link href="layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
    background-image: url();
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #e9e7e8;
    -->
    </style>
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    Gramps

  • Spry validation error message position

    Hi all,
    I really like the spry validation however I would like it so that when you hit submit and the form has errors, another error message appears near the button so the user knows when there is an error.
    Is this possible?
    Cheers

    http://labs.adobe.com/technologies/spry/samples/validationwidgets/TextareaValida tionSample.html
    Check out the section on "You can define a separate HTML element to display the error messages for this widget."

  • Spry Validation Error in Internet Explorer

    Hi,
    I have a PHP form with Spry Validation for Textfields and Selction.
    The init part in the HTML form looks like this:
          var spryradioanrede = new Spry.Widget.ValidationRadio("spryradioanrede", {isRequired:true, validateOn:["change,blur"]});
           var sprytextfieldvorname = new Spry.Widget.ValidationTextField("sprytextfieldvorname", "none", {isRequired:true,  validateOn:["change,blur"]});
           var sprytextfieldnachname = new Spry.Widget.ValidationTextField("sprytextfieldnachname", "none", {isRequired:true,  validateOn:["change,blur"]});
           var sprytextfieldstrasse = new Spry.Widget.ValidationTextField("sprytextfieldstrasse", "none", {isRequired:true,  validateOn:["change,blur"]});
           var sprytextfieldhausnummer = new Spry.Widget.ValidationTextField("sprytextfieldhausnummer", "none", {  validateOn:["change,blur"]});
           var sprytextfieldplz = new Spry.Widget.ValidationTextField("sprytextfieldplz", "none", {useCharacterMasking:true, pattern:"00000", validateOn:["change,blur"]});
           var sprytextfieldort = new Spry.Widget.ValidationTextField("sprytextfieldort", "none", {isRequired:true,  validateOn:["change,blur"]});
           var sprytextfieldemail = new Spry.Widget.ValidationTextField("sprytextfieldemail", "email", { validateOn:["change,blur"]});
           var sprytextfieldvorwahl = new Spry.Widget.ValidationTextField("sprytextfieldvorwahl", "none", {validation:isNumeric,isRequired:false,  validateOn:["change,blur"]});
           var sprytextfieldrufnummer = new Spry.Widget.ValidationTextField("sprytextfieldrufnummer", "none", {validation:isNumeric, isRequired:false,  validateOn:["change,blur"]});
           var sprytextfieldausweisnummer = new Spry.Widget.ValidationTextField("sprytextfieldausweisnummer", "none", {validation:isValididentitycard,  validateOn:["blur"]});
           var sprytextfieldstaatsangehoerigkeit = new Spry.Widget.ValidationTextField("sprytextfieldstaatsangehoerigkeit", "none", {isRequired:true,  validateOn:["change,blur"]});             
           var spryselectfieldtag = new Spry.Widget.ValidationSelect("spryselectfieldtag", {isRequired:true, validateOn:["change,blur"]});
           var spryselectfieldmonat = new Spry.Widget.ValidationSelect("spryselectfieldmonat", {isRequired:true, validateOn:["change,blur"]});
           var spryselectfieldjahr = new Spry.Widget.ValidationSelect("spryselectfieldjahr", {isRequired:true, validateOn:["change,blur"]});
    When loading the page an error in Internet Explorer 8 occures:
    Error Details from IE:
    Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MDDR; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Zeitstempel: Mon, 31 Aug 2009 08:54:38 UTC
    Meldung: 'this.input.defaultValue' ist Null oder kein Objekt
    Zeile: 1734
    Zeichen: 2
    Code: 0
    URI: http://.../SpryAssets/SpryValidationTextField.js
    When loading the page the first time it's not a big problem. But when the users enters some unvalid data the page lodes again and in the onload section from the body the function validateall is startet.
    function validateall()    {
                    status = 0;
                    status += spryradioanrede.validate();
                    status += sprytextfieldvorname.validate();
                    status += sprytextfieldnachname.validate();
                    status += sprytextfieldstrasse.validate();
                    status += sprytextfieldstrasse.validate();
                    status += sprytextfieldplz.validate();
                    status += sprytextfieldort.validate();
                    status += sprytextfieldemail.validate()
                    status += sprytextfieldvorwahl.validate();
                    status += sprytextfieldrufnummer.validate();
                    status += sprytextfieldausweisnummer.validate();
                    status += sprytextfieldstaatsangehoerigkeit.validate();
                    status += spryselectfieldtag.validate();
                    status += spryselectfieldmonat.validate();
                    status += spryselectfieldjahr.validate();
                    if (status < 15) {
                        return 0;
                    } else {
                        return 1;
    The error occurs again and the validation is not yet done. Which means, that the fields with problems will not be marked. When entering the field afterward and changing or blur everything works ok and the field is marked in red. Only the onload is not working.
    Any ideas, what the problem is?
    Thank
    Michael

    It seems to be an Error in Spry,
    Open the SpryValidationTextField.js
    find:
    Spry.Widget.ValidationTextField.prototype.reset = function() {
         this.removeHint();
         this.oldValue = this.input.defaultValue;
         this.resetClasses();
         if (Spry.is.ie) {
              //this will fire the onpropertychange event right after the className changed on the container element
              //IE6 will not fire the first onpropertychange on an input type text after a onreset handler if inside that handler the className of one of the elements inside the form has been changed
              //to reproduce: change the className of one of the elements inside the form from within the onreset handler; then the onpropertychange does not fire the first time
              this.input.forceFireFirstOnPropertyChange = true;
              this.input.removeAttribute("forceFireFirstOnPropertyChange");
         var self = this;
         setTimeout(function() {self.putHint();}, 10);
    and replace with:
    Spry.Widget.ValidationTextField.prototype.reset = function() {
         this.removeHint();
         this.oldValue = this.input && this.input.defaultValue ? this.input.defaultValue : "";
         this.resetClasses();
         if (Spry.is.ie) {
              //this will fire the onpropertychange event right after the className changed on the container element
              //IE6 will not fire the first onpropertychange on an input type text after a onreset handler if inside that handler the className of one of the elements inside the form has been changed
              //to reproduce: change the className of one of the elements inside the form from within the onreset handler; then the onpropertychange does not fire the first time
              this.input.forceFireFirstOnPropertyChange = true;
              this.input.removeAttribute("forceFireFirstOnPropertyChange");
         var self = this;
         setTimeout(function() {self.putHint();}, 10);
    To see if it helps

  • Need help with this Spry "processTokens()" error

    I am using Dreamweaver CS4 Beta, and using the new Spry data
    set wizard to create a data connection using an HTML file that
    contains a table of simple data. Getting through the guided steps
    of creating the data set and the master/detail page is a piece of
    cake, but when I run the page in a browser I get this white box
    with the red header in the lower right corner of the browser that
    reads
    "processTokens(): Value reference has no data set specified:
    {Content}". It obviously doesn't like something about the data
    in the content column but I don't know exactly what to do from
    here, not having seen this error before.
    A quick note about the source file for the data. It's an HTML
    file with a table that has two columns (name and content). The
    content column has some basic HTML but nothing beyond simple text
    formatting and mailto links. The table has been given an ID too.
    I didn't have much luck finding anything on this error on
    google or anywhere else for that matter. Does anyone know what
    causes this or how to solve the problem?

    I solved my own problem, so I figured I would post it in case
    someone
    else runs into this.
    When inserting a new spry dataset from Dreamweaver CS4 onto a
    site
    that already has sprydata.js on it, you must delete the
    existing
    sprydata.js so that CS4 will copy the newer version onto the
    site. Otherwise, it sees that the filename exists already and
    won't
    update it. The older sprydata.js that comes from CS3 does not
    work well with the new spry dataset tool in CS4.

  • Gettig a spry javascript error

    I create a form and when after I insert a Spry text
    validation field and fill out the dialog box, I get this error:
    While
    executing inspectSelection in Spry_ValidationTextField.htm, a
    javascript error occurred.
    I hit OK and then I get it again and then I hit OK again and
    then I go back to DW but the scrpt is not working propperly after
    that.
    What is wrong?

    That's not the javascript cache. That's DW's file cache. It's
    a standard
    solution for things like this.
    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
    ==================
    "jslacker" <[email protected]> wrote in
    message
    news:fb6gdk$qvc$[email protected]..
    >I think you may have been on to something there. I
    uninstalled the
    >extension
    > and Dreamweaver suddenly started playing happy.
    Reinstalled the newest
    > version
    > (3.0.4) and Dreamweaver was back to throwing errors. I
    stumbled across a
    > support forum post at dwuser.com on an unrelated error
    that suggested
    > resetting
    > the Dreamweaver javascript cache. Just for fun I tried
    that. Now,
    > amazingly, I
    > have the extension installed and no errors. It could be
    that something
    > random
    > got fried in the javascript cache and recreating it
    fixed the problem.
    >
    > The path to the javascript cache is:
    <system_drive>:\Documents and
    > Settings\[username]\Application Data\Adobe\Dreamweaver
    > 9\Configuration\WinFileCache-xxxxxxxx.dat
    >
    > Delete the WinFileCache*.dat file and open Dreamweaver
    again. Apparently
    > the
    > file will be recreated automatically. With about an hour
    of work done so
    > far
    > this fix seems to be holding.
    >

  • h:datatable error!!!who can help me??

    I had met a quession when i use the tag <h:datatable>,please help me.
    there is no problem about my managed bean.
    <%@ page language="java" pageEncoding="ISO-8859-1"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%
         String path = request.getContextPath();
         String basePath = request.getScheme() + "://"     + request.getServerName() + ":" + request.getServerPort()+ path + "/";
    %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <base href="<%=basePath%>">
    <title>My JSF 'test.jsp' starting page</title>
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">
    <!--<link rel="stylesheet" type="text/css" href="styles.css">
    -->
    </head>
    <body>
       <f:view>
         <h:form>
           <h:dataTable  value="#{user.dataModel}" var="a">
                <h:column>
                <f:facet name="header">
                    <h:outputText value="id" />
               </f:facet>
                    <h:outputText value="#{a.id}" />
                </h:column>
             </h:dataTable>
           </h:form>
       </f:view>
      </body>
    </html>it's said that the error occured in <h:dataTable value="#{user.dataModel}" var="a">
    error:Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: /test.jsp(34,4) According to TLD or attribute directive in tag file, attribute value does not accept any expressions
         at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
         at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:406)
         at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:147)
         at org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1128)
         at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:818)
         at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507)
         at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:837)
         at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507)
         at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:837)
         at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507)
         at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2392)
         at org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
         at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         at org.apache.jasper.compiler.Validator.validate(Validator.java:1679)
         at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:314)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:683)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:404)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:212)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:818)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:624)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
         at java.lang.Thread.run(Thread.java:595)thank you for your help!
    my email : [email protected]

    i have done several re-installs to date - i an now careful to thoroughly clean my machine after uninstalling...remove registry entries, removing directories, and rebooting, etc. while i have never seen that specific error, i have had problems if the machine wasn't "clean"...
    hope this helps...

  • Spry - Javascript Error!

    Hello everyone! I included an spry accordion in my latest
    site. The accordion is working fine but it has a javascript error:
    element has no properties
    var child = element.firstChild;
    This is in the 'SpryAccordion.js', I haven't touched this
    .js, anybody knows what happend? Any idea? Thanks!

    Try doing it again with a simplified accordion on a new,
    blank, page.
    Record your exact steps and list them here so we can try to
    reproduce your
    error. I can tell you that if you follow the wizard, you do
    not get an
    error.
    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
    ==================
    "alex_labanino" <[email protected]> wrote in
    message
    news:f46rha$it5$[email protected]..
    > Hello everyone! I included an spry accordion in my
    latest site. The
    > accordion
    > is working fine but it has a javascript error:
    >
    element has no properties
    > var child = element.firstChild;
    >
    > This is in the 'SpryAccordion.js', I haven't touched
    this .js, anybody
    > knows
    > what happend? Any idea? Thanks!
    >

  • Trouble shooting spry validation error message visible all the time

    I am putting spry validations and  error message to show  up if requirements aren't met. The requirements don't disappear when I proof it on line
    What am I doing wrong?

    The answer is in the code. Show us the code and we will tell you what it is that has gone wrong. The code should include the markup (HTML) and the style rules (CSS).

  • Spry css ERROR when validating

    These are the errors I got when attempting to validate my
    spry css - does anyone know how i fix them.
    Cheers Kylie
    56 .AccordionPanelTab Property -moz-user-select
    doesn&apos;t exist : none
    57 .AccordionPanelTab Property -khtml-user-select
    doesn&apos;t exist : none

    I have to say as someone new to web-design, I really don't understand why this won't validate..
    I mean, I get the technical side of it - that mozilla and linux require additional or different coding to appear and act the way it's intended to. But why even have validation then? Why have codes that specify one complete set of rules - when every browser acts, behaves, and appears differently? If w3 standards are to be obeyed, then why are non-compliant browsers still used?
    For example, when create a .css - that stylesheet should define the style in all browsers. I shouldn't, in my opinion anyway, need various hacks to compensate for specific instances. That's what standards are (supposed to be) for! To eliminate the need for special and extreme instances!
    It seems to me (again, a newbie to all of this - so I don't want anyone to think I'm challenging them, just seeking answers), that either the browsers that refuse to comply to the same set of standards should be slowly weeded out by those of us who refuse to use them for their negligence, or that w3 standards should be completely ignored for their inability to represent all browsers.
    or maybe everyone just needs some time to catch up? I'd love your opinion on this, Mr. Powers.

  • Getting Spry Accordion Error Message at startup

    I'm running Dreamweaver CS3 on a Mac.
    Here's the error message:
    This document contains JavaScript code for a
    widget that no longer exists. If you don't
    remove the code, the browser might display
    Javascript errors when loading the page.
    Would you like Dreamweaver to find all
    instances of this code for you?
    Widget: var Accordion1 = new
    Spry.Widget.Accordion("Accordion1");
    Text
    How do I get rid of this message? Any help would be GREATLY
    APPRECIATED!!!!

    paulkirtley wrote:
    > I followed your lead on this and clicked YES when I got
    the pop-up message,
    > which directed me to 3 occurences of the old Accordion.
    I deleted what appeared
    > to be "double-up," but now the Accordion appears to be
    locked in the OPEN
    > position. Is there an easy way to correct this so it
    collapses without
    > rebuilding everything?
    There's an empty script block at the end of the editable
    region.
    Manually insert the accordion initialization script in there:
    <script type="text/javascript">
    var Accordion2 = new Spry.Widget.Accordion("Accordion2");
    </script>
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Spry Slideshow Error

    I am using Dreamweaver CS5.5 from the 5.5 Master Collection
    This has been addressed before, but I didn't quite understand the fix (and it seemed like a lot of other people didn't as well).  So I am re-posting this question.
    I am using a Spry Slideshow on my website, and when uploaded to the server, these are the errors I recieve:
    SpryPanelSet.js requires SpryWidget.js!
    SpryFadingPanels.js requires SpryPanelSet.js!
    SpryImageSlideShow.js requires SpryWidget.js!
    SpryPanAndZoomPlugin.js requires SpryImageSlideShow.js!
    The slideshow works great when previewed in all 4 browsers, but once uploaded to my server, it doesn't work in any browser.
    The first time this was posted, this link was posted as a fix, but I have no idea what to do with this information: http://labs.adobe.com/technologies/spry/ui/includes/SpryWidget.js
    The original post/question is here: http://forums.adobe.com/thread/771773?decorator=print&displayFullThread=true
    I am very new at web development, so please make your answers very clear and easy to follow!  Also know, my slideshow is within an APDiv.
    My website can be found here: http://www.leapfest.com
    Thank you ahead of time for your help and I hope to hear from you soon!  I can't keep that non-functioning slideshow online for too long!
    EDIT:  I have removed the slideshow from the website to avoid deterring traffic.

    I found this answer on the same forum I was looking at previously.  I must have missed it last time.  I don't know why it works, but it does.
    IN the Files window (F8)
    Set to local server, find Spry-UI-1.7/includes/widget.js   right click, edit, rename to widgetTEST    -DONT UPDATE changes to related files.
    Upload the renamed file to server using the upload arrow in file control, Click NO for dependent files, we just need that one.
    Set to show remote server and rename the file as per Step 1, but this time change the name back from widgetTEST to widget.js
    Repeat Step 3 for local server
    I also enabled Cloaking on the file on local server so it didnt try to upload that file again.  If you used another program or webhost filemanagement to get the working copy onto your remote server, use DW to Download the file from your server so it is synchronised
    Thanks to toofewloginnames for this response!!!
    You can see it in action at leapfest.com

  • Spry Widget error on Dreamweaver - SpryPanelSet.js requires SpryWidget.js     etc.

    Hi, I am having an error on my website that states:
    SpryPanelSet.js requires SpryWidget.js
    SpryFadingPanels.js requires SpryPanelSet.js
    SpryImageSlideShow.js requires SpryWidget.js
    SpryPanelAndZoomPlugin.js requires SpryImageSlideShow.js
    I had placed the below script in and it had worked for several months but now is acting up again...
    <script src="http://pleysier.com.au/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    I have even tried replacing the script with other suggested scripts but it is still not working?
    It is not working on both my remote and local server? Although it is working in Chrome?
    Safari and IE will not work.
    Here is my website:
    http://reg.centraldoor.ca/
    Note: I am a beginner!!!

    Hi again and thanks for the reply. I have checked the file sizes and they are the same.  I feel like the script I am using is no longer valid perhaps? What to switch it out for though, I have no idea?
    <script src="http://pleysier.com.au/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>

  • Dreamweaver CS6 Spry Tab Error Message

    I have an ongoing website that i have been working on for some time.
    It consists of mostly tabbed pannels.
    Out of the blue it wont let me create another spry tabbed pannel... I get two pop up mesages
    When I select "NO" the next screen pops up.
    I have NO clue as to what it is trying to tell me or what to look for. Can anyone give a hand?
    Thanks
    Rick

    Thanks for the reply Ben... The link is as follows:
    http://pacificlaser.com/const.html
    I am trying to add content (like all the others) to the Midrange Grade Lasers tab.
    When I click the add spry tab panel, the above errors pop up.
    Thanks for looking fellow SR  

Maybe you are looking for

  • How to generate SWF file with dynamic data but no live connection

    Hello, We got a requirement where we have to email out SWF file either in PPT or outlook generated from BOBJ universe. When the file reaches the customer who would be outside our network with no access to our servers or data should be able to view th

  • How to block post price conditions  in purchase order after doing MIGO

    I need to block post price conditions in the purchase order, after doing MIGO. The problem is that somtimes buyers people go to the purachse order with ME22N, even if MIGO has already been made for this purachse order. They change The amount of certa

  • Propagation problem in streams 11.1.0.7

    my propagation job: AQ_JOBS_32 is not working any more but it is still running in the oem streams monitor. In the DBA_SCHEDULER_RUNNING_JOBS View the SESSION_ID column value is null. I can't kill the job any way. I have a contradition between procedu

  • Use button to select Combobox choice ?

    Hi all, I have a combobox (called "style_cb") and as you might have guseed you can use it to select a "style". The site also has pictures and I'd like users to be able to click the pictures (which are buttons) and have the combobox automatically set

  • Blackberry 7.1 Softwear

    Got a message from blackberry yesterday to update my blackberry to the 7.1 softwear.  Took most of the night to download this, blocked the phone completely.  Got up this morning and the phone wont switch on.  Plugged it in to charge, and it wont char