Tag selector question

hello dreamwevaers
i have made a tag selector and have made a new ccs rule to affect the h1,on the page i made the css rule the header and colour and various styles i apply to it.
on the other pages when i apply the h1 property,they dont inherit the colour or styles,but only the font size.
this is an example of 2 pages i have 1st page is the about.html
the second one is index.html
just an example to make things more clear

You really need to post a link to the pages or the code info from each page but looking at your images I would guess that you have only put your CSS rules in the header of the first page rather than as a separate style sheet attachment.
Solution is therefore to copy the relevants rules into the header of the second page or create a style sheet and attach it to both pages.
Ian

Similar Messages

  • Tag selector not working in DW CS6 project

    Hi.
    I'm using DW CS6 on a Mac. I'm working on a new web project, which is an HTML template. I'm in Design view and want to use the tag selector to select a tag, but whenever I try to select a child tag in the path, the only element selected is the page wrapper, which is the tag just following the body tag.
    There may be 10 tags in the tag selector path, but whichever tag I select, DW keeps selecting the page wrapper tag.
    If I open other web projects in DW, the tag selector works correctly. Just not in this new project/template.
    Any idea why the tag selector wouldn't work in this particular template? Any idea how I can get it to work correctly?
    Thank you,
    Ron

    The template is available in both boxed and wide version. The wide version doesn't have the "page wrapper" div, and the tag selector works fine. It's just in the "boxed" version, which has the page wrapper, that the tag selector doesn't work correctly.
    It's not a big deal. I can use the wide version.
    Just thought maybe someone here might have heard of this before.

  • Scrolling the tag selector: how?

    Details: Dreamweaver 8 on Win2K platform
    In the document window, there is the tag selector in the
    status bar.
    Often, the whole nesting of a particular location in a
    document overflows the size of what the status bar can display for
    the tag inspector, so the whole nesting of a particular element is
    not displayed.
    Is there a way to scroll the tag inspector to access elements
    that would be displayed off the left-hand side of the status bar? I
    recall when the tag inspector was originally added (MX I believe),
    there was a way of scrolling the tag inspector. However, with DW8,
    this appears to have vanished.
    Thank you for your time

    On the computer, check System Preferences > Security. You should be able to turn off the remote pairing there.

  • Jquery selector question..

    Hi all...
    Please help me with this jquery question.
    In the Interactive reports,I would like to hide the option
    "Row"(filter) (radio button option) under the "Actions-->Filter"
    This is the code i was using,but it is not working.
    I am very new to jquery, please help me with the jquery syntax.
    $(function(){
    $("ul li:contains('Filter')").live('click',function(){
    $("#APEXIR_FILTER_TYPE_1").hide();  -- i need to hide that ""complete option""
    });APEX: 4.1
    Database: 11g
    Browser: IE7

    Hi,
    There us 2 options. Default is columns. Why you like show this if you hide Row option?
    What I did test filter works ok when both options are hidden.
    I did not test your jQuery selector, but problem is that region where radio buttons exists are append using Ajax call.
    When your onclick event fires, element are not in HTML document, and that is main reason why your jQuery solution do not work
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • DWM Tag Configuration Question

    Hi there,
    I am reasonably new to DWM and I am trying my hand at a bit of customization. Currently what i am trying to do is for one of the "Tags" (9 specifically) to be named "R" to be Red when in focus and to only have a terminal open. I am just wondering how i could achieve this?
    I have gotten the tag name to change but that's it. Any ideas?
    --Brendan

    hey Jason,
    your above stuff was SUPER helpful thanks heaps! I do however, have another question. As per the attached image is it possible to change the colour of the status bar (currently blue) depending on what tag you're in?

  • Hyper-V Vlan tagging. Question

    Hi everyone,
    The question is simple. My NIC is a Realtek PCI GBe familly controller, Priority and VLAN are enabled. I havent any physical switch and when i create an external virtual switch on hyper-v if I add a VM on VLAN 2 why it doesnt have Internet access or can
    pingn the router ?
    The virtual external switch has no default vlan on it, so it supoosed to be on TRUNK mode. I also have a static route on my router 192.168.2.0/24 -> 192.168.1.254.
    If I add a VM with no VLAN tag and manually assign the IP adress it can communicate with the router but if I add a VLAN tag it doesnt.
    What you think ?
    Thanks

    Hi Sir,
    >>If I add a VM with no VLAN tag and manually assign the IP adress it can communicate with the router but if I add a VLAN tag it doesnt.
    The simple answer is that gateway interface are not in same Vlan as the VM's .
    As you know , different vlan can not access each other without route for Vlan .
     >>The virtual external switch has no default vlan on it, so it supoosed to be on TRUNK mode.
    I assume that you mean the vlan setting when you created external virtual switch :
    (Actually , this Vlan setting applies to the virtual NIC for hyper-v host , if you uncheck "Allow management operating system to ..." the vlan setting will unavailable )
    Based on my understanding of your case (One NIC connecting to router ), you may need to config "single arm route " on that router (it is a network question not hyper-v ).
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Some JSP Tag related questions

    Hello,
    I will appreciate any help in below questions related to JSP tag.
    (1) Why can't I use any Simple tag as part of JSP EL expression?
    (2) How to extend JSTL Core tag libraries WHEN tag?
    Thanks

    The Time Capsule cannot clone a MAC address, so quite simply, the product is not for you.

  • How to search this forum by tags, answered questions, and quickly navigate to next/previous posts

    New user to these forums. I've read all the Search documentation.
    1. How do I search this forum by tags?
    2. Is there a way to view just the posts that were answered or where the original poster found some help?
    3. Is there a way to quickly move to next/previous posts without having to backtrack to the list of posts and then manually click the next/previous post?
    Thanks!

    New user to these forums. I've read all the Search documentation.
    1. How do I search this forum by tags?
    2. Is there a way to view just the posts that were answered or where the original poster found some help?
    3. Is there a way to quickly move to next/previous posts without having to backtrack to the list of posts and then manually click the next/previous post?
    Thanks!

  • Custom tag attribute question

    How to assign value of expression or variable to custom tag attribute in jsp?

    I had the same problem in a design a couple of months ago and could not get around it so I switched the functionality into code and out of the tag lib.
    I take it you are trying to do something like this?
    <%
    String value="hiworld";
    %>
    <mytaglib:saysomething value="<%=value%>"/>

  • Issue for email notification if insert html tag in question name

    I created discussion with name "Search highlight box issue in <textarea>" and receive the following email notice:
    You may need to add shielding tags in the title of the topic?

    In your XSL. I didn't find any Xpath expression to print values for these columns in table
    Transaction ID
    Transaction Type
    DateTime
    Status
    Code
    Message
    thanks,
    Satish
    http://soadiscovery.blogspot.com

  • Simple selector question

    Don't know why I can't figure this out, but In my html page I have the following simple text which are directions to an office:
    <div id="maincontent">
       <p>FROM THE
            LONG ISLAND EXPRESSWAY: Get off at exit 37, Willis Ave. Then follow the directions below
        from the <font color="#FF3300">*</font>.<br />
            <br />
            FROM THE
            NORTHERN STATE: Going eastward, get off at exit 28S, Willis Ave. If going
            westward, get off at exit 28, Willis Ave. Then follow the directions below
        from the <font color="#FF3300">*</font>.<br />
        <br />
            <font color="#FF0000">*</font> Turn
            South onto Willis Ave. for approximately 3 miles. Cross over Jericho Tpk (Rt.
            etc. etc. etc. etc.
      </p>
    </div>
    #maincontent p       is defined in an external css file and has the property text-align:center   and I did it this way since I use this in other pages on the site.  However, on this particular page, I would like this p text to be left aligned.  If I'm in the CSS portion of the property inspector, and select the text of the paragraph and then click on the left alignment icon in the property inspector, a box opens up where it asks me to define a new compund rule and asks me to name it, and gives me the starting point of      #maincontent p
    My question is what should I type in this box as the name (which I'll use only in this page so I'll check that checkbox) so that I can then continue on and choose left aligned from the choices that follow.  Thanks.

    Here is the code for the page (line 72 is the line you had me put in and I've bolded it for you), and the css you told me was put at the very end of the external css file. 
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/allpages.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="format-detection"
    content = "telephone=no"/>
    <meta name="keywords"
        content="Autism, ADHD, ADD, Learning Disabilities, Dorie Hankin, Pediatric Development" />
    <meta name="description"
        content="Child Development Associates" />  
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Contact Us</title>
    <!-- InstanceEndEditable -->
    <link href="untitled.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    <!--
    .style7 {
              font-size: 1.3em;
              line-height: 110%;
    #maincontent p a:hover {
              color: red;
    -->
    </style>
    <!-- InstanceEndEditable -->
    </head>
    <body>
      <h1>CHILD DEVELOPMENT ASSOCIATES  </h1>
    <div class="table">
    <ul id="navbar">
    <li><a href="index.html">HOME</a></li>
    <li><a href="aboutdrhankin.html">ABOUT DR. HANKIN</a></li>
    <li><a href="autism.html">AUTISM</a></li>
    <li><a href="adhd.html">ADHD</a></li>
    <li><a href="ld.html">LEARNING DISABILITIES</a></li>
    <li><a href="faqs.html">FAQs</a></li>
    <li><a href="resources.html">RESOURCES</a></li>
    <li><a href="contactus.html">CONTACT US</a></li>
    </ul>
    </div>
    <!-- InstanceBeginEditable name="EditRegion3" -->
    <div id="maincontent">
       <p><br />
         <span class="style7">173 MINEOLA BLVD., SUITE 301<br />
          MINEOLA, NY 11501<br />
         (516) 739-1936
              <br />
              FAX (516) 747-1857<br />
         </span><br />
       <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=173+Mineola+Boulevard,+Mineola ,+NY&aq=2&oq=173+min&sll=42.746632,-75.770041&sspn=7.373306,16.907959&ie=UTF8&hq=&hnear=17 3+Mineola+Blvd,+Mineola,+Nassau,+New+York+11501&t=m&z=14&ll=40.743982,-73.641607&output=em bed"></iframe><br />  
       </p><p align="center">  
       </p><p align="center"><small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=173+Mineola+Boulevard,+Mineo la,+NY&aq=2&oq=173+min&sll=42.746632,-75.770041&sspn=7.373306,16.907959&ie=UTF8&hq=&hnear= 173+Mineola+Blvd,+Mineola,+Nassau,+New+York+11501&t=m&z=14&ll=40.743982,-73.641607";>View Larger Map</a></small>
         <br />
         <br />
       </p>
        <p class="align-left">FROM THE
            LONG ISLAND EXPRESSWAY: Get off at exit 37, Willis Ave. Then follow the directions below
        from the <font color="#FF3300">*</font>.<br />
            <br />
            FROM THE
            NORTHERN STATE: Going eastward, get off at exit 28S, Willis Ave. If going
            westward, get off at exit 28, Willis Ave. Then follow the directions below
        from the <font color="#FF3300">*</font>.<br />
        <br />
            <font color="#FF0000">*</font> Turn
            South onto Willis Ave. for approximately 3 miles. Cross over Jericho Tpk (Rt.
            25) and continue  to Garfield Ave. (there is a church with a prominent steeple at this corner). Turn right onto Garfield Ave. and go one block to Mineola Boulevard. The building is diagonally in front of you across  Mineola Blvd. Wait for the traffic light, drive across Mineola Blvd, and make an
        immediate left into the building's parking lot. Enter the building from the lot. <br />
        <br />
        FROM THE
            MEADOWBROOK : Get off at Old Country Rd. going towards Mineola. Travel along
            Old Country Rd. to Mineola Blvd. on the right (on the left will be Franklin
            Ave). Make a right onto Mineola Blvd. and continue until Garfield Ave. Make
            a left onto Garfield and then an immediate left into the parking lot of our
        building.<br />
        <br />
       If the
          lot is full, there is metered and alternate side parking on the streets. The
          are also multiple municipal lots off Mineola Blvd. within 2-3 blocks south
    of the office at 1st and 2nd Aves. </p>
    </div>
    <!-- InstanceEndEditable -->
    </body>
    <!-- InstanceEnd --></html>

  • LabVIEW tag control question

    I have create a tag control and add several page in the tag control.
    I want to disable one of the page in tag control by property node.
    However, it disable the tag control and also all pages.
    Is there any method to disable one of the page in tag control?

    I assume you are asking about Tab Control
    If yes, look at the attached vi to make enable/disable a particular pane in a Tab control or make it visible/invisible
    Regards,
    Dev
    Message Edited by devchander on 06-04-2007 06:30 AM
    Message Edited by devchander on 06-04-2007 06:31 AM
    Attachments:
    Tab Properties.vi ‏12 KB

  • Portal JSP Tag Library question

    Dear All,
    I use EBCC to orgnize the relationship of the jsp files with tags as follow
    <%@ taglib uri="portlet.tld" prefix="portlet" %>
    ">xxx</a>
    <a href="<portlet:createWebflowURL event="EP_E0104032.go"
    extraParams="TypeCd=<%= record.elementAt(0) %>"/>">XXX</a>
    Nothing specially, right?
    But I got error messages:
    at
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
    a:575)
    at
    weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:382)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
    at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:139)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:37
    2)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :242)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portlet._jspService(__portlet.java:255)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag
    .java:172)
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.jav
    a:60)
    at
    jsp_servlet._framework._layouts._twocolumn.__template._jspService(__template
    .java:142)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__page._jspService(__page.java:201)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portal._jspService(__portal.java:733)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:215)
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWe
    bflowServlet.java:142)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2459)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    I can not find out what's wrong.
    I will appreciate any input. Thank you.

    Hi Alan,
    I think the problem is your <%= ... %> expression mixed with a constant inside
    the double-quotes for the extraParams attribute in your <a href> tag:
    extraParams="TypeCd=<%= record.elementAt(0) %>"
    Do this instead:
    <%
    String extraParam="TypeCd=" + record.elementAt(0);
    %>
    <a href="<portlet:createWebflowURL event=EP_E0104032.go"
    extraParams="<%= extraParam %>"/>">
    XXX</a>
    Alan Liu wrote:
    Dear All,
    I use EBCC to orgnize the relationship of the jsp files with tags as follow
    <%@ taglib uri="portlet.tld" prefix="portlet" %>
    <a href="<portlet:createWebflowURL event="EP_E0104020.go"/>">xxx</a>
    <a href="<portlet:createWebflowURL event="EP_E0104032.go"
    extraParams="TypeCd=<%= record.elementAt(0) %>"/>">XXX</a>
    Nothing specially, right?
    But I got error messages:
    at
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
    a:575)
    at
    weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:382)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
    at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:139)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:37
    2)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :242)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portlet._jspService(__portlet.java:255)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag
    .java:172)
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.jav
    a:60)
    at
    jsp_servlet._framework._layouts._twocolumn.__template._jspService(__template
    .java:142)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__page._jspService(__page.java:201)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portal._jspService(__portal.java:733)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:215)
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWe
    bflowServlet.java:142)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2459)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    I can not find out what's wrong.
    I will appreciate any input. Thank you.--
    Ture Hoefner
    BEA Systems, Inc.
    4001 Discovery Drive
    Suite 340
    Boulder, CO 80303
    www.bea.com
    [att1.html]

  • FIELDSET tag addition question - APEX 3.1.1

    Hi,
    We have upgraded our applications from APEX 2.2.1 to APEX 3.1.1.
    We found some problems with JavaScript validations on date picker items due to the addition of the ‘FIELDSET’ tag. We are modifying those JavaScripts and making it work.
    Does anybody know where can we found a description of all the items modified to include the FIELDSET tag?
    In this way, we will be able to check related JavaScripts or other issues with those item types.
    We can’t find anything yet on the new features list or known issues about this problem.
    Thanks in advance,
    Nicolas

    Hello Nicolas,
    >> Does anybody know where can we found a description of all the items modified to include the FIELDSET tag?
    As far as I know, this change considered to be an internal one, and as such is not documented in the user manuals. However, we know that the FIELDSET tag was
    added to all the compound items in APEX. That means the following: date picker, list manager, shuttle, radio group, check box, popup LOV. I hope I didn’t forget any item.
    Regards,
    Arie.

  • Class Selector Question

    Hello,
    Is there a way in Dreamweaver to apply a class to an item like this for example:
    .paragraphstyle.orange
    The class in code view would look like:
    <class="paragraphstyle orange">
    The only way I can find to apply a class like this, is to manually add it to the code in code view which will work, but is tedious.  It is not recognized in the class drop down in the properties pane and will not appear there after I create it as a new style.  Is there a quicker way to apply this.
    Thank you!

    In DW CS6, the option for Applying Multiple Classes is near the bottom of your Class List. See screenshot.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

Maybe you are looking for