Element undefined in url

Hi-
I've been assinged to create some .cfm screens for our web
page. I have absolutely NO Cold Fusion or HTML background. I do
have some introductory C++, C# and VB background. I'm using
Dreamweaver to create the pages with ColdFusion.
Our website is used to view data, not to submit any
infomration on forms. The first time a user hits my form called
detail_staging.cfm an SQL statement runs that passes three
variables from the previous screen using:
SELECT stuff
FROM stuff's table
WHERE card_data.card_year = <CFQUERYPARAM value="#URL.FY#"
CFSQLTYPE="cf_sql_char"> AND
card_data.card_month= <CFQUERYPARAM value="#URL.MON#"
CFSQLTYPE="cf_sql_char"> AND
agencydim.agy_agency_name=<cfqueryparam value="#URL.AGN#"
cfsqltype="cf_sql_char">
This works great and displays informtion based on year, month
and agency. I then want the user to be able to change the month,
but keep the year and agency. I added:
<FORM action="detail_staging.cfm" method="get">
<div align="center"><span
class="page_text_bold">Select Month:</span>
<select name="Month"
class="page_text_side_header_content">
<cfoutput query="Month">
<option
value="#CALENDAR_MONTH#">#CALENDAR_MONTH#</option>
</cfoutput>
</select>
<input type="submit" value="go">
</div>
</FORM>
CALENDAR_MONTH is populated in the drop down based on the
query 'Month'
HERE'S THE PROBLEM:
When I try to change the month, I get "Element FY is
undefined in URL" How do I keep the variable value for FY and AGN
that came through the first time the page loaded and change only
the month?
I've been trying to find an answer to this for a day and a
half now and I'm hoping that you all can help me.
Thank you very much,
Wendy

Thanks for your reply. I'm still not getting it. The stuff I
looked up
says to put an input inside the form tag, but when I do that,
it wants a
name - so I named it-
Now, it doesn't display anything. Is there something I'm
missing or a
more specific direction you can point me in.
Did you also put it into the <cfoutput> block so that
the url variable
is resolved into it's value?
<FORM action="detail_staging.cfm" method="get">
<div align="center"><span
class="page_text_bold">Select Month:</span>
<select name="Month"
class="page_text_side_header_content">
<cfoutput query="Month">
<option
value="#CALENDAR_MONTH#">#CALENDAR_MONTH#</option>
</cfoutput>
</select>
<cfoutput><!--- This block passes through the other
form values --->
<input type="hidden" name="FY" value="#url.fy#">
<input type="hidden" name="AGN" value="#url.AGN#">
</cfoutput>
<input type="submit" value="go">
</div>
</FORM>
You will also need your select name to match the url name you
use in the
query. They both need to be either "MON" or "Month".

Similar Messages

  • BPEL Compilation Error: Load of wsdl "with Message part element undefined..

    Hi Friends,
    I am getting following error while compiling my BPEL process:
    Error: Load of wsdl "FTPWrite.wsdl with Message part element undefined in wsdl [file:/D:/MyData/_MyProjects/052_Amazon_MetadataInterface/001_SVN/002_Intl/trunc/MetadataInterfaceIntl_2013Apr15_WorkingCode/MetadataInterface_Intl/MetadataInterface_Intl.wsdl] part name = reply     type = {http://com.fox.metadata/MetadataInterfaceIntl/MetadataInterface_Intl/types}processResponse" failed
    However the reply message is already defined in the MetadataInterface_Intl.wsdlas shown below:
    Code for MetadataInterface_Intl.wsdl::::
    "<?xml version= '1.0' encoding= 'UTF-8' ?>
    <wsdl:definitions
    name="MetadataInterface_Intl"
    targetNamespace="http://xmlns.oracle.com/MetadataInterfaceIntl/MetadataInterface_Intl/MetadataInterface_Intl"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:inp1="http://com.fox.metadata/MetadataInterfaceIntl/MetadataInterface_Intl/types"
    xmlns:tns="http://xmlns.oracle.com/MetadataInterfaceIntl/MetadataInterface_Intl/MetadataInterface_Intl"
    >
    <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://com.fox.metadata/MetadataInterfaceIntl/MetadataInterface_Intl/types" schemaLocation="xsd/Metadata_Interface.xsd"/>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="requestMessage">
    <wsdl:part name="request" element="inp1:process"/>
    </wsdl:message>
    *<wsdl:message name="replyMessage">*
    *<wsdl:part name="reply" element="inp1:processResponse"/>*
    *</wsdl:message>*
    <wsdl:portType name="execute_ptt">
    <wsdl:operation name="execute">
    <wsdl:input message="tns:requestMessage"/>
    <wsdl:output message="tns:replyMessage"/>
    </wsdl:operation>
    </wsdl:portType>
    </wsdl:definitions>"
    Surprisingly, this same code was compiling file last week and now I have no clue why I am getting this error. Can someone please shade some light on this issue?
    Thanks,
    Sachin.

    Hello
    I have had the same problem in Oracle BPM and solved it using the following steps:
    1- In your application navigator window, expand the project that contains the business rule.
    2- In the SOA Content, double click on your wsdl file.
    3- When the file opens, select the schema view from the bottom of the page.
    4- In the schema view, expand all the schema nodes and check if you see any values in red. If you see one, that value has probably caused the error and you should correct it using the property inspector window.
    In my case, the schema location value was set to a wrong path, so I changed it and the error resolved.
    Also, some error that appear as warning in the rule editor will show as compile error later, such as input types not being used and such, so those must be resolved before compiling.
    Hope that was helpful
    good luck

  • Message part element undefined

    I get the following error on defining a new wsdl operation:
    Error(16,104): Load of wsdl "GetElligibility.wsdl with Message part element undefined in wsdl [oramds:/apps/com/tel/bdi/cp/Service.wsdl] part name = parameters     type = {http://dsd.cp.bd.tel.com/}GetElligibilityResponse" failed
    it points to
    <import namespace="http://bd.tel.com/ps/cp/Service"
    location="oramds:/apps/com/tel/bd/ps/cp/Service.wsdl" importType="wsdl"/>
    I am unable to figure out what exactly the problem may be. Help Required!!!

    have you improted oramds.jar? I haven't used oramds addresses but i'm sure we need to some settings in order to use oramds addresses both in jdev and soa suite.
    this link may help you http://boardreader.com/thread/11g_Deploying_SOA_Composite_that_uses_or_lh9dXlbmr.html

  • Spry.Effect ERR: Element "undefined" not found

    http://demiurgical.fluctuation.net/development/test.html
    Hi guys,
    I used Spry Data, Tabbed Panels, and the very helpfull Tabbed
    Panels Extension that Kin provided. It works fine on both Firefox
    and IE, however, IE6 gives me an alert box of "Spry.Effect ERR:
    Element "undefined" not found 4 times but still working.
    How can I get rid of this?
    Thank you again,
    John

    Looking at Retrospective's code in test.html, I see that the
    error is due to the fact he had a script block in his region:
    <script type="text/javascript">
    <!--//
    var testtab = new Spry.Widget.TabbedPanels("testtab", {
    interval: 3000 });
    testtab.start();
    //-->
    </script>
    That executes immediately when the page is loaded, even
    before the region is processed. To get rid of the problem, all that
    has to be done is remove the script block and move its code into a
    region observer so that it gets exectued any time the region markup
    is re-generated. Here's how it should look:
    <html>
    <head>
    <script src="SpryTabbedPanels.js"
    type="text/javascript"></script>
    <script src="SpryTabbedPanelsExtensions.js"
    type="text/javascript"></script>
    <script src="xpath.js"
    type="text/javascript"></script>
    <script src="SpryData.js"
    type="text/javascript"></script>
    <script src="SpryEffects.js"
    type="text/javascript"></script>
    <link href="SpryTabbedPanels.css" rel="stylesheet"
    type="text/css" />
    <script type="text/javascript">
    <!--//
    var dsTest = new Spry.Data.XMLDataSet("test.xml",
    "Test/TestOne");
    dsTest.setColumnType("name", "html");
    Spry.Data.Region.addObserver("FeatureBoxHome", {
    onPostUpdate: function()
    var testtab = new Spry.Widget.TabbedPanels("testtab", {
    interval: 3000 });
    testtab.start();
    //-->
    </script>
    <title>Test</title>
    </head>
    <body bgcolor="#FFFFFF">
    <div id="FeatureBoxHome" spry:region="dsTest">
    <div id="testtab" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li spry:repeat="dsTest" class="TabbedPanelsTab"
    tabindex="0">{name}</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div spry:repeat="dsTest" class="TabbedPanelsContent"
    style="display: block;"> <a
    href="{feature_url}">{title}</a> <img src="{photo}">
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>
    --== Kin ==--

  • XML element in image URL

    Hi All,
    I used this to get dynamic URL resolution for logo on my report.
    Simple url:{'http://localhost/logo.jpg'} works just fine for HTML output.
    But once I use XML element for URL resolution it does nothing...
    url:{concat('http://',FILE_PATH)} returns just 'http://' without value from FILE_PATH element.
    Needles to say, that FILE_PATH element on report itself does the job and presents path to the image.
    What I am doing wrong?
    Thank you.

    Have a look at this .
    Re: problem with dynamic image
    or
    simple use
    url:{concat('http://',.//FILE_PATH}

  • Error "EPCF Undefined" in URL Iview after upgrading portal from 7.0 to 7.3

    Hi All,
    We have upgraded our portal from 7.0 to 7.3 recently. After upgrade when we are trying to open URL iviews(which will open a page in a sesparate window) it is giving some error in left bottom corner of browser. The error is as follows
    Message: 'EPCM' is undefined
    Line: 463
    Char: 1
    Code: 0
    URI: http://<host>:50100/irj/portal?NavigationTarget=navurl://25fd58cd6bc575491c6b9c692e5debd6&InitialNodeFirstLevel=true&windowId=WID1318828789495
    Please let me know the solution to solve this issue.
    Thanks & regards,
    Sandeep

    Hi sandeep ,
    Hence the problem was not there with previous versions where the .js files were simply not compressed by default.
    Solution :
    I believe switching off javascript compression is a suitable option in this case as the script files are usually cached by the browser as well and will not be transmitted every time.
    Kindly follow these steps:
    1. Enter the J2EE Config tool.
    2. drill down: Global Server Configuration->services->http
    3. on the right hand side, click on NeverCompressed
    4. on the bottom, add at the end: ,*.js
    5. Apply the changes
    6. restart the J2EE.
    After this clear the browser cache and then log onto the portal and check if the issue gets resolve
    I hope it will useful to you.
    Thanks@ Re grads
    G.srinu

  • Element undefined

    I have a test code like this:
    <cfquery name="detail" datasource="fundfinder1"
    dbtype="ODBC">
    SELECT edtrans.*, edtrans.princ_amt as tr_princ_amt,
    edtrans.income AS tr_income, edtrans.Val_share AS
    tr_val_share, edtrans.shares AS tr_shares
    FROM edtrans
    WHERE princ_acc = '480377'</cfquery>
    <cfoutput>#detail.tr_val_share#</cfoutput>
    It returns message: "Element TR_VAL_SHARE is undefined in
    DETAIL"
    if I change tr_val_share to trvalshare(without _) it works.
    please help?

    If you do this, what do you get for the problematic field?
    <cfquery name="q1">
    select * from edtrans where 1 = 2
    </cfquery>
    <cfdump var="#q1.columnlist#">

  • Element undefined. What am I missing here?

    I can't seem to get this template to work correctly. As it is now it generates the following error message;
    Element PRODUCTTYPE is undefined in PRODUCTS.
    Here is my code;
    <cfquery datasource="farmky" name="getProductLists">
    SELECT CatalogGroup.ID,
           CatalogGroup.Group,
           Products.ProductID,
           Products.Manufacturer,
           Products.ProductTitle,
           Products.CatalogGroup,
           Products.ProductType,
           ProductTypes.ID,
           ProductTypes.ProductType
    FROM ProductTypes INNER JOIN (CatalogGroup INNER JOIN Products ON CatalogGroup.ID = Products.CatalogGroup) ON ProductTypes.ID = Products.ProductType
    ORDER BY ProductTitle ASC
    </cfquery>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <cfdump var="#getProductLists#">
    <cfoutput query="getProductLists" group="#Products.ProductType#">
    <table width="850" border="0">
      <tr>
        <td colspan="3" bgcolor="##CCCCCC"><strong>#ProductTypes.ProductType#</strong></td>
      </tr>
      <cfoutput><tr>
        <td width="236" align="left">#ProductTitle#</td>
        <td width="254" align="left">#Manufacturer#</td>
        <td width="212" align="left">#Group#</td>
      </tr></cfoutput>
    </table></cfoutput>
    </body>
    </html>
    The results of my <cfdump> do not show anything for the ProductTypes.ProductType column. I suspect the issue is with either my JOIN statements in my FROM clause or my group syntax or both. Any help on this would be greatly appreciated. Thanks in advance.

    Thanks for the response Dave. I modified my code as per your suggestion and am now getting this error message;
    Variable PRODUCTS_PRODUCTTYPE is undefined.
    Here is the new code;
    <cfquery datasource="farmky" name="getProductLists">
    SELECT CatalogGroup.ID AS CatalogGroup_ID,
           CatalogGroup.Group,
           Products.ProductID,
           Products.Manufacturer,
           Products.ProductTitle,
           Products.CatalogGroup,
           Products.ProductType AS Products_ProductType,
           ProductTypes.ID AS ProductTypes_ID,
           ProductTypes.ProductType AS ProductTypes_ProductType
    FROM ProductTypes INNER JOIN (CatalogGroup INNER JOIN Products ON CatalogGroup.ID = Products.CatalogGroup) ON ProductTypes.ID = Products.ProductType
    ORDER BY ProductTitle ASC
    </cfquery>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Central Farm Supply of Kentucky, Inc.</title>
    </head>
    <body>
    <cfdump var="#getProductLists#">
    <cfoutput query="getProductLists" group="#Products_ProductType#">
    <table width="850" border="0">
      <tr>
        <td colspan="3" bgcolor="##CCCCCC"><strong>#ProductTypes_ProductType#</strong></td>
      </tr>
      <cfoutput><tr>
        <td width="236" align="left">#ProductTitle#</td>
        <td width="254" align="left">#Manufacturer#</td>
        <td width="212" align="left">#Group#</td>
      </tr></cfoutput>
    </table></cfoutput>
    </body>
    </html>
    My <cfdump> is showing the correct results for the ProductTypes.ProductType column whereas before it showed no results at all.
    EDIT: I removed the #'s from the group="Products_ProductType" and now the page displays correctly except for the order. I modified the Order By clause to ORDER BY Products_ProductType, ProductTitle ASC and now get an error message stating Too few parameters. Expected 1. Thoughts?

  • Undefined element "xsd:element"

    While trying to do this:
    declare doc varchar(10000) := '
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns="http://www.w3.org/2001/XMLSchema"     
    xmlns:xdb="http://www.oracle.com/"
         targetNamespace="http://www.books.org"
    elementFormDefault="qualified">
    <xsd:element name="BookStore" xdb:defaultTable="PROVA">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="Book" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Book">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="Title" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="Author" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="Date" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="ISBN" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="Publisher" minOccurs="1" maxOccurs="1"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Title" type="xsd:string"/>
    <xsd:element name="Author" type="xsd:string"/>
    <xsd:element name="Date" type="xsd:string"/>
    <xsd:element name="ISBN" type="xsd:string"/>
    <xsd:element name="Publisher" type="xsd:string"/>
    </xsd:schema>';
    begin
    dbms_xmlschema.registerSchema('http://www.oracle.com/PO.xsd', doc,TRUE, TRUE, FALSE, TRUE);
    end;
    I get this error:
    declare doc varchar(10000) := '
    ERRORE alla riga 1:
    ORA-31154: invalid XML document
    ORA-19202: Errore durante XML processing
    LSX-00021: undefined element "xsd:element"
    ORA-06512: a "XDB.DBMS_XMLSCHEMA_INT", line 0
    ORA-06512: a "XDB.DBMS_XMLSCHEMA", line 12
    ORA-06512: a line 38
    What does it mean? why is xsm:element undefined?
    Thanx

    Here it is.
    i did some modification in the header section of the schema and was able to register it.
    pls compare the two to see the difference.
    <xsd:schema targetNamespace="http://www.books.org/books.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.books.org/books.xsd" xmlns:xdb="http://xmlns.oracle.com/xdb" elementFormDefault="qualified">
    <xsd:element name="BookStore" xdb:defaultTable="PROVA">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="Book" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Book">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="Title" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="Author" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="Date" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="ISBN" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="Publisher" minOccurs="1" maxOccurs="1"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Title" type="xsd:string"/>
    <xsd:element name="Author" type="xsd:string"/>
    <xsd:element name="Date" type="xsd:string"/>
    <xsd:element name="ISBN" type="xsd:string"/>
    <xsd:element name="Publisher" type="xsd:string"/>
    </xsd:schema>';
    begin
    dbms_xmlschema.registerSchema('http://www.oracle.com/PO.xsd', doc,TRUE, TRUE, FALSE, TRUE);
    end;

  • Text input as variable in a URL

    I want to create a simple flash document with a text input
    field, and a button that will go to a URL. The trick is that the
    text input field needs to replace an element in the URL for
    personlaization purposes. I got the field, and I got the button.
    What is the method for getting it into the URL.

    I think you should be able to do something like, I use it for
    loading variables from a URL a lot and im pretty sure will work the
    same using getURL
    something like this, just change the variables to yours
    getURL("
    http://www.test.com/cgi-bin/scripts.pl/flash/search?name="
    + input_name_text.text + "&category=" + category + "&type="
    + category);
    Whatever is in those variables will be inserted into the
    URL.

  • Show-Hide element in Dreamweaver CS5

    Please can you tell me why when I validate a web page I get the following error when using the Show-Hide behaviour.  The error is only reported for the first use of the feature and no of the others.  I don't understand.
    Line 239,         Column 235:     there is no attribute "onload"…HideLayers('drive','','hide')" onload="MM_showHideLayers('drive','','hide')" /…

    You have used the attribute named above in your document, but the       document type you are using does not support that attribute for this       element. This error is often caused by incorrect use of the "Strict"       document type with a document that uses frames (e.g. you must use       the "Transitional" document type to get the "target" attribute), or       by using vendor proprietary extensions such as "marginheight" (this       is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in       the document type you are using, as an undefined element will have no       supported attributes; in this case, see the element-undefined error       message for further information.
    How to fix: check the spelling and case of the element and attribute,        (Remember XHTML is all lower-case) and/or        check that they are both allowed in the chosen document type, and/or       use CSS instead of this attribute. If you received this error when using the        <embed> element to incorporate flash media in a Web page, see the        FAQ item on valid flash.
    Below is a copy of the relevant code -The code in bold is the line causing the error.  You will notice I have used it more than once, but I didn't get any other error messages.  Please help.
      <h3>Artist Drive and Palette</h3>
        <!--  this enlarges two images using show/hide and two different sized images -->
       <div id="drive"><img src="Images/Artist Drive large.jpg" alt="Artist Drive" width="300" height="195" title="Artist Drive" onmouseover="MM_showHideLayers('drive','','show')" onmouseout="MM_showHideLayers('drive','','hide')" onload="MM_showHideLayers('drive','','hide')" />
        </div>
        <img src="Images/Artist Drive.jpg" alt="Artist Drive" width="100" height="56"  class="fltlft" title="Artist Drive" onmouseover="MM_showHideLayers('drive','','show')" onmouseout="MM_showHideLayers('drive','','hide')" onload="MM_showHideLayers('drive','','hide')" />
        <div id="palette"><img src="Images/Artist Palette large.jpg" alt="Artist's palette" width="300" height="194" title="Artist's Palette" onmouseover="MM_showHideLayers('palette','','show')" onmouseout="MM_showHideLayers('palette','','hide')" onload="MM_showHideLayers('palette','','hide')" />
        </div>
        <img src="Images/Artist Palette.jpg" alt="Artist Palette" width="100" height="60" class="fltrt" title="Artist's Palette" onmouseover="MM_showHideLayers('palette','','show')" onmouseout="MM_showHideLayers('palette','','hide')" onload="MM_showHideLayers('palette','','hide')" />
        <p class="size">These formations are in Death Vally, California, USA. Artist's  Drive rises up to the top of an alluvial fan fed by a deep canyon cut into the  Black Mountains. Artist's Palette is on the face of the Black Mountains and is noted for having various colours of rock. These colours are caused by the  oxidation of different metals (red, pink and yellow is from iron salts, green is from decomposing tuff-derived mica, and manganese produces the purple). Called the Artist Drive Formation, the rock unit provides evidence for one of the Death Valley area's most violently explosive volcanic periods. The Miocene-aged formation is made up of cemented gravel, playa deposits, and much volcanic debris, perhaps 5,000 feet (1500 m) thick. Chemical weathering and hydrothermal alteration are also responsible for the variety of colours displayed in the Artist Drive Formation and nearby exposures of the Furnace Creek Formation.
        </p>
        <h3>Badlands</h3>
         <!--  this enlarges two images using show/hide and two different sized images -->
        <div id="badland"><img src="Images/The Badlands large.jpg" alt="The Badlands" width="300" height="183" onmouseover="MM_showHideLayers('badland','','show')" onmouseout="MM_showHideLayers('badland','','hide')" onload="MM_showHideLayers('badland','','hide')" />
        </div>
        <p><img src="Images/The Badlands.jpg" alt="The Badlands" width="100" height="61" class="fltlft" onmouseover="MM_showHideLayers('badland','','show')" onmouseout="MM_showHideLayers('badland','','hide')" onload="MM_showHideLayers('badland','','hide')" />
        </p>
        <div id="badland1"><img src="Images/The Badlands1 large.jpg" alt="The Badlands" width="300" height="132" onmouseover="MM_showHideLayers('badland1','','show')" onmouseout="MM_showHideLayers('badland1','','hide')" onload="MM_showHideLayers('badland1','','hide')" />
        </div>
        <img src="Images/The Badlands1.jpg" alt="The Badlands" width="100" height="44" class="fltrt" onmouseover="MM_showHideLayers('badland1','','show')" onmouseout="MM_showHideLayers('badland1','','hide')" onload="MM_showHideLayers('badland1','','hide')" />
        <p class="size">Badlands National Park, in southwest South Dakota preserves 242,756 acres (98,240 ha) of sharply eroded buttes, pinnacles, and spires blended with the largest protected mixed grass prairie in the United States. On-going rains, freezes and thaws have revealed millions of years of sediment that paint a colourful landscape on the prairies of south-western South Dakota. It contains the world's richest Oligocene  epoch fossil beds, dating 23 to 35 million years old.
        </p>

    Sometimes DW's javascripts will throw errors like that, most of the time it can be ignored.
    What doctype are you using (the first line of your html)?
    If you have a "Strict" Doctype, did you try changing it to a "Transitional" version as the error report suggested?
    Edit > Preferences > New Document > Default Document Type (DTD) > Change from Strict to Transitional of the same version.

  • How to specify  a servlet mapping as the url pattern with in the security constraints

    Hi ,
    Weblogic 6.0 documentation says the following:-
    Define which resources in the Web Application the security constraint applies to using the <url-pattern> element that is nested inside the <web-resource-collection> element. The <url-pattern> can refer to either a directory, filename or a <servlet-mapping>.
    To apply the security constraint to the entire Web Application, use the following <url-pattern>:
    <url-pattern>/*</url-pattern>
    Could any one let me know how to specify servlet mapping as the url pattern.
    I tried various combination and it doesn't seem to work and any help in this regard will be greatly appreciated.
    Thanks
    kannan

    The answer is posted here:
    Unapproved User Flag in UME

  • Sending document to oracle xml gateway web service and body is url encoded

    Hello,
    a question from a complete newbie to web services. I have some code that is sending a soap message to an oracle xml gateway web service. In the soap message the values in the soap body look like &lt ;CNTROLAREA&gt ;
    when I would be expecting <CNTROLAREA>. What I have been told is that the content of the ReceiveDocument element has been url encoded which causes the &lt and to correct it I need to change the paramater type from object to xmlnode and to build the request as an xmldocument. The xmlnode and xmldocument comes from a .net guy so I've been trying to find the equivalent in java but am not having any luck. I have a lot of reading to do but was wondering if someone might be able to point me in the right direction on how to correct the problem. I captured the soap message being sent using tcpmon. Why does the body have the &lt instead of the < as I was expecting and is there an xmldocument type? The header part of the soap message looks as I expect. "><soapenv:Header><ns1:XMLGateway_Header xmlns:ns1="http://xmlns.oracle.com/apps/fnd/XMLGateway"><ns1:MESSAGE_TYPE>XML</ns1:MESSAGE_TYPE>. It is being sent as a com.oracle.xmlns.apps.fnd.XMLGateway.XMLGateway_Header type.
    thanks
    Thanks
    Edited by: twf123 on May 5, 2010 11:59 AM
    Edited by: twf123 on May 5, 2010 12:00 PM

    twf123 wrote:
    What I have been told is that the content of the ReceiveDocument element has been url encoded which causes the &lt and to correct it I need to change the paramater type from object to xmlnode and to build the request as an xmldocument. Where do you change the parameter type?
    The xmlnode and xmldocument comes from a .net guy so I've been trying to find the equivalent in java but am not having any luck. How do you get the data from .net guy? Which interface do you use? What processing do you do after receiving the data?

  • Dynamic URLs in WebIntelligence BO 4.0

    HI together,
    I´ve got a WebIntelligence Document with a table.
    One Column of the table should be a opendocument Link to another webi. The Content of the cell should be part of the
    openDocument link.
    I tried the following steps:
    On the selected column -> Linking  -> Add Hyperlink -> Here I´ve added the URL -> Button Parse
    Now I can "Customize the following dynamic elements of the URL" ; when I choose select object for  a parameter the URL contains the object I´ve selected:
    The URL looks like:
    http://server:port/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=4342323944sd444&sIDType=CUID&sRefresh=Y&lsRParameter=(
    [Kontonr]
    The Object
    [Kontonr]
    is also the value of the column.
    I can´t confirm this change with "OK" -> Nothing happens.
    Has anyone an idea to build a correct dynamic URL?
    Kind regards
    Lars
    Edited by: Lars Ohm on Jan 24, 2012 6:45 PM

    Hi Lars,
    Too late to reply, though might help the future visitors !!
    This how it should be parsed :
    http://server:port/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=4342323944sd444&sIDType=CUID&sRefresh=Y&lsRParameter=(=[Kontonr])
    Thanks,
    Kaarthi

  • Unique URLs in a databse

    I am using PHP / MySQL. I want to make a database of
    websites, where the website URLs are unique. Let's say '
    http://www.adobe.com' exists in
    the database...
    If someone tries to insert a record with the URL '
    http://adobe.com', then script should
    find '
    http://www.adobe.com' (with the
    www in front) in the database and detect that it is the same site,
    and prohibit the insertion of the record.
    Also, if someone tries to insert '
    http://www.adobe.com/' (with that
    added / at the end), it should just simply remove the end slash
    before inserting it or looking for any records with a similar URL.
    Lastly, the '
    http://' should be added to the beginning of a
    URL automatically if it isn't already provided.
    How do I do these three things? Also, is there anything else
    I should design the script to look for to make sure the URLs are
    unique and duplicates are not being inserted?
    Edit:
    One other thing, '
    http://www.adobe.com/some_page.html'
    should be seen as the same thing as '
    http://www.adobe.com', and would
    prohibited from insertion. I'd actually like it if specific pages
    could just be knocked off automatically, leaving just the domain.
    Although, URL entries like '
    http://some_host.com/user123'
    and '
    http://user123.some_host.com'
    should still work.

    AngryCloud wrote:
    > I am using PHP / MySQL. I want to make a database of
    websites, where the
    > website URLs are unique.
    How you design your script depends a great deal on who will
    be inputting
    the material. If this is going to be on an open site, with
    anyone free
    to input material, you will need to do a lot of checking and
    sanitizing
    of the user input before submitting it to your database. If
    it's going
    to be in a protected area where only trusted users are given
    permission
    to insert new entries, you can be less paranoid.
    PHP has a useful function called parse_url() that extracts
    the various
    elements of a URL:
    http://www.php.net/manual/en/function.parse-url.php
    You could use it like this:
    // check that input field isn't blank
    if (isset($_POST['url']) && !empty($_POST['url])) {
    // remove magic quotes
    $url = get_magic_quotes_gpc() ? stripslashes($_POST['url]) :
    $_POST['url];
    // parse the URL
    $parts = parse_url($url);
    // if it looks OK, go ahead
    if (isset($parts['scheme']) && $parts['scheme'] ==
    'http' &&
    isset($parts['host']) {
    $host = $parts['host'];
    // get the domain name with and without www.
    if (strpos($host, 'www.') === 0) {
    $www_host = $host;
    $no_www = substr($host, 4);
    else {
    $www_host = 'www.'.$host;
    $no_www = $host;
    // query the database to see if URL already registered
    $sql = "SELECT url FROM myTable
    WHERE url = '
    http://{$www_host}'
    OR url = '
    http://{$no_www}'";
    $result = mysql_query($sql);
    if (mysql_num_rows($result)) {
    $error = 'That URL is already registered';
    else {
    $error = 'URL must begin with
    http://';
    // if no errors detected, insert into database
    if (!$error) {
    $site = '
    http://'.mysql_real_escape_string($host);
    $sql = "INSERT INTO myTable SET url = '$site'";
    mysql_query($sql);
    This isn't the only way of doing it, and you should probably
    add more
    checks, but the inline comments should show you how the
    script works.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

Maybe you are looking for

  • Recon Acct and Vendor Acct not tele.

    Hi Experts My report in FBL3N and FBL1N not same. In FBL3N I only key in the;          G/L Code          : 1234                     Company Code : MY01        Open Item date :  30.06.2009        In FBL1N I key in the; Recon account in dynamic selecti

  • Apps and External Hard Drives.

    Hello!      I've been a long time mac user (since 2009) and I recently bought my third mac. After years of experience, you would think I would know which type of mac would best suit me. Well, I guess I didn't know what I was going to need because aft

  • Third party GPS SW provider for the Nokia 5800

    I have been going though the posts for some time now in reagrd to GPS SW for the 5800, namley touch screen, I am not interested in the Nokia maps but a third party SW. I read that Garmin have a version which is supposed to work with the touch screen

  • T450s Light Leaking around display

    Hi to the Lenovo Community! I just purchased the Lenovo T450s Thinkpad from their site. It has a pronounced problem with light leaking around the display frame, especially from the bottom part of the frame. I've seen a PC Mag review that mentions thi

  • What can you do while maps are running?

    Heya, I have a nokia 5800 and the maps service is pretty good (except the waiting for GPS problem). It's a bit impractical for me to test myself, but does anyone know what you can do while the Ovi maps software is on? For example, say I have the GPS