Evt has no properties

hello all,
I got error when I put JSP file to portal component.  It works in Tomcat.
The client side error is,
evt has no properties
http://localhost:50100/irj/portalapps/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?6.45000702   Line 1418
Thanks!
James

FireFox only recognizes the evt from window, while IE only recognizes evt from document. I guess you are trying to do something with the <b>document</b> in your script which does not work in FireFox. Try changing it.
Hope it Helps
Sudhir
Reward with points if useful.

Similar Messages

  • ECC 50 DI Installation error-FJS-00003  TypeError: f has no properties

    Dear Experts,
    Earlier we had local installtion of ECC50 (DEV/TEST and PRD-CI) with SQL2000 DB, WIN2K3 EE OS.
    We want to install one new application server i.e. PRD-Dialog Instance, so we have kept all the systems on domain (changed from Local to Domain).
    We performed below activities to put all systems on same Domain.
    1. Down the systems
    2. Changed Domain
    3. Created SAP users SAP<sid> and sapservice<sid> on DC with Global&local admin rights
    4. Changed owner of both SAP services with newly created domain SAP user SAPSERVICE<sid>
    5. Updated Host file entries
    6. started Servers with Domain user <sid>adm , it is up and running.
    Now we logged in with new application server with <sid>adm domain user and started Dialog instance installation thru sapinst.
    After inserting installation drive, in next step it throws below error.
    INFO[E] 2008-01-28 16:07:16
    File system export (share) saploc does not exist.
    ERROR 2008-01-28 16:07:21
    FJS-00003  TypeError: f has no properties (in script InstallationScript_159, line 9500: ???)
    Please revert back with valuable inputs.
    Is there any steps missing to perform?
    Regards,
    Rakesh.

    Hello Manoj,
    Thank for your reply. I have installed JDK 1.4.2_12 version with JAVA_HOME env rightly set in the path as without which, i wouldnt have even gotten the installation master screen(Gui).
    Any other workaround do u see?

  • Document array has no properties

    Why doesn't DW8 like document arrays assigned to variables?
    Using the syntax,
    formInput = document.getElementsByTagName("input")
    Returns an error saying "formInput has no properties."
    Here's the full example:
    var dom = dw.getDocumentDOM();
    // get the current document's SKU_Condition meta tag
    var skuCondMeta = dom.getElementsByTagName("meta");
    for ( counter = 0; counter < skuCondMeta.length;
    counter++)
    if (skuCondMeta[counter].name == "SKU_Condition") // so far
    so good
    // get dom of the extension html form and assign the sku
    cond to the input field value
    /* why doesn't this code work?
    var formInput = document.getElementsByTagName("input");
    for ( iter = 0; iter < formInput.length; iter++)
    if (formInput[iter].name == "sku_cond")
    formInput[iter].value = skuCondMeta[counter].content;
    /* instead, I have to do this */
    for ( iter = 0; iter <
    document.getElementsByTagName("input").length; iter++)
    if (document.getElementsByTagName("input")[iter].name ==
    "sku_cond")
    document.getElementsByTagName("input")[iter].value =
    skuCondMeta[counter].content;
    Thanks for the help!
    -Scott

    I'm trying to use a calendar in my jsp pages. The code
    of that calendar is in a js file and is writen in
    JavaScript. I call the function from a html tag:
    <input type="text" name="date" id="date">
    Click
    here to enter a date
    In the js file there is a function
    show_calendar(textfieldname, dir)
    and lines
    var txtboxObj = textfieldname;
    and
    document.getElementById(txtboxObj).value =
    getdate(d,m,y);
    My problem now is that when I use Netscape 7.01 the
    calendar is not passing data to the input field in the
    parent window and I get the message:
    Error: document.getElementById(txtboxObj) has no
    properties
    In IE it is working with no problems.Obviously a JS problem. Go to a Javascript forum. You will be more likely to find people who know.

  • 'TypeError: dw.getDocumentDOM() has no properties' message keeps coming up in dreamweaver? Help?

    Using Dreamweaver CS5.5 on a Mac.
    My error message:
    While executing DW_WordWrap checked in toolbars.xml, the following JavaScript error(s) occurred:
    TypeError: dw.getDocumentDOM() has no properties.
    Any help on what I can do to fix this??

    Try steps 4 and 12 here.
    http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html# main_Troubleshooting_steps

  • Javascript: 'has no properties' error

    Stumped by javascript once again. Can anyone see why I'm
    getting a 'mybuton
    has no properties' error in this script:
    javascript:
    var mybutton = document.getElementById('lnkBtn_delete');
    var oldonclickfunction = mybutton.onClick; //old postback
    method
    mybutton.onClick=function() {
    if(confirm('Are you sure you want to delete this record?'))
    {oldonclickfunction();}
    else{ return false;}
    HTML:
    <a id="lnkBtn_delete"
    href="javascript:__doPostBack('lnkBtn_delete','')">
    <img
    src="/assets/admin_interfaces/assets/icon_dbDelete.gif"
    border="0">Delete This Bio
    </a>
    I'm hoping this is just a javascript issue, but do note that
    this is an
    ASP.net app as well, so, it might have to do with the
    postback function as
    well.
    -Darrel

    darrel wrote:
    > Stumped by javascript once again. Can anyone see why I'm
    getting a 'mybuton
    > has no properties' error in this script:
    "mybuton", typo?
    >
    > javascript:
    >
    > var mybutton = document.getElementById('lnkBtn_delete');
    > var oldonclickfunction = mybutton.onClick; //old
    postback method
    > mybutton.onClick=function() {
    > if(confirm('Are you sure you want to delete this
    record?'))
    > {oldonclickfunction();}
    > else{ return false;}
    > }
    What are you trying to do here?
    mybutton doesn't exist until 'lnkBtn_delete' is loaded onto
    the page.
    __doPostBack(), function definition?
    You have a URL?
    Mick
    >
    > HTML:
    >
    > <a id="lnkBtn_delete"
    href="javascript:__doPostBack('lnkBtn_delete','')">
    > <img
    src="/assets/admin_interfaces/assets/icon_dbDelete.gif"
    > border="0">Delete This Bio
    > </a>
    >
    > I'm hoping this is just a javascript issue, but do note
    that this is an
    > ASP.net app as well, so, it might have to do with the
    postback function as
    > well.
    >
    > -Darrel
    >
    >

  • TypeError: matches has no properties

    Encountered this when trying to export CSS and Images.  What does it mean?  See attached for your referrence.
    Thanks in advance!

    Well it's not fireworks, but google led me here... same issue with Dreamweaver, getting, "Translate error: TypeError: matches has no properties". I googled that phrase, and found this, saw it was unanswered and thought that my addition may help someone do the problem solving. Maybe it is a similiar issue do to the fact they are both image editing packages... they are both Adobe... So it makes me wonder what is the commonality in this? I'm not using any custom web fonts. Hmmmmmm. The link to the file I'm working on is: americanjunkieaz.com/index2.html. Any help is appreciatedc and sorry to cross app post; but it seemed relevant do the the commonalities afore mentioned. Thanks.

  • TypeError :  air has no properties

    Hi guy!
    I tried to use trace function of air object
    My html file is :
    <html>
    <head>
    <title>Sandbox Bridge Test</title>
    <script type="text/javascript" src="AIRAliases.js"></script>
    <script type="text/javascript">           
                function doLoad() {
                try {             
                  air.trace("Coucou");
                 catch (e)
                 {alert(e)}
            </script>
    </head>
    <body onload="doLoad();">
    <h3>Application Sandbox Content</h3>
    <hr />
    </body>
    </html>
    But the eval function prints "TypeError :  air has no properties", what's wrong ?

    Have you included the AIRAliases.js file in the same directory as the HTML file? They should both be in the main application directory (or a subdirectory).

  • FABridge.flash has no properties

    I'm in the process of building a controller swf application
    that I can embed in html type applications (like jsf) and then use
    the controller to communicate between a flex application and
    "launched" jsf applications. I'm using the FABridge to
    facilitate the comunication betweem the html based
    application and the swf controller.
    All appears to work fine the first time, but on subsquent
    invocations I get a type error : FABridge.flash has no properties.
    This happens in firefox and Internet Explorer.
    Here's the chain of events:
    1) Start by Flex launcher applicaton
    2) Launch a simple htmp app that has my swfcontroller
    embedded in it.
    3) the swf controller initializes and fetches login
    credentials from the Launcher in step1.
    4) the simple htmp app displays the login credentials.
    5) I close the htmp page launched in step 2
    6) Launch again, get the tyype error: FABridge.flash has no
    properties
    Any help would be appreciated.
    Thanks
    Jim Kohn

    I have similar experience. Not sure how is the bridge object
    created/initialized. I tried something like this in the mxml:
    <fab:FABridge xmlns:fab="bridge.*" bridgeName="myBridge"
    />
    and this failed as well:
    var flexApp = FABridge.myBridge.root();
    The Javascript exception appears to indicate that the bridge
    object was not initialized.
    Any help from the community to resolve this is highly
    appreciated. Thanks.
    FYI, am using the IE6 + Flash Player 9. Had similar issue
    with Firefox 2.0.0.1.
    Thanks.
    FYI, this is the full HTML:
    <!-- saved from url=(0014)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title></title>
    <script src="AC_OETags.js"
    language="javascript"></script>
    <style>
    body { margin: 0px; overflow:hidden }
    </style>
    <script language="JavaScript" type="text/javascript"
    src="bridge/FABridge.js"></script>
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 0;
    // -->
    var flexApp = FABridge.myBridge.root();
    var chart = flexApp.getPanel().getChildByName("chart");
    var dp = [];
    for(var i=0; i < 30; i++) {
    dp.push( {apples: Math.random()*100, oranges:
    Math.random()*100} );
    chart.setDataProvider(dp);
    </script>
    </head>
    <body scroll="no">
    <script language="JavaScript" type="text/javascript"
    src="history.js"></script>
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to
    start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values defined in globals
    var hasRequestedVersion =
    DetectFlashVer(requiredMajorVersion, requiredMinorVersion,
    requiredRevision);
    // Check to see if a player with Flash Product Install is
    available and the version does not meet the requirements for
    playback
    if ( hasProductInstall && !hasRequestedVersion ) {
    // MMdoctitle is the stored document.title value used by the
    installation process to close the window that started the process
    // This is necessary in order to close browser windows that
    are still utilizing the older version of the player after
    installation has completed
    // DO NOT MODIFY THE FOLLOWING FOUR LINES
    // Location visited after installation is complete if
    installation is required
    var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
    var MMredirectURL = window.location;
    document.title = document.title.slice(0, 47) + " - Flash
    Player Installation";
    var MMdoctitle = document.title;
    AC_FL_RunContent(
    "src", "playerProductInstall",
    "FlashVars",
    "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"" ,
    "width", "100%",
    "height", "100%",
    "align", "middle",
    "id", "testPrj1",
    "quality", "high",
    "bgcolor", "#869ca7",
    "name", "testPrj1",
    "allowScriptAccess","sameDomain",
    "type", "application/x-shockwave-flash",
    "pluginspage", "
    http://www.adobe.com/go/getflashplayer"
    } else if (hasRequestedVersion) {
    // if we've detected an acceptable version
    // embed the Flash Content SWF when all tests are passed
    AC_FL_RunContent(
    "src", "testPrj1",
    "width", "100%",
    "height", "100%",
    "align", "middle",
    "id", "testPrj1",
    "quality", "high",
    "bgcolor", "#869ca7",
    "name", "testPrj1",
    "flashvars",'historyUrl=history.htm%3F&lconid=' + lc_id
    + '%3F&bridgeName=myBridge'+'',
    "allowScriptAccess","sameDomain",
    "type", "application/x-shockwave-flash",
    "pluginspage", "
    http://www.adobe.com/go/getflashplayer"
    } else { // flash is too old or we can't detect the plugin
    var alternateContent = 'Alternate HTML content should be
    placed here. '
    + 'This content requires the Adobe Flash Player. '
    + '<a href=http://www.adobe.com/go/getflash/>Get
    Flash</a>';
    document.write(alternateContent); // insert non-flash
    content
    // -->
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    id="testPrj1" width="100%" height="100%"
    codebase="
    http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
    <param name="movie" value="testPrj1.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#869ca7" />
    <param name="flashvars" value="bridgeName=myBridge"/>
    <param name="allowScriptAccess" value="sameDomain" />
    <embed src="testPrj1.swf" quality="high"
    bgcolor="#869ca7"
    width="100%" height="100%" name="testPrj1" align="middle"
    play="true"
    loop="false"
    quality="high"
    allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash"
    pluginspage="
    http://www.adobe.com/go/getflashplayer">
    </embed>
    </object>
    </noscript>
    <iframe name="_history" src="history.htm" frameborder="0"
    scrolling="no" width="22" height="0"></iframe>
    </body>
    </html>

  • TypeError: s has no properties

    Hello Everyone
    I have FlashChat with Voice running. Ever since I run the
    voice chat, my server just randomly freezes and stops responding.
    This seems to happen when the voice chat gets 3 or more users. So I
    checked the log and it was giving this error
    Sending error message: C:\Program Files\Macromedia\Flash
    Media Server 2\scriptlib\components\connectionlight.asc: line 100:
    TypeError: s has no properties
    Sending error message: Failed to execute method (ping).
    What does that mean? How can I fix this problem?
    Thanks

    I get the same problem. The only thing I could do is keep hitting space bar (to close the message) while also trying to switch to another open tab by clicking on it.
    If you can get the tab open inbetween the message box flashing up, then it will go away

  • TypeError: str has no properties

    Whenever I try and export to CSS my Fireworks page containing a TextField form either HTML or Advanced HTML Common Library I get and error:
    TypeError: str has no properties.
    Im using Fireworks CS4.
    any help or suggestions would be greatly appreciated.

    i think i may have found the problem. i installed the HTML Enhanced Common Library after i did my CS4 install. i followed the instructions and renamed my CssLayers.htt to old_CssLayers.htt and then installed the new CssLayers.htt in the CS4 Update file that i downloaded. i completed the remaining steps in the installation.
    however, i went back and replaced the new CssLayers.htt that i donwloaded with my original CssLayers.htt that i had saved as old_CssLayers.htt and the problem appears to have gone away.
    my question now is how do i add the HTML Enhanced Common Library to my current Fireworks CS4 which is 10.0.3.011 ??
    thanks

  • GetData(): rows has no properties

    Hello,
    I've got the following code:
    function Update(id) {
    var observer = new Object;
    var rows = null;
    var chat = new
    Spry.Data.XMLDataSet("/xmldataset.php?liste=x&id=" + id,
    "/data/field", {useCache:false});
    observer.onDataChanged = function(dataSet, data) {
    rows = chat.getData();
    chat.addObserver(observer);
    chat.loadData();
    for (i = 0; i < rows.length; i++) {
    document.GetElementById('xyz').innerHtml += '<span>' +
    rows
    ['field'] + '</span><br />';
    but I alway get the error:
    rows has no properties (for (i = 0; i < rows.length;
    i++)). What wrong? Thanks for your help

    I was having problems with this and I need to add an observer
    to the data set to call getData once the data is loaded. Try this:
    var chat = null;
    var rows = null;
    function Update(id)
    chat = new
    Spry.Data.XMLDataSet("/xmldataset.php?liste=x&id=" + id,
    "/data/field", {useCache:false});
    chat.addObserver(isDataLoaded);
    chat.loadData();
    function isDataLoaded(notificationType, dataSet, data)
    if (notificationType == 'onPostLoad')
    rows = chat.getData();
    showData();
    else if (notificationType == 'onLoadError')
    alert('Error loading data.');
    function showData()
    for (i=0;i<rows.length;i++)
    document.GetElementById('xyz').innerHtml += '<span>' +
    rows
    .field + '</span><br />';

  • MM.event has no properties

    I am getting the dreaded "MM.event has no properties" error warning, and Dreamweaver CS3 will not copy or paste.
    I'm using Dreamweaver CS3 9.0, on a MacBook Pro running OS X 10.5.6. I have 4 gigs of RAM. (Fireworks CS3 is working fine.)
    I can't reinstall, by the way, because my organization is out of our office due to renovations, and the software box that has CS3 in it has gone into cold storage until our office is reopened.
    If someone can help me, I'd really appreciate it, because I've got a job that needs to get done in the next couple of days, and not having copy/paste is a huge pain in the ***.
    Thanks.

    I appreciate the pointer to the Adobe info, but none of this worked.
    I'm going to have to buy another copy of Dreamweaver, because I just don't have time to figure out how to fix this.
    By the way, if anyone from Adobe is reading this, I have a VERY low opinion of your customer support. Too bad -- this is the way companies damage their reputations, in some cases in ways that can't easily be fixed. Just ask Dell. . . .

  • MM.Nokia has no properties

    I get the Error: MM.Nokia has no properties when I try to
    access the WML menu with the Nokia WML Studio installed. I can't
    get beyond that. Has anyone seen this error?
    Jim

    I appreciate the pointer to the Adobe info, but none of this worked.
    I'm going to have to buy another copy of Dreamweaver, because I just don't have time to figure out how to fix this.
    By the way, if anyone from Adobe is reading this, I have a VERY low opinion of your customer support. Too bad -- this is the way companies damage their reputations, in some cases in ways that can't easily be fixed. Just ask Dell. . . .

  • Document.forms.j_id_id19['jsfcrud.currentVhtyp'] has no properties

    I am getting the below error when i click to edit an object in the jsf crud table.
    document.forms.j_id_id19['jsfcrud.currentVhtyp'] has no properties

    I am using netbeans with glassfish
    Product Version: NetBeans IDE 6.1 (Build 200805300101)
    Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
    System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
    the application when constructed through the wizard worked ok adding entity classes from database and then jsf pages from entity classes.
    after adding jsf bean session managed and adding handling code for creating a login form it has now started giving the error mentioned earlier
    document.forms.j_id_id19['jsfcrud.currentVhtyp'] has no properties
    JSF version 1.2_04
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 1.5.0_14-b03 (Sun Microsystems Inc.)
    Edited by: jazzman2 on Jul 4, 2008 12:26 AM

  • DummyForm.elements.jscook_action has no properties

    Hi,
    I build a jsCookMenu, now it is ok, but the link to the pages is not working, and the errors showing are this:
    Erro: Propriedade desconhecida 'filter'. Declara��o interrompida.
    Arquivo-fonte: http://localhost:8080/teste/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11559084/navmenu.jscookmenu.HtmlJSCookMenuRenderer/ThemeIE/theme.css;jsessionid=5472DA30BC5ABCA4F47981B7E5E3B024
    Linha: 33
    Erro: dummyForm.elements.jscook_action has no properties
    Arquivo-fonte: http://localhost:8080/teste/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11559084/navmenu.jscookmenu.HtmlJSCookMenuRenderer/MyFacesHack.js;jsessionid=5472DA30BC5ABCA4F47981B7E5E3B024
    Linha: 29
    Anybody alread had these erros? How are you fixed?
    Thanks.

    Did you solve the problem?
    I encountered this error too. Before that happened I used Tomahawk 1.1.1. The navigation through navigation rules worked. The apllication is constructing a dynamic menu dependend on the user. The following statements where used to create a menu item.
    String itemlabel = "Page1";
    String action = "go_page1"; // A]go_page1 doesn't work
    NavigationMenuItem item = new NavigationMenuItem(itemlabel, action, null, false);
    The content of the web.xml is
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <context-param>
              <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
              <param-value>server</param-value>
         </context-param>
         <context-param>
              <param-name>javax.faces.CONFIG_FILES</param-name>
              <param-value>/WEB-INF/navigation.xml,/WEB-INF/managed-beans.xml</param-value>
         </context-param>
         <context-param>
              <param-name>com.sun.faces.validateXml</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
              <param-name>com.sun.faces.verifyObjects</param-name>
              <param-value>false</param-value>
         </context-param>
         <filter>
              <filter-name>MyFacesExtensionsFilter</filter-name>
              <filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filter-class>
         </filter>
         <filter>
    <filter-name>UploadFilter</filter-name>
         <filter-class>com.sun.rave.web.ui.util.UploadFilter</filter-class>
         <init-param>
         <description>
         The maximum allowed upload size in bytes. If this is set
         to a negative value, there is no maximum. The default
         value is 1000000.
         </description>
         <param-name>maxSize</param-name>
         <param-value>1000000</param-value>
         </init-param>
         <init-param>
         <description>
         The size (in bytes) of an uploaded file which, if it is
         exceeded, will cause the file to be written directly to
         disk instead of stored in memory. Files smaller than or
         equal to this size will be stored in memory. The default
         value is 4096.
         </description>
         <param-name>sizeThreshold</param-name>
                   <param-value>4096</param-value>
              </init-param>
         </filter>
         <!-- wird noch nicht verwendet
         <filter>
    <filter-name>ZugriffsFilter</filter-name>
    <filter-class>com.asci.control.ZugriffsFilter</filter-class>
         </filter>
         <filter-mapping>
         <filter-name>ZugriffsFilter</filter-name>
         <servlet-name>Faces Servlet</servlet-name>
         </filter-mapping>
         -->
         <!-- extension mapping for adding <script/>, <link/>, and other resource tags to JSF-pages -->
         <filter-mapping>
         <filter-name>MyFacesExtensionsFilter</filter-name>
         <!-- servlet-name must match the name of your javax.faces.webapp.FacesServlet entry -->
         <servlet-name>Faces Servlet</servlet-name>
         </filter-mapping>
         <!-- extension mapping for serving page-independent resources (javascript, stylesheets, images, etc.) -->
         <filter-mapping>
         <filter-name>MyFacesExtensionsFilter</filter-name>
         <url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
         </filter-mapping>
         <filter-mapping>
              <filter-name>UploadFilter</filter-name>
              <servlet-name>Faces Servlet</servlet-name>
         </filter-mapping>
         <servlet>
         <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
         <load-on-startup>1</load-on-startup>
         </servlet>
         <servlet>
              <servlet-name>ThemeServlet</servlet-name>
              <servlet-class>com.sun.rave.web.ui.theme.ThemeServlet</servlet-class>
         </servlet>
         <servlet>
              <description>L�dt Konfigurations- und Grunddaten</description>
              <display-name>AppInitServlet</display-name>
              <servlet-name>AppInit</servlet-name>
              <servlet-class>com.asci.control.AppInitServlet</servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>/faces/*</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>ThemeServlet</servlet-name>
              <url-pattern>/theme/*</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>AppInit</servlet-name>
              <url-pattern>/appinit</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>faces/Login.jsp</welcome-file>
         </welcome-file-list>
         <jsp-config>
              <jsp-property-group>
                   <url-pattern>*.jspf</url-pattern>
                   <is-xml>true</is-xml>
              </jsp-property-group>
         </jsp-config>
    </web-app>
    This all worked.
    On the site http://www.irian.at/myfaces/jscookmenu.jsf I learned that there are other possibilities to use the jsCookMenu, links and action listeners. But it seemed that they didn't work with Tomahawk 1.1.1, did they? May be i did a misteak. I tried
    String action = "A]http://localhost:8080";
    NavigationMenuItem item1 = new NavigationMenuItem("Link1", null);
    and
    String action = "http://localhost:8080";
    NavigationMenuItem item2 = new NavigationMenuItem("Link2", null);
    Both didn't work. Now I downloaded tomahawk 1.1.3, renamed tomahawk-1.1.3.jar to tomahawk.jar, replaced the old version and moved the <t:jscookMenu> into a form.
    During next Tomcat startup (5.0.28) an error occured:
    06.09.2006 18:26:31 org.apache.myfaces.component.html.util.ExtensionsFilter <init>
    WARNUNG: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter
    Nevertheless the application was loaded. Login was successfull but when the first page containing the menu was loading an Exception was thrown:
    com.sun.rave.web.ui.appbase.ApplicationException: javax.servlet.ServletException: org/apache/commons/lang/builder/HashCodeBuilder
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java:601)
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:316)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
    This log shows that HashCodeBuilder was missing
    2006-09-06 18:44:04 ApplicationDispatcher[nef] Servlet.service() for servlet jsp threw exception
    java.lang.NoClassDefFoundError: org/apache/commons/lang/builder/HashCodeBuilder
    After searching the web I downloaded commons-lang-2.1.jar and added it to WEB-INF/lib. During next Tomcat startup the WARNING didn't disappear.
    06.09.2006 18:47:20 org.apache.myfaces.component.html.util.ExtensionsFilter <init>
    WARNUNG: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter
    Now the first page with jscookmenu was loaded successfull, but there was found an error in the logs:
    06.09.2006 18:56:09 org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader getLastModified
    SCHWERWIEGEND: Unparsable lastModified : @lastModified@
    What does that mean? This error occurs only once.
    Now the links are working. (status bar of Firefox 1.5.0.6 shows "form1__id1_menu:A]http://localhost:8080/nef".)
    But the former navigation with navigation rules is not working. The reason is the following javascript error, which shows the JavaSript-Console plugin for Firefox:
    Fehler: dummyForm has no properties
    Quelldatei: http://localhost:8080/nef/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11575617/navmenu.jscookmenu.HtmlJSCookMenuRenderer/MyFacesHack.js
    Zeile: 29
    What's the matter?
    Thank you.

Maybe you are looking for