JSP Design View is gone

I created a project and made some JSP pages successfully. Everything is working.
When I started the Creator the second time, the design view of some of my JSP pages are gone. Theere's a grey panel for the design view.
I checked the source view and it looks like the source is good and untouched.
What's going on here? How can I recover the design view?
thanks

The dead designer is usually caused by problems (bugs) in the underlying subsystem that parses and models the source code. Take a look at the log file and if you have any interesting exceptions there, you can provide them here and we can take a look.
One of the problems that was recently fixed for an EA update had to do with parsing arrays and array initializers. I am not sure when that update will be available, but, in the mean time, if you have arrays in your source, try commenting them out.
Another problem that exists has to do with referencing types defined in your other sources. Try using fully-qualified classnames for those.
I hope this helps.

Similar Messages

  • JSC2.1 Fedora5 and Chinese, jsp design view blank!!!

    Dear all,
    I can run JSC2.1 in Fedora 5 chinese language, but jsp design view is blank, I can not drop any componnent in it and cannot see anything., and if I change JSC2.1 to "-locale en", JSC2.1 is all Okay, please help me

    If you get the designer blank, there is some bug. Could you have a look into your log file? It is <your_userdir>/var/log/messages.log? There should be some exceptions causing that state. Send them here or file bug directly.
    In any case, try to workaround the problem by deleting <your_userdir> and restarting JSC.

  • JSP Design view not working in JDeveloper 10.1.3.3

    Hi,
    The problem I have is that my JSPs all throw a class not found error in design view when I load them. The problem is related to the useBean tag (see error example).
    Error exercising tag : jsp:useBean
    java.lang.Exception: java.lang.ClassNotFoundException: com......client.jsp.testclass
    The application is divided into a web project, an EJB project, and a server classes project. The JSPs are in the web project and the problem classes are in the server classes project. I'm limited to source view editing of JSPs due to this and the problem is only in the IDE, deployment of the code to the server is fine.
    Any suggestions would be appreciated.
    Kaitain

    I think they are but I could be mistaken, as the libraries list for the web project shows the server classes as a library.

  • Jsp Design view not working

    For some reason I can't create or edit jsp files within the design view. I get a blank screen with the following text in the middle "Type, paste, or drag content onto this blank page, or drag and drop a component from the palette.
    The weird thing is that a few jsp pages that I try to edit will work but most of them won't display anymore. They were working a day or so ago.
    Does anyone have any idea what is wrong?
    I am running Studio Edition Version 10.1.3.0.4 (SU5).
    Please, any help would be greatly appreciated.

    Shay,
    I created a new jsf jsp page like the following:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>one</title>
    </head>
    <body><h:form></h:form></body>
    </html>
    </f:view>
    When I go to the design view, I get the following messages on the console
    Sep 15, 2006 7:24:18 AM oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl
    verifyFilterIsInstalled
    WARNING: The AdfFacesFilter has not been installed. ADF Faces requires this fil
    ter for proper execution.
    Sep 15, 2006 7:24:18 AM oracle.adfinternal.view.faces.renderkit.core.CoreAdfRend
    eringContext _initializeSkin
    WARNING: There is no SkinFactory
    Sep 15, 2006 7:24:19 AM oracle.adfinternal.view.faces.io.HtmlResponseWriter endE
    lement
    SEVERE: Element End name:form does not match start name:script
    I see the severe error but it doesn't make any since becuase I don't have a script element in this file.
    Please help.....

  • JSP Design View blank

    When viewing JSP using workshop 8.1(sp1 as well as sp2),
    I encountered a situation that the design view is blank,
    only a line in the bottom says:
    <netui-template:template><netui-template:section><netui:form><table><tr><td>
    The soruce view is working fine.
    What could go wrong?
    After I restarted workshop, it works fine.
    Must be a bug in workshop IDE.

    If you get the designer blank, there is some bug. Could you have a look into your log file? It is <your_userdir>/var/log/messages.log? There should be some exceptions causing that state. Send them here or file bug directly.
    In any case, try to workaround the problem by deleting <your_userdir> and restarting JSC.

  • Dreamweaver CS3 Design view is gone

    I did a full page layout and everything looked great.  I uploaded the site and it looks fine but there are a few things I need to change.  I went back to Dreamweaver and the design view image is gone.  All that shows is a gray image witha small box in the upper left corner that shows a small box that looks like a missing image icon?  Anyway, nothing else.  The code is still there and when I go to preview in browser, it still shows the site.  I do most of my work in both design view and code so would really like to find a resolve to this.  Thanks!
    Link:  http://www.jfusekdesign.com/index2.html

    You have a problem with the markup of your page.. viewing the page in FFox I could see a line of stray 'text' at the very top of the page...
    You  need to fix the syntax here:
    <body class="twoColFixRtHdr" onload="MM_preloadImages('images/print_button_f2.jpg','images/web_button_f2.jpg','images/emarketing_button_f2.jpg','images/portfolio_button_f2.jpg','images/contactButton_f2.jpg','images/printOffer2.jpg','images/webOffer2.jpg','images/flash_images/print.gif','images/flash_images/Web.gif','images/flash_images/emarketing.gif')" tracingsrc="Firewo<meta name="description" content="J Fusek Design offering customized, quality print and web design at very affordable prices." />
    rks/JFD_Web_FINAL_2009.png" tracingopacity="0">
    See the line before: <div id="container">
    rks/JFD_Web_FINAL_2009.png" tracingopacity="0">   <------this is the line that is not closed correctly and is seen in the browser.  Looks like it belongs to another line and somehow, maybe deleting something or other and this has been left behind.
    Once you fix that section of the code, then put the page through the validator and check to see if there are other problems:
    HTML Validator - http://validator.w3.org   
    CSS Validator - http://jigsaw.w3.org/css-validator/
    You have a few errors in the lightbox stylesheet that need correcting
    http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww. jfusekdesign.com%2Findex2.html
    Hopefully once all the errors are eliminated the page will show correctly in DW.  It only takes an unclosed tag for example, for the page to fail to show up in design view  :-)

  • JSP Design View in Linux?

    Hi,
    I've been going through the weblogic platform evaluation which uses workshop
    heavily. One example which keeps coming up is using the "Design View" of the
    JSP Designer. Unfortunately, I don't have a tab for this, nor do I find it in
    any of the menus.
    I'm running workshop under Gentoo Linux, which I know isn't an
    officially supported Linux distro, but everything else in workshop seems to work.
    Anyone have any ideas? Is this feature supported at all under Linux?
    Thanks,
    -Anthony

    Unfortunately, in 8.1 Design View for JSPs is not supported on Linux.
    This is being addressed in the next release.
    Josh
    Anthony Molinaro wrote:
    Hi,
    I've been going through the weblogic platform evaluation which uses workshop
    heavily. One example which keeps coming up is using the "Design View" of the
    JSP Designer. Unfortunately, I don't have a tab for this, nor do I find it in
    any of the menus.
    I'm running workshop under Gentoo Linux, which I know isn't an
    officially supported Linux distro, but everything else in workshop seems to work.
    Anyone have any ideas? Is this feature supported at all under Linux?
    Thanks,
    -Anthony

  • JSF/JSP design view not displaying correctly

    Hi there
    I am using jdeveloper version Studio Edition Version 11.1.1.3.0 on windows 7. When I create a 3 column layout JSF page , the design view does not show 3 columns (This used work properly). Instead
    it shows .
    - <>/oracle/templates/threecolumnTemplate.jspx
    I am used to seeing 3 columns start,middle and end (in blue). I have not changed any configuration settings.
    regards

    What does the source tab shows? what's the actual code of your page?

  • Design view for jsp custom tags.

    when we drag-and-drop custom tag control in the source of jsp page, when we switch to the design view of jsp we should be able to view controls as desired.
    Observation: 1) Eclipse 3.2 doesn't have design view for jsp pages.
    2) which software uses the design view. we need to extend eclipse core framework and we do not find any technical approach document to proceed further on this.
    3) RAD 6.0 we can see a JSP in design view.
    I'm searching for any technical approach document to create plugin that can intercept the custom tags and provide a design view.
    Will any one suggest the plugin for that.

    Jeff,
    I have checked with engineering and found that JSP Design View support on
    Linux is a planned feature for the next release. I don't think we will have
    this feature as part of a Service Pack for 8.1
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Jeff Cassanvoa" <[email protected]> wrote in message
    news:3f4df04e$[email protected]..
    >
    Raj,
    Thanks for the information!! Any timeframe when it might be supportedon Linux
    Thanks,
    Jeff
    "Raj Alagumalai" <[email protected]> wrote:
    Jess,
    Unfortunately, the JSP design view is currently not supported on Linux.
    Workshop does allow to do remote development where the IDE is running
    on a
    Windows machine and connects to a server running on Linux/Solaris.
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Jeff Cassanova" <[email protected]> wrote in message
    news:[email protected]..
    Does anybody else who is running the Linux version of Workshop 8.1have
    troubling
    getting the Design View of JSP files to come up. All I see is thesource,
    with
    no tabs at the bottom to switch to/from the Design View. When I bootover
    to
    Windows and run 8.1 Workshop, I see both tabs and I am able to useboth
    views.
    Is it something I have set in Preferences somewhere that disablesthe
    Design
    View ???
    Thanks,
    Jeff

  • Unable to view page content in Design View

    I cannot see the content of a page made from a template in normal Design view.
    I am able to see the content in Live View mode, but cannot make changes in that view. I can only make changes in code view.
    My client would like to make changes to content text in Design view only.
    Why am I unable to see/edit in Design view?
    Two screencaps and the page code are here:
    http://compassdm.com/GM/
    I am using CS4 DW on Macbook Pro, Leopard.
    The template is based on the standard included thrColAbsHdr layout template provided with DW.
    Thank you for help.
    BW

    DavidHonaker wrote:
    There are two questions for the Spry Menu 2 version.
    1)  Do I have to make all menu title and link changes in code?  With the regular Spry menu that comes with DW CS5 you can make the changes, and add links to menu items, in the "Design > Properties" window.  I would sure like to be able to do that, rather than go to the strictly "code" view and work in there.
    2)  With the Spry 2 menu at the top ( see www.Aloe-Vera.org/test.htm ) I am unable to go into "Design" view for the page to make changes in the content of the page itself.
    Are there any fixes so that I can view and edit the rest of the page in DW CS5 "Design" view?
    Thanks, David
    1.  It is true you cannot use the Properties window.  You can use the code view or the Widget Browser to make edits.  The Widget Browser has a GUI if you feel more comfortable with that.
    2.  You should be able to make some changes in Design View, but unfortunately the GUI and clean layout in Design View is gone.  Best suggestion I can give you here is to file a bug report/feature request: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform .  I have before with this because I agree it helps newer users and compared to commercial alternatives like those from Project Seven it falls short everytime.

  • JDev 10.0.3.2 - JSF Design View

    in jdeveloper 10.0.3.2 the jsp design view does not work anymore for myfaces and trinidad JSF components.
    it works in jdeveloper 10.0.3.1 with the exception of tomahawk components that rely on the myfaces extension filter.
    after some investigation it turned out that the design time container seems to be tied with ADF faces, event if they are not used in the project (see jdeveloper stacktrace below).
    so i tried the J2EE edition 10.0.3.2 with does not contain ADF at all and the design view works fine with this edtion.
    has anyone similar experiences?- maybe someone from jdeveloper dev team can take a look at this.
    thanks
    robert
    02.02.2007 12:13:46 org.apache.myfaces.trinidad.component.UIXComponentBase _createType
    SCHWERWIEGEND: Could not load type properties
    java.lang.NullPointerException
         at oracle.jdevimpl.webapp.design.DesignTimeClassLoader.loadClass(DesignTimeClassLoader.java:206)
         at org.apache.myfaces.trinidad.component.UIXComponentBase._createType(UIXComponentBase.java:1343)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.<clinit>(UIXComponentBase.java:92)
         at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopTableRenderer.<init>(DesktopTableRenderer.java:86)
         at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopRenderKit.<init>(DesktopRenderKit.java:28)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:935)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:426)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:348)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.contextInitialized(DesignTimeServletContainerContext.java:1048)
         at oracle.jdevimpl.webapp.design.DesignTimeThread.invokeContextInitialized(DesignTimeThread.java:682)
         at oracle.jdevimpl.webapp.design.DesignTimeThread.synchronousUpdate(DesignTimeThread.java:137)
         at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext._init(DesignTimeDocumentContext.java:1498)
         at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext.<init>(DesignTimeDocumentContext.java:249)
         at oracle.jdevimpl.webapp.design.DesignTimeEngine.start(DesignTimeEngine.java:243)
         at oracle.jdevimpl.webapp.editor.jsp.JspEditor.startupDesignTime(JspEditor.java:307)
         at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEditor.java:208)
         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.TabGroupState.createSplitPaneState(TabGroupState.java:103)
         at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:275)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1261)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1196)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1131)
         at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerImpl.java:2332)
         at oracle.ideimpl.editor.EditorManagerImpl.handleDefaultAction(EditorManagerImpl.java:1893)
         at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:343)
         at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1576)
         at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:1913)
         at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:1934)
         at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:176)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         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)
    02.02.2007 12:13:48 org.apache.myfaces.trinidadinternal.webapp.ConfigParser parseConfigFile
    INFO: Trinidad is running in debug mode. Do not use in a production environment. See:/WEB-INF/trinidad-config.xml
    02.02.2007 12:13:48 oracle.adf.view.faces.webapp.AdfFacesFilterHelper verifyFilterIsInstalled
    WARNUNG: The AdfFacesFilter has not been installed. ADF Faces requires this filter for proper execution.
    02.02.2007 12:13:48 org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl _checkTimestamp
    INFO: Apache Trinidad is running with time-stamp checking enabled. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    02.02.2007 12:13:48 org.apache.myfaces.trinidadinternal.share.xml.TreeBuilder$Handler _logError
    SCHWERWIEGEND: jar:file:/C:/devtools/jdev10132/jlib/adf-faces-impl.jar!/META-INF/agent/capabilities.xml: Parsing error, line 2, column 89:
    org.xml.sax.SAXParseException: Invalid Namespace: http://xmlns.oracle.com/adf/view/faces/agent/capabilities
         at org.apache.myfaces.trinidadinternal.agent.parse.CapabilitiesDocumentParser.startElement(CapabilitiesDocumentParser.java:114)
         at org.apache.myfaces.trinidadinternal.share.xml.TreeBuilder$Handler.startElement(TreeBuilder.java:333)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
         at org.apache.myfaces.trinidadinternal.share.xml.TreeBuilder.parse(TreeBuilder.java:169)
         at org.apache.myfaces.trinidadinternal.agent.parse.CapabilitiesDocumentParser.createInstance(CapabilitiesDocumentParser.java:74)
         at org.apache.myfaces.trinidadinternal.agent.CapabilitiesProvider._getCapabilityDocument(CapabilitiesProvider.java:131)
         at org.apache.myfaces.trinidadinternal.agent.CapabilitiesProvider._getCapabilities(CapabilitiesProvider.java:113)
         at org.apache.myfaces.trinidadinternal.agent.CapabilitiesProvider.getCapabilities(CapabilitiesProvider.java:94)
         at org.apache.myfaces.trinidadinternal.agent.TrinidadAgentImpl._getCapabilityMap(TrinidadAgentImpl.java:268)
         at org.apache.myfaces.trinidadinternal.agent.TrinidadAgentImpl._initialize(TrinidadAgentImpl.java:238)
         at org.apache.myfaces.trinidadinternal.agent.TrinidadAgentImpl.<init>(TrinidadAgentImpl.java:43)
         at org.apache.myfaces.trinidadinternal.context.RequestContextImpl.getAgent(RequestContextImpl.java:595)
         at org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit.chooseRenderKit(CoreRenderKit.java:148)
         at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:53)
         at com.sun.faces.context.FacesContextImpl.getRenderKit(FacesContextImpl.java:252)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getRenderKit(FacesContextFactoryImpl.java:120)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl._getExtendedRenderKitService(ViewHandlerImpl.java:296)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:137)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:274)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:380)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:329)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:216)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:93)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:357)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:232)
         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:851)
         at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument.rebuildTree(DesignTimeViewDocument.java:137)
         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.TabGroupState.createSplitPaneState(TabGroupState.java:103)
         at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:275)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1261)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1196)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1131)
         at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerImpl.java:2332)
         at oracle.ideimpl.editor.EditorManagerImpl.handleDefaultAction(EditorManagerImpl.java:1893)
         at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:343)
         at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1576)
         at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:1913)
         at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:1934)
         at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:176)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         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)
    02.02.2007 12:13:51 org.apache.myfaces.trinidad.webapp.ResourceServlet _initDebug                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

    Hi Timo, thanks for the quick reply!
    I'm trying to do this for a few EO/VO pairs so I'll give a generic example.
    I have an EO made up of the following fields (id, accessstring) and a corresponding VO with (id, accessstring, descr) fields. The descr field is the transient attribute. I'd like to set the accessstring value to the descr value.
    What I tried, and forgive the simplicity of my first shot, was the following override in the VOImpl class:
    public void postChanges(TransactionEvent transactionEvent) {
    Row currentRow = getCurrentRow();
    if( currentRow != null ){
    currentRow.setAttribute("accessstring",currentRow.getAttribute("descr"));
    super.postChanges(transactionEvent);
    This works, but executes far too often and I get the JBO error from the original post. I'm not aware of anything at the VOImpl level to test state like I could if I were at the EOImpl level (e.g. the prepareforDML method). So either I'm going about this completely the wrong way or there's something I'm missing in the postChanges to have this code execute less often.

  • Design view for jpd

    Hello,
    I just installed Weblogic workshop on my Mac running OS X - everything looks OK except the editor doesnt show design/source tabs for jpds ( shows these tabs for others). can anybody please help ?
    thanks
    meera

    Jeff,
    I have checked with engineering and found that JSP Design View support on
    Linux is a planned feature for the next release. I don't think we will have
    this feature as part of a Service Pack for 8.1
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Jeff Cassanvoa" <[email protected]> wrote in message
    news:3f4df04e$[email protected]..
    >
    Raj,
    Thanks for the information!! Any timeframe when it might be supportedon Linux
    Thanks,
    Jeff
    "Raj Alagumalai" <[email protected]> wrote:
    Jess,
    Unfortunately, the JSP design view is currently not supported on Linux.
    Workshop does allow to do remote development where the IDE is running
    on a
    Windows machine and connects to a server running on Linux/Solaris.
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Jeff Cassanova" <[email protected]> wrote in message
    news:[email protected]..
    Does anybody else who is running the Linux version of Workshop 8.1have
    troubling
    getting the Design View of JSP files to come up. All I see is thesource,
    with
    no tabs at the bottom to switch to/from the Design View. When I bootover
    to
    Windows and run 8.1 Workshop, I see both tabs and I am able to useboth
    views.
    Is it something I have set in Preferences somewhere that disablesthe
    Design
    View ???
    Thanks,
    Jeff

  • Even editing text in Design View is now difficult in DW CC?

    Hi All,
    Even editing text in Design View is now difficult in DW CC? I just upgraded.
    It seems difficult - or impossible - to select, copy and paste multiple blocks of text from one place to another - unless you work in the Code View.
    Text blocks are separate entities, separately edited? I can't even copy and paste an image from one file into another.
    Previously, I'd regularly select an image - or a load of text - and replace it with some copied from elsewhere by 'pasting'.
    I must be missing something. Perhaps there's another mode of working.
    Thanks,
    John

    You're probably in Live View.
    CC2014.1 does some strange things when it comes to Live and Design Views.
    1. Design View is gone for Fluid Grid Layouts, so all editing has to be done in Code or Live View. There is a work around to get Design View back for those in Post #6 here: Editing Text and Adding Links Is Crazy in DW CC-2014.1
    You can also add your voice to get it back here: Provide "Design View" for Fluid Grid Webpages
    2. Design and Live Views are now a dropdown menu. Check the top left of your workspace, you should see Code | Split | Live with a small triangle next to Live. Click it to access Design View in everything but FGL pages

  • Design View Removal

    I have read all the post regarding the removal of the design viewand feel the same way as all the developers. Let me start by saying that we have dopped FB as a development tool where I work for this reason. From Adobe's roadmap blabla, their rationale was because HTML5 was becoming the de facto standard. However, if you compare Microsoft, Apple, IBM and Oracle,  they haven't abondoned their products because of HTML5 or for that matter their dev languages just because there are a slew of open source languages on the market. No, they didn't shy away, but instead, stood behind their technologies and products and continued to evolve them. So Adobe's strategy of "Getting out of Dodge" because the media hype about HTML5 is ridiculous. Witrh Adobe Air, you have an opportunity to a leader in mobile app development and web app development.

    Have a look at below article on removal of design view in SharePoint designer 2013, It explains what was the change, impact and reason behind it.
    http://blog.sharepoint-videos.com/sharepoint-designer-2013-data-view-web-part-list-view-web-part-design-view-is-gone/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • BUG: JSP disappears from design view with MyFaces / Tomahawk

    Hi,
    When I try to create a JSF JSP in design view (as opposed to code view) using MyFaces and Tomahawk 1.1.3, the design view will blank and display "Type, paste or drag and drop content onto this blank....". This usually happens after I've dragged half a dozen JSF outputlabels and inputtext boxes. The code still exists in code view, and will even compile and deploy ok, it's just the design view that stops working. The design view usually blanks while I'm switching between the code tabs at the top of the screen, although I'm fairly sure it blanked as I dropped a textbox onto the form once.
    I've restarted JDev, tried to create a second page, clicked refresh etc but I can't get it back. This has happened starting from scratch 3 times now.
    I've switched back to the builtin reference implementation JSF (and no Tomahawk), and JDeveloper works fine, so it seems to be a problem using MyFaces. I've added MyFaces and Tomahawk via Manage Libraries.
    This Oracle article - http://www.oracle.com/technology/products/jdev/101/howtos/myfaces/index.html
    states that the RI version can't be swapped out in JDev Developer Preview version but I understand that's not true now?
    I'm using :-
    JDeveloper SU4
    java 1.5
    Windows XP SP1
    Thanks for any help.

    I found the answer. I went to View, Style Rendering and clicked several of the boxes  Display Media was one.

Maybe you are looking for

  • Content Tab: None of the fact tables are compatible with the query request

    Hi All, **One thing I am not clear yet of all my years with OBIEE is working with the content tab in BMM.** I have made a rpd the joins in physical layer as shown below: https://picasaweb.google.com/114804305606242416264/OBIEEError#566305654511942853

  • FAQ: Why is Photoshop Elements cheaper? What's different about Photoshop?

    What is Photoshop CS/CC (PSCS/PSCC)? Photoshop is a professional tool used throughout many industries as the standard for digital image manipulation and painting. It has very rich, and often complex, tools and options. As such, it comes with a profes

  • Can't open Maya 2013 on MacBook Pro

    Hi, I have been using the student learning edition of Maya 2013 for almost a year now. Last night it failed to open, and has continued to do so.  The application bouncs around in the dock for some time and then a problem report pops up, the details o

  • Text in flash?

    Hello! Refering to my other thread "Actionscript 3 game problem" - http://forums.adobe.com/thread/740284?tstart=0 Here I want to ask about inputting text in a flash file. Not the type where you choose the text tool and type in what ever text you want

  • Partial delivery indicator C1

    I have an issue with the following.  We have set the complete delivery to X and are using the partial del indicator set to C1.  The system behaves as expected in as much as -  insufficient stock = no delivery.  Sufficient stock =delivery However, whe