Difficulty Visual Editor JSP when Tomahawk is installed?

Can anyone suggest how to fix my JDeveloper Setup, so I can still use the Visual Editor with Tomahawk installed?

I installed the Apache MyFaces Tomahawk 1.1.8 component library in my environment JDeveloper 10.1.3.3 on a Windows Vista workstation. Then the deployed web application works very well with the new components, the Visual JSP editor in JDeveloper mess up all my JSP pages, if they understand Tomahawk taglib directive or not. The only things on the pages seem simple JSP blocks as the 'Directive of the Page', 'View', 'Html', 'Head' and 'Body', rather than make the ADF Faces or Tomahawk components.

I activated the option "see design time Messages in the journal" in preferences & gt; JSP and HTML Visual Editor. Here's one of the many exceptions that I see in the log:
Error exercising tag : jsp:directive.include
javax.servlet.jsp.JspException: Cannot find FacesContext
    at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:427)
    at com.sun.faces.taglib.html_basic.OutputTextTag.doStartTag(OutputTextTag.java:155)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.doStartTag(DesignTimeJspActionRenderer.java:1314)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer._executeBeforeTag(DesignTimeJspActionRenderer.java:1984)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderIncludeTagFragment(DesignTimeJspActionRenderer.java:562)
    at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.renderAsInclude(FacesActionRenderer.java:284)
    at oracle.jdevimpl.webapp.design.renderer.JspActionRenderer.renderInclude(JspActionRenderer.java:304)
    at oracle.jdevimpl.webapp.design.renderer.JspActionRenderer.render(JspActionRenderer.java:196)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderCurrentParentJspNode(DesignTimeJspActionRenderer.java:945)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer._executeCustomParentTag(DesignTimeJspActionRenderer.java:1778)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderCustomParentNode(DesignTimeJspActionRenderer.java:891)
    at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.renderAsInclude(FacesActionRenderer.java:276)
    at oracle.jdevimpl.webapp.design.renderer.JspActionRenderer.renderInclude(JspActionRenderer.java:304)
    at oracle.jdevimpl.webapp.design.renderer.JspActionRenderer.render(JspActionRenderer.java:196)
    at oracle.jdevimpl.webapp.design.DesignTimeRenderer.renderChildren(DesignTimeRenderer.java:423)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderChildren(DesignTimeJspActionRenderer.java:772)
    at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.renderChildren(FacesActionRenderer.java:368)
    at oracle.jdevimpl.webapp.design.DesignTimeRenderer.render(DesignTimeRenderer.java:310)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderIcon(DesignTimeJspActionRenderer.java:1531)
    at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.render(FacesActionRenderer.java:95)
    at oracle.jdevimpl.webapp.design.DesignTimeRenderer.renderChildren(DesignTimeRenderer.java:423)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderChildren(DesignTimeJspActionRenderer.java:772)
    at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.renderChildren(FacesActionRenderer.java:368)
    at oracle.jdevimpl.webapp.design.DesignTimeRenderer.render(DesignTimeRenderer.java:310)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderIcon(DesignTimeJspActionRenderer.java:1531)
    at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.render(FacesActionRenderer.java:95)
    at oracle.jdevimpl.webapp.design.DesignTimeRenderer.renderChildren(DesignTimeRenderer.java:423)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderChildren(DesignTimeJspActionRenderer.java:772)
    at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.renderChildren(FacesActionRenderer.java:368)
    at oracle.jdevimpl.webapp.design.DesignTimeRenderer.render(DesignTimeRenderer.java:310)
    at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.renderIcon(DesignTimeJspActionRenderer.java:1531)
    at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.render(FacesActionRenderer.java:95)
    at oracle.jdevimpl.webapp.design.DesignTimeRenderer.renderChildren(DesignTimeRenderer.java:423)
    at oracle.jdevimpl.webapp.jsp.renderers.JSPCoreSyntaxRenderer.render(JSPCoreSyntaxRenderer.java:82)
    at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet._renderSource(DesignTimeJspServlet.java:195)
    at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet.serviceJsp(DesignTimeJspServlet.java:109)
    at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet.service(DesignTimeJspServlet.java:73)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:274)
    at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:236)
    at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:681)
    at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:626)
    at oracle.jdevimpl.webapp.design.DesignTimeRenderThread.service(DesignTimeRenderThread.java:74)
    at oracle.jdevimpl.webapp.design.DesignTimeEngine.service(DesignTimeEngine.java:348)
    at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument._serviceJsp(DesignTimeViewDocument.java:881)
    at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument.rebuildTree(DesignTimeViewDocument.java:139)
    at oracle.jdevimpl.webapp.design.view.DesignTimeFixedViewDocument.rebuildTree(DesignTimeFixedViewDocument.java:154)
    at oracle.jdevimpl.webapp.model.content.dom.view.proxy.ProxyViewDocument.initialize(ProxyViewDocument.java:80)
    at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.rebuildViewDocument(AbstractWebAppEditor.java:686)
    at oracle.jdevimpl.webapp.editor.html.HtmlEditor.rebuildViewDocument(HtmlEditor.java:621)
    at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEditor.java:209)
    at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1206)
    at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
    at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
    at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
    at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
    at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
    at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
    at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
    at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
    at oracle.ideimpl.editor.SplitPaneState.loadStateInfo(SplitPaneState.java:407)
    at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:970)
    at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1751)
    at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
    at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
    at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
    at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
    at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
    at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
    at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
    at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:353)
    at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:1824)
    at oracle.ide.layout.Layouts.activate(Layouts.java:758)
    at oracle.ide.layout.Layouts.activateLayout(Layouts.java:179)
    at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:743)
    at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
If I remove my project from the library of Tomahawk and restart JDeveloper, the Editor seems to display things correctly. When I add again, the Editor appears fine until I restart JDeveloper, once again, then as he does not know how to display the faces of components. I tried to move the Tomahawk library both up and down my list of libraries without change.

If you added the filter and the filter as described in [http://myfaces.apache.org/tomahawk/extensionsFilter.html] mapping your web.xml file, maybe that's your problem. I don't know why this disables the Visual editor of JSP, but it happened to me also. It is really unnecessary to add this unless you use downloading files of tomahawk components. And you can always use the file upload component ADF faces instead.

Tags: Java

Similar Questions

  • Errors when trying to install KB2251481 - update of security for Microsoft Visual Studio 2005 Service Pack 1 XML Editor

    I try to install the KB2251481update:

    Update of security for Microsoft Visual Studio 2005 Service Pack 1 XML Editor

    When I run it on my computer in the Panel of control/updates section to update, it fails. I get an error from the A66 without details.

    Here's a screenshot of the error of the A66.

    I am running Vista Home Premium.

    It has been suggested for this A66 error to go to the section control/uninstall Panel, click on the "MS .net Framework 4 Client Profile" and fix it. I did it successfully. I tried to run the update again; and he failed again with the error of the A66.

    I read a post on another forum of MS who suggested downloading the patch here:

    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&ID=26383

    I downloaded and tried to run. I read the description. He said it was for VS 2005 for Vista.
    He failed. I got another error:

    "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded is may be missing or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch. »

    Here is a screenshot on my account Flickr of this error.

    Can anyone help with these errors so that I can install the update for Visual Studio 2005?
    Am I missing something?
    I can provide more information?

    Marz

    Solution for the problem of installation KB2251481 here:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_update/KB2251481-security-update-for-Microsoft-Visual/be3135e1-b1ed-4430-BE22-1aaf8485c249

  • When in my wordpress dashboard, the Visual Editor does not work?

    Regularly when I'm in my wordpress dashboard, the Visual Editor does not work. Sometimes, not all the time. I tried the following:
    Disabled individual plug-ins
    Theme modified
    cache cleared
    uninstalled, then reinstalled Firefox
    'disable the Visual Editor' unchecked

    Thanks a lot for any help

    When this happens, you are totally unable to type/edit in the edit box, or are there limited functionality? The toolbar appear?

  • Get error messaga to install Visual C++ when trying to install Streets & trips

    Original title: editing ms visual c ++

    I bought MS Streets and Trips.  When I try to install it, a box pops up saying that I have to install MS Visual C++.  When I told it to do, is said an error occurred and the installation is cancelled.  I can not load MS Streets & Trips because of this.

    Thank you

    Rick

    Hello


    What operating system is installed on the computer?

    Method 1: perform the steps in the article mentioned below and check if the problem occurs.
    http://support.Microsoft.com/kb/258496

    Method 2: If the problem persists, you can contact Support for Streets & Trips.
    http://support.Microsoft.com/ph/851

    Hope this information helps.
  • Error mismatch when trying to install MS Visual C++ on windows 7 Home Premium.

    Original title: How can I install MS Visual C++ in the home premium to Windows 7? as I am facing problem in installation. Please help me.

    Windows highlights incompatibility error when I install MS Visual C++ in windows 7 HomePremium, wherever she works well under windows Ultimate?

    Please help me soon...

    Hi BraveLeos,

    1. What is the exact error message that you receive?

    2. what version of Visual C++ you are trying to install?

    If you try to install it using windows updates, then you can try to download and install the latest version manually.

    You can view the links to download the same.
    My PC running the 32-bit version or 64-bit Windows?

    For Windows 7 32-bit: Download details: Microsoft Visual C++ 2010 Redistributable Package (x 86)

    For Windows 7 64-bit: Download details: Microsoft Visual C++ 2010 Redistributable Package (x 64)

  • Trial version of Streets & Trips, but it will not install. I get an error message indicating that Microsoft Visual C++ 2010 Redistributable must be installed

    original title: trial version of Streets and Trips
    I downloaded streets and trips 2011 version of track, but it will not install.  I get an error message indicating that Microsoft Visual C++ 2010 Redistributable must be installed.  It has been installed and then I get another error message saying "one of the prerequisite components failed to install. Implemented now will end "what can I do to start the installation of Streets and Trips?

    Hello

    Which edition of Windows are you using?

    Example of Windows 7 ultimate 64-bit.

    Please follow the steps mentioned below to help solve the problem.

    Method 1

    a. perform a clean boot

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: follow step 7 to put the computers start to Normal upward departure mode once you have completed all troubleshooting.

    The article above applies to Windows Vista and Windows 7.

    b. now, try to install the game and check if it helps.

    If the problem persists then please continue to,.

    Method 2

    Error message when you install a Microsoft game or a mapping program

    http://support.Microsoft.com/kb/258496

    Method 3

    You receive an error message on the required components, Error 1316 or error 1722 when you try to install Streets and Trips

    http://support.Microsoft.com/kb/254435

    The article above applies to the versions of Streets & trips

    You can also post your request in the forum Street and the TRIPS Agreement.

     

    Hope this information helps.

  • Error message trying to install streets and trips 2011 - .microsoft visual c++ 2010 redistributable will not install

    I just bought Streets & trips 20011.  I uninstalled S & T 2007.  When I try to install S & T 2011, I get an error message saying that microsoft visual c++ 2010 redistributable cannot be installed.  Same thing if I try to install from the DVD or download. I 10.0.40219 c ++ 2010 is installed.  I use win 7 pro and Office 2010 Pro installed.  I've read elsewhere that S & T 2011 will not work with the latest patch for microsoft visual c++ 2010 redistributable.  If that's true then I would like official confirmation in order to be able to return S & T and get my money back.  Otherwise I won't be able to return, because I opened the package.

    Thanks in advance for any help you can offer

    SOLVED!

    I called the 1-800-MICROSOFT to support.  I have given a file number and transferred to technical support.  The answer was so simple I wonder why MS isn't just after it.  So here it is:

    After trying and failing to install the downloaded version of Microsoft Streets and Trips 2011 trial (failed, because I have the latest version of microsoft visual c++ 2010 redistributable and the program trys to install an earlier version, but then just ends) there will be a subfolder and subfolders installation on your hard drive files.
    go to the "Microsoft Streets and Trips 2011\ST2011\Streets\MSMap\" folder and run the file called "data .msi.
    The program will install and everything is good.
  • UIX Visual editor for the development of the OAF?

    Hi all

    Please let me know if anyone has used the Visual Editor UIX for OAF pages developing using JDeveloper 10.1.3.
    Where can we find UIX Editor.
    What is a separate tool that must be installed or built-in sound with JDeveloper.

    It is not a Visual editor for pages of the OFA.

    You will have to wait for the next version of the ORACLE APPLICATIONS, I mean the version of Fusion which has not yet been published.

    The pages of the version of the merger will be personalized with an "overhaul" of jdeveloper (with an extension to interact with applications.) with a Visual Editor.

    Juanje

  • Firefox will import the homepage automatically from my old browser when it is installed?

    Firefox will import the homepage automatically from my old browser when it is installed? If so, is this the case for IE8, Chrome etc.?

    Hello Bob, yes the firefox import wizard who also appear the first time you run firefox should be able to transfer this IE setting.

    Import Favorites from Internet Explorer

  • Three beeps when trying to install snow leopard

    Hey guys, this imac has el capitan, I am trying to reinstall snow leopard but I get 3 beeps. This research, I came across info suggesting either bad ram or I'm going to need at least a 10.6.7 to a flash drive as suggested in this thread here: three beeps when trying to install snow leopard

    I have the original disc from apple with 10.6.3. Possible to use this disc or my only option would be to try to get an OS x 10.6.7 on a USB? If so, I just found the 10.6.7 here: *.

    I have it on my windows desktop. I guess my next step should be to install on a bootable flash drive. So yes, I have a 16 gb flash drive that I use for windows, do I need to reformat for mac first and then copy the dmg file downloaded to it?

    < link published by host >

    You're right, three beeps point to a problem with the RAM. The first thing to do is to remove and reinstall ensure that it is firmly in place. If not, then replace the RAM, if you bought it from Crucial or OWC then the RAM has a lifetime warranty.

  • When I first installed the new 5.1 icloud, OUTLOOK 2016 worked well. Updated windows 10 and know icloud will not work. ICloud show that it works.

    When I first installed the new 5.1 icloud, OUTLOOK 2016 worked well. Updated windows 10 and know icloud will not work. ICloud show that it works. Have reinstalled icloud a lot of time and know that the add-in does not show up in OUTLOOK.  Help

    I was pulling my hair re the incompatibility of iCloud and Outlook of Office 365 2016.  I finally got things to work on three of my computers - which are on the latest version of Windows 10.

    The steps that worked for me:

    (1) uninstall the plugin iCloud (what version you have); the uninstall may fail but if so don't worry as step 3 below overlays some iCloud plugin version you have installed

    (2) open the Control Panel, uninstall, change/repair Office 365; Select fast repair

    (3) reinstall iCloud plugin (version 5.1), then restart the system by following the instructions

    (4) after the reboot, plug in iCloud application Apple ID and password; Make sure that you enter your apple with the suffix icloud.com ID (e.g., [email protected])

    (5) check the iCloud options to your will (e.g., photo synch, synchronization of bookmarks, sync mail/calendar, etc.)

    (6) check apply it, leave the work plugin iCloud for a minute, when he finishes, check the closing

    (7) open Outlook 2016 and check your calendar or contacts or anything that you indicated in step 5, that you want to synchronize with iCloud.com

    I hope it works for you!

  • Why my compiled exe asks for the location of the subvis when it is installed on a different computer?

    Hello

    I have a piece of deployable software, I developed and so I created two build specifications to produce an .exe file and a Setup program.

    The build for the installer specification includes the exe compiled and all the SubVIs necessary to reside in a subdirectory in the installation directory, and when it is installed on another computer, the SubVIs are in the right place.

    However, when I install and run it on another computer, a dialog box appears prompting for the location of the SubVIs, I select whoever he wants, and he then charge the remaining screws and works normally.

    Is it something to fundamentally miss the way SubVIs are called after using an installer, or y at - it a way to group them in the .exe or the installer so that I do not receive the dialog box?

    Many thanks in advance,

    Sam


  • code 646 error when trying to install microsoft 9

    When trying to install microsoft 9

    See: http://support.microsoft.com/kb/2258121

    TaurArian [MVP] 2005-2011 - Update Services

  • Receive error 646 when attempt to install automatic updates

    several updates fail to install automatically and are listed as having failed in the update error code 646 story but when I manually install they go on the list of installed updates and if I try to reinstall I get the message that they are already on the system, but still they show as failed in the action center of windows and on the history of updates list. Who is this. they are there or not? I ran a windows Cleanup. tried to remove and reinstall, reboot. I always get the message failed. It's 979441 and 982331. I had problems with the automatic updates before but were able to install and get the deleted manually failure message. I was told this morning when I tried to manually reinstall I did not require 2331 441 and it was already there.

    Hello

    Here's what I recommend you do:

    1 disable UAC. Down comes the restrictions - turn it off completely.
    2 restart your computer for the change to take effect.
    3 re - download the update of security for Microsoft Office System 2007 (KB982331) from the link below:
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=7f89a734-cda4-4abb-9a10-f6dfe560e8d0&displaylang=en
    4. install. It should work fine.
    5. If it still does not work, try to open all or part of your MS Office applications (such as MS Word, MS Excel, etc.).
    6. follow steps 3-4.
    7. If it still does not work, follow step # 3 again. After you download it, try to disconnect your computer from the internet (unplug the internet cable or turn off the modem). Then, try to install the downloaded (KB982331). It should work this time.

    Let me know your results.

    WARNING: This is only a WORKAROUND and not a RESOLUTION. We worked tirelessly to find the solution. Thank you.

  • Error code received 646 when trying to install update KB981715

    Error code reveived 646 when trying to install update KB981715.  If the automatic update is enabled, why should I even receive an answer?

    Common problem. Download the updated Office and install it manually.

    http://www.Microsoft.com/downloads/details.aspx?FamilyId=D5135DEE-5B41-4C05-9483-A82045C8F4F5&displaylang=en

    Save it to a location on your hard drive, you can find and then manually install it.

    TaurArian [MVP] 2005-2010 - Update Services

Maybe you are looking for