HTML Error-Required attribute "type" not specified.

I am running into an issue with this error and I have tried to fix it multiple times, however I cannot seem to get it. The code for my page is below, and I would really appreciate any help that I can get. Thanks and GOD BLESS y'all...  The error is popping up almost at the bottom and I have highlighted the issues in orange. Thanks again...
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Home Page</title>
<!-- TemplateEndEditable -->
<style type="text/css">
.BeatsWarehouse {
          font: normal 58pt Vivaldi;
          color: #000;
          text-decoration: none;
          letter-spacing: normal;
          text-indent: 20%;
          word-spacing: normal;
          font-size: 100pt;
          font-weight: bold;
          text-align: left;
.BuildYourDreams {
          font: normal 58pt Vivaldi;
          color: #000;
          text-decoration: none;
          letter-spacing: normal;
          text-indent: 50%;
          word-spacing: normal;
          font-size: 68pt;
pre {
          visibility: hidden;
          font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
          font-weight: bold;
          font-size: 18px;
          color: #CCC;
.WinnersName {
          color: #00FF00;
          font: 900 normal 18pt Georgia, "Times New Roman", Times, serif;
          text-decoration: none;
          text-indent: 30%;
.TopWinners {
          font: bold normal 24pt Georgia, "Times New Roman", Times, serif;
          color: #0F0;
          background: fixed;
          text-decoration: none;
          text-indent: 30%;
#HomeMenu {
          position: absolute;
          left: 16px;
          top: 323px;
          width: 314px;
          height: 424px;
          border: 1px none #000000;
          z-index: 1;
          font: normal 24pt Georgia, "Times New Roman", Times, serif;
          color: #0F0;
          text-decoration: none;
          font-family: Georgia, "Times New Roman", Times, serif;
body {
          text-align: center;
          background: url(../images/images/Org-home-page.png) no-repeat scroll;
          height: 950px;
          width: 1800px;
          background-image: url(Images/Index.png);
          background-color: #000;
a {
          font-family: "Comic Sans MS", cursive;
          font-size: 41px;
          color: #06F;
          font-weight: bold;
          font-style: italic;
a:link {
          text-decoration: none;
          color: #0F0;
a:visited {
          text-decoration: none;
          color: #FF0;
a:hover {
          text-decoration: underline;
          color: #F60;
a:active {
          text-decoration: none;
.TopWinners1 {
          font: bold normal 24pt Georgia, "Times New Roman", Times, serif;
          color: #0F0;
          background: fixed;
          text-decoration: none;
          text-indent: 30%;
#apDiv1 {
          position: absolute;
          left: 761px;
          top: 1120px;
          width: 290px;
          border: 1px none #000000;
          border: 1px groove #000000;
          z-index: 2;
          color: #FFF;
          text-align: center;
</style>
<script type="text/javascript"  />
</head>
<body background="Images/Index.png" id="pass">
<pre id="Counter"><ins><img src="http://counter.rapidcounter.com/counter/1340690471/small" alt="Free Website Counters" id="Conter" border="0" align="middle" hspace="4" vspace="2" /></ins>
</pre>
<script src= "http://counter.rapidcounter.com/script/1340690471"  />
<div id="HomeMenu">
  <pre><a href="about us.html">About Us</a></pre>
  <pre><a href="registration.html">Register Now</a></pre>
  <pre><a href="Artist.html">Artist</a></pre>
  <pre><a href="Producer.html">Producer</a></pre>
  <pre><a href="contact us.html">Contact Us </a></pre>
</div>
<div id="apDiv1">
If y'all need any more information just let me know and I will see what I can do... Thanks...

Sure no problem, here it is...
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Home Page</title>
<!-- TemplateEndEditable -->
<style type="text/css">
.BeatsWarehouse {
          font: normal 58pt Vivaldi;
          color: #000;
          text-decoration: none;
          letter-spacing: normal;
          text-indent: 20%;
          word-spacing: normal;
          font-size: 100pt;
          font-weight: bold;
          text-align: left;
.BuildYourDreams {
          font: normal 58pt Vivaldi;
          color: #000;
          text-decoration: none;
          letter-spacing: normal;
          text-indent: 50%;
          word-spacing: normal;
          font-size: 68pt;
pre {
          visibility: hidden;
          font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
          font-weight: bold;
          font-size: 18px;
          color: #CCC;
.WinnersName {
          color: #00FF00;
          font: 900 normal 18pt Georgia, "Times New Roman", Times, serif;
          text-decoration: none;
          text-indent: 30%;
.TopWinners {
          font: bold normal 24pt Georgia, "Times New Roman", Times, serif;
          color: #0F0;
          background: fixed;
          text-decoration: none;
          text-indent: 30%;
#HomeMenu {
          position: absolute;
          left: 16px;
          top: 323px;
          width: 314px;
          height: 424px;
          border: 1px none #000000;
          z-index: 1;
          font: normal 24pt Georgia, "Times New Roman", Times, serif;
          color: #0F0;
          text-decoration: none;
          font-family: Georgia, "Times New Roman", Times, serif;
body {
          text-align: center;
          background: url(../images/images/Org-home-page.png) no-repeat scroll;
          height: 950px;
          width: 1800px;
          background-image: url(Images/Index.png);
          background-color: #000;
a {
          font-family: "Comic Sans MS", cursive;
          font-size: 41px;
          color: #06F;
          font-weight: bold;
          font-style: italic;
a:link {
          text-decoration: none;
          color: #0F0;
a:visited {
          text-decoration: none;
          color: #FF0;
a:hover {
          text-decoration: underline;
          color: #F60;
a:active {
          text-decoration: none;
.TopWinners1 {
          font: bold normal 24pt Georgia, "Times New Roman", Times, serif;
          color: #0F0;
          background: fixed;
          text-decoration: none;
          text-indent: 30%;
#apDiv1 {
          position: absolute;
          left: 761px;
          top: 1120px;
          width: 290px;
          border: 1px none #000000;
          border: 1px groove #000000;
          z-index: 2;
          color: #FFF;
          text-align: center;
</style>
<script type="text/javascript" src="http://counter.rapidcounter.com/script/1340690471"></script>
</head>
<body background="images/index.png" id="pass">
<pre id="Counter"><ins><img src="http://counter.rapidcounter.com/counter/1340690471/small" alt="Free Website Counters" id="Conter" border="0" align="middle" hspace="4" vspace="2" /></ins>
</pre>
<script type="text/javascript" src="http://counter.rapidcounter.com/script/1340690471"></script>
<div id="HomeMenu">
  <pre><a href="about us.html">About Us</a></pre>
  <pre><a href="registration.html">Register Now</a></pre>
  <pre><a href="Artist.html">Artist</a></pre>
  <pre><a href="Producer.html">Producer</a></pre>
  <pre><a href="contact us.html">Contact Us </a></pre>
</div>
<div id="apDiv1">
  <pre>&copy;BeatsWarehouse.net 2012</pre>
</div>
<p>
  <label for="UserName">                                                                                                                                                                                                User Name</label>
  <input type="text" name="User Name" id="UserName" />
   <span id="sprypassword1">
  <label for="Password">Password </label>
  <input type="password" name="Password" id="Password" />
</span></p>
<p>                                                                                                                                                                                                    
  <input type="reset" name="Forgot Password" id="ForgotPassword" value="Forgot ?" />
  <input type="submit" name="Submit" id="Submit" value="Login" />
</p>
<p>  </p>
<h1 class="BeatsWarehouse">BeatsWareHouse<br />
            <span class="BuildYourDreams">Build Your Dreams</span></h1>
<h2 class="TopWinners1"> </h2>
<h2 class="TopWinners1">Top 5 Contest Winners I am  proud to introduce our </h2>
<h2 class="TopWinners1">top 5 winners for our 1st contest. The</h2>
<h2 class="TopWinners1"> &quot;Submit Your Song&quot; Contest.</h2>
<p class="WinnersName">1. Lewis Kent 
    2. Tygie Stone   3. Briant Mendez </p>
<p class="WinnersName"> 4. Aaron LongRifle
     5. Spazmatic Therapeutic</p>
</body>
</html>
Just FYI my wife and I are the ones creating this site, and a quick run down is My sister has the dream for this, my mom has the finances to get it going, and I have my associates in web design. Now although I have my degree in it, I went to school completely online, so naturally I didn't learn as much as I hoped to. So not to talk y'alls heads off but I'm pretty much learning as I go. So I am very eager to get all the info I can to get this done. But anyways there you go, that is the entire page of code... Let me know if y'all need anything else...

Similar Messages

  • IDOC - process code with error "Application Object Type not planned'

    Hi all,
    I am doing an inbound idoc.... in TCODE we42, i trying to put function module which i created, attached to the process code.
    However, when i put my function module ZIDOC_INBOUND to the process code... it comes out error, 'Application Object Type not planned.'
    Why is this so?
    Please advice...
    Thanks and regards...
    William Wilstroth

    HI all,
    I had solved this problem. I should have gone to we57 to tie the function module.
    thanks.
    William Wilstroth

  • Error RSM006 "Attributes are not yet maintained"

    Hello everyone, I have had a problem with two infopackages,  one of them has the 0COORDER_TEXT datasource and the other 0COORDER_ATTR datasource. When I run the process chain with these infopackages, I have the error RSM006 "Attributes are not yet maintained", if I try to change these infopackages with the RSA1 I have the same error.
    Do you have any suggestion to solve this problem?
    Thank you very much.
    Best Regards
    Maximiliano Valin

    Thank you, I check your recommendation and I found everything ok, the 0COORDER is ok and active, and the tranfer rules are ok and active too, I don't know what other thing could be the problem.
    This is the help message that appear when the error happens.
    Attributes are not yet maintained
    Message no. RSM006
    Diagnosis
    The attributes have either not yet been created or activated.
    The data cannot be taken from the source system without maintained attributes. Therefore, this data request is not possible.
    Procedure
    Maintain the attributes for this master data-InfoSource in the Administrator Workbench and then activate them.
    Thank you for everything.

  • When trying to change ringtone I keep getting the error message file type not supported.

    I have downloaded some ringtones fro VZ Tones and when I go to make them the default it gives me the error message file type not supported.  If I go to my storage and try to look at pictures, it tells me the same thing.

        That's definitely odd CrystiDawn, and I understand it can be quite frustrating. Let's get to the bottomof this. What device make and model phone do you have? Did you receive a text message with a link to download the ringtones? If so, once downloaded, please go to all your Apps, locate "Files" and play the ringtone using the media player. You will have the option to set it as ringtone while playing and pressing the menu icon. Were the pictures taken from the phone or transferred using the USB cable?
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • SEM-BCS: Error source currency is not specified

    Hi,
    I was testing period 5 fy 2007 in a sandbox system for elimination of inter-unit profit and loss in inventory and got this error message: source currency not specified.
    Please help what is wrong. Thank you.

    Hi Eugene,
    Yes, we load the data via flexible load and it will reflect in inventory data and supplier data ODS/DSO.
    Once loading is done for both inventory and supplier data in our usual manner, we are now ready to execute I/U elim P/L. 
    But encountered an error saying "source currency is not specified". Diagnosis: You want to translate a source key figure into target key figure. However, you did not specify a currency key for the source key figure"
    This is the error message.
    Thank you.

  • I cannot upload Photoshop Touch jpegs to my Wordpress blog. I get this error message: ´File type not permitted due to security reasons.´

    Images I retouch in Photoshop Touch and save as jpegs won´t upload to my Wordpress blog. I get this error message: ´File type not permitted due to security reasons.´ I never had this issue before when using photoshop cs or gimp. How can I resolve this issue and continue using Photoshop Touch which otherwise works great with my tablet.

    It seems like you might have to rename them to jpg.
    WordPress › Support » Security error when uploading jpeg image using new macbook
    Let me know if it works.
    Thanks,
    Ignacio

  • Error code attributes do not match

    when trying to install SQL Server 2008, on Feature Selection screen, I am getting an error message: Attributes do not match.  Preset attributes (Directory, Compressed), including attributes (0), excluded attributes (Archive, Compressed, Encrypted).  What do I do to proceed with the instal?
    The next step is instance configuration.

    Hi, 
    I did not try it but i pretty sure that you can install SQL Server on compressed disk/folder using symbolic link as I did with "Shrink SQL Database During Restore":  http://social.technet.microsoft.com/wiki/contents/articles/18481.shrink-sql-database-during-restore.aspx
    * DON'T DO IT On PRODUCTION!!!
    I am just talking on theoretical issue :-)
    [Personal Site] [Blog] [Facebook]

  • Wscompile error : exclusive attributes: "type", "substitutionGroup"

    Hi All,
    I'm trying to use wscompile with a WSDL file and a set of XSDs. It keeps failing with the following error
    error: modeler error: model error: exclusive attributes: "type", "substitutionGroup"
    all the XSDs are standard files available in "http://www.starstandards.org/STAR"
    wscompile version is "JAX-RPC Standard Implementation (1.1.3, build R1)" and I am able to deploy services/access them using our own XSDs and the same approach.
    Appreciate if anyone could help me figure out a solution for this.
    Thanks,
    Nilantha

    I'm getting the exact same problem when I compile my wsdl - hopefully someone will come up with a solution or at least a lead!!
    Russ

  • Required attribute does not work with any data type other than String

    sir,
    I am a new to JSF. My problem is that I have used an integer type data in my page which is taking its value from a bean.But in jsf code I have used the required attribute for the <h:inputText> but if I leave the text box empty it is not showing the validation error which it show show. Another problem is that the page is also not navigating to the next page.
    The code is
    <h:inputText value="#{UserBean.age}" required="true"/>
    where age is of integer type

    Well. The fact that it is not jumping to the next view is "works as required". The assumption is, that once you say a field is required, it could be that the application CANNOT function without that value. Therefor the initial view is redisplayed until all required values are entered.
    IF you need a different behaviour, then the OptionalValidator-package which is currently in development state, is the way to go. It allows to specify different validating strategies for different links on a view (no validation, soft validation (== allow to go on, but produce warning messages), hard validation (== the way JSF works right now)). The problem is that with JSF 1.1 it is quite difficult to implement this behaviour. For simple validators (no parameters) it is working, but for complex validators (requiring parameters) not yet. For more info: http://wiki.apache.org/myfaces/OptionalValidationFramework
    No comment on the String-only behaviour, as I have not yet tested/observed that problem...
    hth
    Alexander

  • JPub Error User-defined type not found

    I just have found about Jpub could help me with my problem, so i try it, but when i try to publish a package it gives me this error:
    J2T-118, ERROR: User-defined type "ADMCAD.PKG_CONSULTA_BR_NOME.TAB_ELEITOR" was
    not found in the database
    This is the package:
    create or replace package admcad.pkg_consulta_br_nome as
    VT_NUM_INSCRICAO VARCHAR2(12);
    VT_COD_SIT_ELEITOR NUMBER(2);
    VT_NOM_ELEITOR VARCHAR2(70);
    VT_DAT_NASC NUMBER(8);
    VT_NUM_ZONA NUMBER(4);
    VT_SGL_UF VARCHAR2(2);
    -- tipo que sera retornado
    TYPE REC_TAB_ELEITOR IS RECORD (
              NUM_INSCRICAO VT_NUM_INSCRICAO%TYPE,
              NOM_ELEITOR     VT_NOM_ELEITOR%TYPE,
              NOM_PAI     VT_NOM_ELEITOR%TYPE,
              NOM_MAE     VT_NOM_ELEITOR%TYPE,
              DAT_NASC     VT_DAT_NASC%TYPE,
              DAT_DOMIC_MUNIC     DATE,
              COD_SIT_ELEITOR     VT_COD_SIT_ELEITOR%TYPE,
              SGL_UF     VT_SGL_UF%TYPE,
              NUM_ZONA     VT_NUM_ZONA%TYPE);
    TYPE tab_eleitor IS TABLE OF REC_TAB_ELEITOR INDEX BY BINARY_INTEGER;
    TYPE cursor_consulta IS REF CURSOR;
    SUBTYPE T_NUM_INSCRICAO is VT_NUM_INSCRICAO%TYPE;
    SUBTYPE T_COD_SIT_ELEITOR is VT_COD_SIT_ELEITOR%TYPE;
    SUBTYPE T_NOM_ELEITOR is VT_NOM_ELEITOR%TYPE;
    SUBTYPE T_NOM_PAI is VT_NOM_ELEITOR%TYPE;
    SUBTYPE T_NOM_MAE is VT_NOM_ELEITOR%TYPE;
    SUBTYPE T_DAT_DOMIC_MUNIC is date;
    SUBTYPE T_DAT_NASC is VT_DAT_NASC%TYPE;
    SUBTYPE T_SGL_UF is VT_SGL_UF%TYPE;
    SUBTYPE T_NUM_ZONA is VT_NUM_ZONA%TYPE;
    TYPE rec_consulta IS RECORD (
    num_inscricao T_NUM_INSCRICAO,
    cod_sit_eleitor T_COD_SIT_ELEITOR,
    nom_eleitor T_NOM_ELEITOR,
    nom_pai T_NOM_PAI,
    nom_mae T_NOM_MAE,
    dat_domic_munic T_DAT_DOMIC_MUNIC,
    dat_nasc T_DAT_NASC,
    sgl_uf          T_SGL_UF,
    num_zona          T_NUM_ZONA);
    procedure prc_consulta (     d01_cod_fon_nome in varchar2,
              d01_cod_fon_mae in varchar2,
              d01_dat_nasc in number,
                   d01_qtd_regs out number,
              vtab_eleitor in out tab_eleitor);
    end pkg_consulta_br_nome;
    This is the command line:
    jpub -user=XXX/XXX@there -sql=admcad.pkg_consulta_br_nome
    Am I wrong, or jpub was suppose to publish any type in the signature?
    Please help.
    Rafael Dittberner

    Rafael,
    I suggest you try asking in the Toplink discussion forum. You can find a link to it from this Web page:
    http://www.oracle.com/technology/products/ias/toplink/index.html
    Good Luck,
    Avi.

  • MobileMe/iCal Error: "The server has not specified a calendar home for the account at..."

    Hi everyone,
    I get a problem when trying to add my MobileMe account in iCal. The error message I receive after trying to add ("+") my MobileMe account to iCal is:
    "The account information was not found. The server has not specified a calendar home for the account at "/ -- https://cal.me.com/".
    Attached the screenshot: http://grab.by/cPDP
    Any idea's on what could be going wrong?
    Thanks,
    Michael

    Hi everyone,
    I get a problem when trying to add my MobileMe account in iCal. The error message I receive after trying to add ("+") my MobileMe account to iCal is:
    "The account information was not found. The server has not specified a calendar home for the account at "/ -- https://cal.me.com/".
    Attached the screenshot: http://grab.by/cPDP
    Any idea's on what could be going wrong?
    Thanks,
    Michael

  • Error-local collection types not allowed in SQL statements

    TYPE WEEK_NUM_T  IS VARRAY(10) OF VARCHAR2(10);
    vc_weeknum WEEK_NUM_T;
    SELECT DISTINCT to_char(y.week_number_in_year) BULK COLLECT INTO vc_weeknum
        FROM DD_TMP x, TIME y
        WHERE x.DATE_TM = y.ORACLE_DATE;
    INSERT INTO TMP_HOLD
        (SELECT *
             FROM TMP
             WHERE DATE_TM IN (SELECT * FROM TABLE(vc_weeknum));It seems like the TABLE() function don't work. What is the workaround?

    You haven't provided enough of your code to tell, but you are probably trying to use a pl/sql type instead of a sql type. Please see the reproduction of error, then correction below.
    -- reprouction of error:
    scott@ORA92> CREATE TABLE tmp_hold AS SELECT * FROM dept WHERE 1 = 2
      2  /
    Table created.
    scott@ORA92> DECLARE
      2    TYPE WEEK_NUM_T     IS VARRAY(10) OF VARCHAR2(10);
      3    vc_weeknum WEEK_NUM_T;
      4  BEGIN
      5    SELECT DISTINCT deptno
      6    BULK   COLLECT INTO vc_weeknum
      7    FROM   emp;
      8 
      9    INSERT INTO TMP_HOLD
    10    SELECT *
    11    FROM   dept
    12    WHERE  deptno IN
    13             (SELECT * FROM TABLE(vc_weeknum));
    14  END;
    15  /
             (SELECT * FROM TABLE(vc_weeknum));
    ERROR at line 13:
    ORA-06550: line 13, column 31:
    PLS-00642: local collection types not allowed in SQL statements
    ORA-06550: line 13, column 25:
    PL/SQL: ORA-22905: cannot access rows from a non-nested table item
    ORA-06550: line 9, column 3:
    PL/SQL: SQL Statement ignored
    -- correction:
    scott@ORA92> CREATE OR REPLACE TYPE WEEK_NUM_T AS TABLE OF VARCHAR2(10);
      2  /
    Type created.
    scott@ORA92> DECLARE
      2    vc_weeknum WEEK_NUM_T;
      3  BEGIN
      4    SELECT DISTINCT deptno
      5    BULK   COLLECT INTO vc_weeknum
      6    FROM   emp;
      7 
      8    INSERT INTO TMP_HOLD
      9    SELECT *
    10    FROM   dept
    11    WHERE  deptno IN
    12             (SELECT * FROM TABLE (CAST (vc_weeknum AS week_num_t)));
    13  END;
    14  /
    PL/SQL procedure successfully completed.
    scott@ORA92> SELECT * FROM tmp_hold
      2  /
        DEPTNO DNAME          LOC
            10 ACCOUNTING     NEW YORK
            20 RESEARCH       DALLAS
            30 SALES          CHICAGO
    scott@ORA92>

  • DBSequence entity attribute type not available

    Hi OTN,
    I want to set an entity attribute type to DBSequence. But there's no such type in a drop-down list, only Java types.
    I tried to set the type in source manually but at runtime framework doesn't assign a negative integer to the attribute at Create operation.
    In simple test application DBSequence type is available and negative integers get assigned.
    I have found a proper thread (Re: DBSequence type no longer available for entity attributes? but the solution there is to recreate the whole datamodel. That isn't suitable for me.
    Maybe there is a better solution now?
    Jdeveloper 11.1.1.2, ADF BC
    Thanks.

    I logged Bug 9380578 - "SQL FLAVOUR" AND "TYPE MAP" CAN BE CHANGED IN "PROJECT PROPERTIES"
    (published in My Oracle Support).
    NB: in JDeveloper 9.x, it was possible to change the "SQL Dialect" (as it was called at that time), but the ADF BC objects and the custom code weren't changed;
    hence it was decided to gray out that choice after the Project creation.
    Regards,
    Didier.

  • [Error]List attribute binding not properly updating Iterator value

    Hi,
    I created an ADF Form page with ADF navigation buttons. Along with that I added Create, Commit and Rollback buttons in the form. One of my attributeValue binding i changed it to dynamic list binding with another iterator (LOV style). I removed all field required properties to false and put showRequried property with corresponding binding attribute mandatory option in order to avoid alert messages. I also removed disabled option of commit and rollback to false option so that every time it will be enabled. There are fields in the form which are set as mandatory from entity. List is also a mandatory attribute.
    When I press next, pervious buttons List points to corresponding LOV value perfectly. Now I press create and press submit without filling mandatory fields, JBO error is thrown. e.g. "JBO-27014: Attribute RociType in RociView is required". Now i press Rollback button, it comes back to first record. but List is showing empty. Again if i press Next button also, list value shows empty. When I printed the value of List attribute in an outputText #{bindings.RociType.inputValue} shows blank and #{bindings.RociType.attributeValue} shows orginal record value. #{bindings.RociType.inputValue} should show the corresponding index of iterator. Somehow after rollback this index is not properly updating.
    Please help to solve this problem.
    Details:
    JDeveloper version 10.1.3
    Project is JSF with ADF BC
    Regards,
    Santhosh

    Hi,
    After doing debug I understood that Rollback is not clearning Error list inside IteratorBinding. Due to that it is not getting proper input value. Please find the code for getInputValue() inside JUCtrlListBinding class.
        * Primarily for spel support. Could be removed prior to 905Prod and merged into a get()
        * method for spel-access.
        * <p>
        * Returns the last input value for the first attribute on this binding if this value
        * raised an exception. Otherwise returns the value from the model object calling
        * getAttribute(0);
        * @javabean.property
       public Object getInputValue()
          getError();
          if (mErrExc != null)
             return mInputVal;
          int sel = getSelectedIndex();
          if (mInputVal != null && (sel == -1 || sel == mNullValueIndex))
             return mInputVal;
          return new Integer(sel);
       }Is there a way to clear Errors inside Iteratorbinding when I press Rollback ???
    Regards,
    Santhosh
    null

  • BP initial download error: CRM_BUPA_FRG0040, Attribute do not exist

    Hi,
    I am trying to make an initial download for BPs on CRM 5.0 from R/3 4.7.
    For some of the BPs I am getting an error (CRM_BUPA_FRG0040 / 402) saying:
    - Attribute 9 09A do not exist
    - Attribute 3 2. do not exist
    Those BP's having the error were not transferred to CRM.
    What could this error be related with?
    Dou you have any idea?
    Thanks in advance...

    Hi Nigne,
             i presume the error is related to Classification data of BP. but could not get what is error exactly related to. Please try to check where therea are anything missing in classification data of BP
    Siva

Maybe you are looking for