Property Inspector freezing jdeveloper

I'm using Jdev 10.1.3.4.
When I select a jsf component(command button) from the structure pane to load its properties into the Property Inspector pane, Jdev crashes.
The cause seems to be my css imports, which I'm loading for my yui javascript components(http://developer.yahoo.com/yui/)
Does anyone know why or how to make it stop?
Here are my Includes, when I comment them out it works fine.
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/fonts/fonts-min.css" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/button/assets/skins/sam/button.css" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/container/assets/skins/sam/container.css" />
</head>
<body class="yui-skin-sam">
If anyone has an answer I would appreciate it, as it is quite annoying to have to comment and uncomment everytime I want to use the inspector.
Thanks.

sure
<!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"%>
<%@ taglib uri="/webapp/careersTagLib" prefix="careersTagLib"%>
<f:view>
  <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
      <title>Careers @ Davis School District - Apply</title>
            <link rel="stylesheet" type="text/css" href="css/defaultRed.css"/>
            <link rel="stylesheet" type="text/css" href="css/apply.css"/><%--
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/fonts/fonts-min.css" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/button/assets/skins/sam/button.css" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/container/assets/skins/sam/container.css" />
--%>
<script type="text/javascript" src="http://yui.yahooapis.com/2.6.0/build/utilities/utilities.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.6.0/build/button/button-min.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.6.0/build/container/container-min.js"></script>
<!-- Dependency -->
<script src="http://yui.yahooapis.com/2.6.0/build/yahoo/yahoo-min.js" type="text/javascript"></script>
<!-- Used for Custom Events and event listener bindings -->
<script src="http://yui.yahooapis.com/2.6.0/build/event/event-min.js" type="text/javascript"></script>
<!-- Source file -->
<script src="http://yui.yahooapis.com/2.6.0/build/connection/connection-min.js" type="text/javascript"></script>
            <script type="text/javascript" src="js/apply.js"> </script>
    </head>
    <body class="yui-skin-sam"><careersTagLib:Nav/>
    <div class="contentBox">
        <div class="errMsgs">
          <h:messages showDetail="true" layout="list" rendered="#{backing_global.renderErrors}"/>
        </div>
         <h3>Employment Application</h3>
         <h:outputText value="appId from param: #{backing_apply.appParam}"/>
                 <h:form binding="#{backing_apply.formGeneralInfo}" id="formGeneralInfo">
                    <h:inputHidden binding="#{backing_apply.idFromApply}" id="idFromApply" value="#{backing_jobPostings.submitIdHidden.value}"/>
                    <h:inputHidden binding="#{backing_apply.applicationIdHidden}" id="applicationIdHidden"/>
          <div id="box">
                    <h4>General Information</h4>
                    <div class="innerBox"><div>You can save your application at any time and continue later by clicking save at the bottom of the page.<br />(<span class="required">*</span>) required</div>
                        <h:commandButton value="load from profile" binding="#{backing_apply.loadProfileBtn}" id="loadProfileBtn" immediate="true"
                                         action="#{backing_apply.loadProfileBtn_action}" actionListener="#{backing_apply.loadProfileBtn_actionListener}"/>
                        <div class="profileColumnLabel">
                        <h:commandButton value="commandButton1" binding="#{backing_apply.commandButton1}" id="commandButton1"/><careersTagLib:RequiredLabel >First Name:</careersTagLib:RequiredLabel>
                            <careersTagLib:RequiredLabel >Middle Name:</careersTagLib:RequiredLabel>
                            <careersTagLib:RequiredLabel >Last Name:</careersTagLib:RequiredLabel>
                            <h:outputLabel id="prefFirstNameLabel" value="Preferred First Name: " />
                            <h:outputLabel id="prefLastNameLabel" value="Preferred Last Name: " />
                            <h:outputLabel id="emailLabel" value="Email: " />
                            <h:outputLabel id="cellPhoneLabel" value="Cell Phone: #" />
                        </div>
                        <div class="profileColumn">                           
                            <h:inputText binding="#{backing_apply.firstName}" id="firstName"/>
                            <h:inputText binding="#{backing_apply.middleName}" id="middleName"/>
                            <h:inputText binding="#{backing_apply.lastName}" id="lastName"/>
                            <h:inputText binding="#{backing_apply.prefFirstName}" id="prefFirstName"/>
                            <h:inputText binding="#{backing_apply.prefLastName}" id="prefLastName"/>
                            <h:inputText binding="#{backing_apply.email}" id="email"/>
                            <h:inputText binding="#{backing_apply.cellPhone}" id="cellPhone"/>
                        </div>
                        <div class="profileColumnLabel">
                            <careersTagLib:RequiredLabel >Home Address:</careersTagLib:RequiredLabel>                           
                            <h:outputLabel id="homeAddress2Label" value="Address Line 2: " />
                            <careersTagLib:RequiredLabel >City:</careersTagLib:RequiredLabel>
                            <careersTagLib:RequiredLabel >State:</careersTagLib:RequiredLabel>
                            <careersTagLib:RequiredLabel >ZipCode:</careersTagLib:RequiredLabel>
                            <careersTagLib:RequiredLabel >Phone:</careersTagLib:RequiredLabel>    
                        </div>
                        <div class="profileColumn">
                            <h:inputText binding="#{backing_apply.homeAddress}" id="homeAddress"/>
                            <h:inputText binding="#{backing_apply.homeAddress2}" id="homeAddress2"/>
                            <h:inputText binding="#{backing_apply.homeCity}" id="homeCity"/>
                            <h:inputText binding="#{backing_apply.homeState}" id="homeState"/>
                            <h:inputText binding="#{backing_apply.homeZip}" id="homeZip" maxlength="5" size="8"/>
                            <h:inputText binding="#{backing_apply.homePhone}" id="homePhone"/>
                        </div>
                        <div class="profileColumnLabel">
                            <h:outputLabel id="altAddressLabel" value="Alternate Address: " />
                            <h:outputLabel id="altAddress2Label" value="Address Line 2: " />
                            <h:outputLabel id="altCityLabel" value="City: " />
                            <h:outputLabel id="altStateLabel" value="State: " />
                            <h:outputLabel id="altZipLabel" value="Zipcode: " />
                            <h:outputLabel id="altPhoneLabel" value="Phone #: " />                               
                        </div>
                        <div class="profileColumn">
                            <h:inputText binding="#{backing_apply.altAddress}" id="altAddress"/>
                            <h:inputText binding="#{backing_apply.altAddress2}" id="altAddress2"/>
                            <h:inputText binding="#{backing_apply.altCity}" id="altCity"/>
                            <h:inputText binding="#{backing_apply.altState}" id="altState"/>
                            <h:inputText binding="#{backing_apply.altZip}" id="altZip"/>
                            <h:inputText binding="#{backing_apply.altPhone}" id="altPhone"/>
                        </div>
                        <div class="clear"></div>
                    </div>
                    <h:panelGrid columns="1" binding="#{backing_apply.qualificationsPanelGrid}" id="qualificationsPanelGrid"/>
                         <h4>Position Specific Information</h4>                   
                    <h4>Equal Opportunity Employer</h4>
                </div>               
                </h:form>
        </div>
        <div id="qualDialog" style="visibility:hidden;">
                <div class="hd">Add/Edit Qualifications</div>
                <div class="bd">            
                  <iframe id="addQualFrame" src="addQual.jsp"
                          width="100%" height="445"></iframe>
                </div>
              </div>
        <careersTagLib:Footer/>
    </body>
  </html>
</f:view>
<%-- oracle-jdev-comment:auto-binding-backing-bean-name:backing_apply--%> Thanks.

Similar Messages

  • API to show Property Help in Property Inspector of JDeveloper

    Hi,
    We are writing the product based on JDeveloper/FCP platform.
    There is the need to provide either tooltip or some kind of help
    for each property in Property Inspector. What kind of API should
    we use to achieve that? In XML Schema extension I see the
    following Property Help:
    We'd like to achieve the same functionality.
    Thanks in advance!

    User, tell us your jdev version, please!
    Not sure what you try to do, but you can look into the extension sdk. See https://www.google.de/url?sa=t&source=web&rct=j&ei=cCs3VdvlKpPKaNbogaAN&url=http://www.oracle.com/technetwork/topics/ind…
    Which has samples too.
    Timo

  • Adding a custom field to the property inspector in JDev 10.1.3

    Hello All
    I have a requirement where i have to add some custom entries to the property inspector.Say if we choose a text field in html there will be some standard values in property inspector.Now i want to add my own custom entry always on selection of text field.
    Or i am developing a custom editor and i always want property inspector to display some values on certain selections.
    I already went through the code samples provided for jdev 10.1.3 but i couldnt find one for property inspcetor.I also went through the oracle.ide.* packages.Could someone provide me a class or method from where i can start ???
    Thanks in advance !!!

    I was able to find the ide.jar file which contains all the necessary oracle.ide.* class files.
    I had another query....basically there are 2 kinds of packages of the form javax.ide.* and oracle.ide.*
    So suppose im faced with the situation of say adding menu items and defining actions on them then i guess it can be done in 2 ways using classes in javax.ide or oracle.ide.Can you elaborate how i should choose between these 2 packages.
    Is it if im using the <jdeveloper-hook> i shud use oracle.ide.* and the regular jsr 198 schema then the javax.ide.*
    Kindly clarify !!!! Thanks in advance

  • Property inspector

    Hi
    I am trying to write an extension for jdeveloper.I have looked at the jdeveloper extension samples but could find information on how to write property inspectors. I want to know how i can populate a property inspector.
    Thanks,
    Ramya.

    1. From JDeveloper Help open the JDeveloper Extension SDK reference. There you will find a complete description of how to integrate with the JDeveloper Inspector Window.
    - Help | Table of Contents
    - Expand Reference
    - Double click on JDeveloper SDK
    - Click on the link for the oracle.ide.inspector package
    - Scroll to the bottom and read the package description.

  • Java Bean Property Inspector

    I have two questions to the property inspector:
    First, is it possible to group the properties of a bean and how can I do this?
    Can I define the order of the properties myself or are they always in alphabetical order?
    Thank you for answering my questions!
    Walter

    Hi,
    First question: It depends. The grouping of the properties are not determined by the JavaBean, but rather by JDeveloper integration code.
    So, as a JavaBean writer, no, you cannot control the groupings. However, if you are writing integration code for JDeveloper (as of 9.0.4 which has not yet shipped) you do have control over the groupings, but those groupings will apply to all JavaBeans, not just your own, so any implementation would have to recognize objects of their own type and defer to a super implementation for all others.
    By default the groupings seen are based on the JDeveloper 'out of the box' integration code. These groupings have been enhanced for 9.0.5 to include: General, Visual, Model and Focus. Still more meaningful groupings will be forthcoming.
    Second question: same answer :-) JavaBean writers have no control. JDeveloper integration code is necessary and would affect all JavaBeans

  • Extension Dev :: Property Inspector :: canInspectSelection() ??

    DW Version: 8
    Problem:
    I am trying to get the Property Inspector to show when the
    user selects a
    tag using the following brackets {} instead of <>
    brackets. But it seems
    when you add the following string to the top of the P.I. html
    page:
    <!-- tag:ASSIGN, priority:8,selection:exact,hline,vline
    -->DW reads the
    keyword but assumes the tag contains <> type of
    brackets. How do I get it to
    recognize the tag using {} for brackets?
    Example Tag: {assign name="theVar"}
    Thanks in advance!

    1. From JDeveloper Help open the JDeveloper Extension SDK reference. There you will find a complete description of how to integrate with the JDeveloper Inspector Window.
    - Help | Table of Contents
    - Expand Reference
    - Double click on JDeveloper SDK
    - Click on the link for the oracle.ide.inspector package
    - Scroll to the bottom and read the package description.

  • Getting the Property Inspector Window Back

    I am running ver 9.0.3-2 of JDeveloper running under Linux and have lost the Property Inspector window. How do I get it back

    make sure to have it checked marked in the view menu option.

  • Content of Property Inspector is lost...

    Hello,
    I created a simple project in JDeveloper. But I can not see the properties of the frame or button or textfield in Property Inspector.
    I dont know what I did wrong.
    May someone help please?
    Thanks in advance...

    Yeah... :-) I got the problem solved.
    I was using Ubuntu 7.10 in combination with Oracle JDeveloper 10g 10.1.3.3.
    I had installed JDK 1.5 and JDK 1.6 (both puplished by sun). JDK 1.6 was my default JDK and so JDeveloper started by default with this JDK.
    Because of a bug in the Ubuntu Desktop Effects -> http://ubuntuforums.org/showthread.php?t=539670
    I couldn't see any gui when I started JDeveloper with JDK 1.5. So I decided to use JDK 1.6 which worked fine, until I decided to use swing to develop gui applications.
    The solution was to disable the desktop effects of ubuntu and to change the JavaHome in the config file of JDeveloper:
    jdevstudiobase10133/jdev/bin/jdev.conf
    # Directive SetJavaHome is not required by default, except for the base
    SetJavaHome /usr/lib/jvm/java-1.5.0-sun
    Afterwards I started JDeveloper (using JDK 1.5) and guess what, I can see the gui of JDeveloper. I only needed to change the projects default JDK to JDK 1.6 and now JDeveloper itself runs with JDK 1.5, but the projects get compiled and developed using JDK 1.6, which is just what I wanted.
    :-)

  • Help! Can't paste into code view or property inspector

    I'm experiencing a weird and extremely annoying bug in Dreamweaver CS6 -- I can't paste text from outside apps into DW's code view or into the property inspector (such as URLs).
    Pasting doesn't work no matter the method: Ctrl + V, right-clicking or using the Edit menu. Pasting works normally in every other program. If I copy within Dreawmweaver, pasting works fine.
    Does anyone have a solution for this? I'm running Win 8 and DW 12.1 through Creative Cloud. Searching the forums, I see others have reported the same issue. Some have been able to fix it by deleting the configuration file; that didn't fix the issue for me. I'd like to try reinstalling DW, but the Adobe Application Manager doesn't seem to allow that.
    I began noticing this bug about two weeks ago. That might have been about the same time I updated to 12.1. Can anyone help?
    Thanks,
    Cory K.

    Adding to my last post, I used a clipboard format inspector called nclip (http://code.google.com/p/nclip/) to see if I could find a pattern between "what works" and "what doesn't".
    There are two cases where I'm seeing paste-into-Dreamweaver CS6 fail:
    Paste into Code View fails, but Paste into Design View works!
    Paste into either Code View or Design View fails
    I went through the list of programs that worked and didn't worked, using nclip to show what clipboard formats were being saved from each working and non-working source. It appears that DreamWeaver CS6 as of January 9, 2013 doesn't accept the most basic text clipboard formats:
    CF_UNICODETEXT
    CF_TEXT
    CF-OEMTEXT
    CF_LOCALE
    If these are the only clipboard formats used by an app (for example, Window's venerable Notepad.exe), Dreamweaver doesn't appear to handle them. Most programmer-style text editors output just these formats, because they are presumed to be understood any application that handles text. These fail for both pasting into codeview and design view.
    Interestingly, Chrome browser fails the code view test, but it does work in design view! It outputs the four clipboard types above, plus one more:
    Custom Format: HTML Format
    Hypothesis 1: Any application that puts HTML Format on the clipboard will paste into design view, but not necessarily code view.
    Next, Visual Studio 2010 and Sticky Notes, which doesn't include HTML Format as a clip type, works for both code view and design view. They both output this type in addition to the basics:
    Custom Format: Rich Text Format
    Two programs that output Rich Text Format without HTML Format are Sticky Notes and WordPad. These both work with Code View and Design View. From these limited tests on my system, it appears that for Dreamweaver to accept a text paste from an outside program into Code View, that program must output Rich Text Format to the clipboard. Otherwise, it fails. Dreamweaver will accept HTML Format, but only in Design View. Firefox is an exception in that it don't export Rich Text Format, but still works with Code View. It might use OLE, though (Chrome doesn't seem to use OLE, and it breaks in code view).
    Hypothesis 2: Any application that puts Rich Text Format on the clipboard will paste into design view AND code view.
    If Dreamweaver is really ignoring the basic text clipboard formats, and it's not just my system configuration, then this is a bug. Probably something that got overlooked in testing.
    To reproduce on Dreamweaver 12.1 build 5966:
    Try copy/pasting text from Notepad.exe into Dreamweaver Code View (DWCV). This fails for me.
    Try copy/pasting text from WordPad.exe into DWCV. This works!
    Try copy/pasting text from Internet Explorer 9 or Firefox into DWCV. This works!
    Try copy/pasting text from Chrome. This fails to paste into Code View, but does paste into Design View
    The Code View workaround:
    Use Firefox or Internet Explorer for your browser if you're copy/pasting source code.
    If you're working from another text editor, try copy/pasting into intermediate programs Sticky Notes or WordPad, then copy/paste from there into Dreamweaver.
    So that is my experience on Windows 7 64-bit. Anyone else experiencing the same thing?

  • Property inspector not working correctly

    The property inspector in CS3 is not working correctly. When
    I select text or any other object the property inspector does not
    change for that object. But when I right mouse click on the
    selected object it does. Do I need to change a setting?
    Thanks!

    Yes, me too. I can't find an answer to this anywhere.
    If I right-click or double-click on an item the property
    inspector shows it, but if I single click, nothing happens. It's
    bad for productivity.

  • Problem when I click the "browse to file" icon in the property inspector

    Please somebody help me. I am having a problem with Dreamweaver. When ever I click on the "browse to file" icon in the property inspector, it opens up a full size window on top of the Dreamweaver screen that can't be resize. This problem just started. I have shut down my entire system and restarted it and I am still having the problem. Can someone please help me. Thank-you

    When irregular things begin to happen in DW, it's usually caused by a corrupted cache file.  Below you'll find details on how to delete it.
    http://forums.adobe.com/thread/494811
    Nancy O.

  • Dreamweaver Help | Set text properties in the Property inspector

    This question was posted in response to the following article: http://helpx.adobe.com/dreamweaver/using/set-text-properties-property-inspector.html

    The note at the bottom of the first section (About formatting text (CSS versus HTML)) says -
    "You can combine CSS and HTML 3.2 formatting within the same page. Formatting is applied in a hierarchical manner: HTML 3.2 formatting overrides formatting applied by external CSS style sheets, and CSS embedded in a document overrides external CSS."
    Please be aware that embedded CSS will ONLY override external CSS if the external CSS link is closer to the  tag than the embedded CSS (i.e., it comes earlier in the flow of the document).  If the embedded CSS comes first in the flow of the document, it will be overridden by the external CSS instead.

  • Not able to change values in the Property Inspector

    Hello!
    Can some one please help me with this. I was working in
    Director when I noticed that all of a sudden I wasn't able to
    change the values in the property inspector, specifially the sprite
    properties such as the x and y coordinates and the width and
    height. I'll type in a value and then I will get an error sound and
    it will revert to the previous value. How can I fix this??
    Thanks!

    Hi Ringerz,
    I've seen the PI lock up sometimes. What usually works is to
    switch to List Viw
    Mode. Never have trouble there. Then, close Director and
    reopen. Think it's jus a
    bug that hasn't been fixed yet.
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au
    email: [email protected]

  • Property inspector not loading

    Hi
    Newbie question.   I am reviewing a mapping and want to see the join criteria between two objects.  I'm told it's displayed in the Property Inspector, but for some reason the Property Inspector wont load when I go to View > Property Inspector.  Nothing happens!   All the other toolbars etc load fine. 
    Would this be a security issue?
    Cheers

    Hi,
    Your OWB design client layout would have been changed. Delete the OWB preferences from your client PC and restart the design center.
    Path to the OWB preferences is as shown below:
    c:\Documents and Settings\<user>\Application Data\OWB
    You can delete the system* folder in this directory and restart the design center.
    Regards,
    Pnreddy

  • Property inspector not displaying properties

    Trivial problem: DAK why DW8 (8.0.2) Property inspector
    sometimes displays just "Div ID, Class and an Edit CSS button" when
    within a DIV? When in Code view in a correctly functioning
    page, most of the code will have detailed HTML properties displayed
    as usual. But in one section - which has multiple nested DIVs with
    some other HTML inside, Property inspector displays only the DIV
    details instead of the other HTML details - as if it were still
    inspecting the DIV tag itself instead of being within the DIV?
    The page validates with no errors and the DIVs are closed
    with </div> in the right places.

    Yes, me too. I can't find an answer to this anywhere.
    If I right-click or double-click on an item the property
    inspector shows it, but if I single click, nothing happens. It's
    bad for productivity.

Maybe you are looking for

  • How to sync hotmail calendars and ICal using exchange/ active-sync.

    I have just recently updated my hotmail account to the exchange setting in my iPhone and I have synced my mail,calendar and contacts. I'm just wondering if it's possible to sync my hotmail Calendar with my iCal on Mac os x using the exchange program.

  • PE10 & Dazzle.

    A while ago I read a lot of suggestions for downloading/copying old VHS tapes into PE10 using Dazzle. From my point of view none of them worked electronicaly. So I reverted to a practical way and used dazzle to download into my copy of Pinnacle Studi

  • Why can't I revert to Quicktime 7.2

    I'd like to go back to Quicktime 7.2 but when I try to install it on my system drive it tells me the system drive is incompatible. Is it because I'm running Leopard?

  • Oracle physru rolling upgrade problem

    Hi, I'm having a problem with the Oracle Physru script provided from MOS note # 949322 I was hoping I could get some help with. My system contains of two Oracle 11.1.0.7.0, one primary and one physical standby. The hosts are two Oracle Solaris 10 Spa

  • Is it possible to hide the links in the DBI HRi module

    Hi All, Module: DBI HRi Is it possible to hide the links in the reports in DBI - HRi module. Example: Employee Details Report: when I open this report, it shows some of the links in the report below. i.e. Employee Absence Details. I would like to hid