Cannot add component with id '_id0' and path

Hello together!
Thanks for your help so far you really helped me a lot.
Now most of the time my application is working fine, but I get sometimes the error:
javax.servlet.ServletException: cannot add component with id '_id0' and path : {Component-Path : [Class: javax.faces.component.html.HtmlOutputText,Id: _id0]} to its parent component. This might be a problem due to duplicate ids.
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
     org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
What can I do to prevent that?
Thanks a lot.

I don't know if the html could would help, but I post it anyways as I am really going crazy:
This is the code at the begining:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="style.css" type="text/css">
<title>Guardar Rayos X</title>
<script src="/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/JSCookMenu.js" type="text/javascript"><!--
//--></script>
<script src="/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/MyFacesHack.js" type="text/javascript"><!--
//--></script>
<script type="text/javascript"><!--
myThemeOfficeBase='/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/ThemeOffice/';
//--></script>
<script src="/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/ThemeOffice/theme.js" type="text/javascript"><!--
//--></script>
<link rel="stylesheet" href="/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/ThemeOffice/theme.css" type="text/css" /></head>
<body>
   <link rel="stylesheet" href="style.css" type="text/css">
        <table>
          <tr>
               <td>
                       <h1>
                            Rayos X
                       </h1>
                  </td>
             </tr>
        </table>
<script language="JavaScript" src="jscookmenu/JSCookMenu.js" type="text/javascript"></script>
<script language="JavaScript" src="jscookmenu/ThemeOffice/theme.js"></script>
<link rel="stylesheet" href="jscookmenu/ThemeOffice/theme.css" type="text/css">
<script language="JavaScript" src="jscookmenu/ThemeMiniBlack/theme.js"></script>
<link rel="stylesheet" href="jscookmenu/ThemeMiniBlack/theme.css" type="text/css">
<script language="JavaScript" src="jscookmenu/ThemeIE/theme.js"></script>
<link rel="stylesheet" href="jscookmenu/ThemeIE/theme.css" type="text/css">
<script language="JavaScript" src="jscookmenu/ThemePanel/theme.js"></script>
<link rel="stylesheet" href="jscookmenu/ThemePanel/theme.css" type="text/css">
     <table>
          <tr>
               <td>
                    <table id="header_group2" border="0"><tbody><tr><td><script type="text/javascript"><!--
var id3_menu =
[[null, 'Salir', 'id3_menu:#{user.logout}', 'linkDummyForm', null],
[null, 'Persona', null, 'linkDummyForm', null,[null, 'Buscar persona', 'id3_menu:searchPerson', 'linkDummyForm', null],
[null, 'Modificar persona', 'id3_menu:modifyPerson', 'linkDummyForm', null]],
[null, 'Consulta', null, 'linkDummyForm', null,[null, 'Buscar por consulta', 'id3_menu:searchVisit', 'linkDummyForm', null],
[null, 'Modificar consulta', 'id3_menu:modifyVisit', 'linkDummyForm', null]],
[null, 'Exportar', null, 'linkDummyForm', null,[null, 'Paciente', 'id3_menu:patientExport', 'linkDummyForm', null]],
[null, 'Preferencias', null, 'linkDummyForm', null,[null, 'Idioma', null, 'linkDummyForm', null,[null, 'Espa�ol', 'id3_menu:#{message.setLanguageToSpanish}', 'linkDummyForm', null],
[null, 'Ingles', 'id3_menu:#{message.setLanguageToEnglish}', 'linkDummyForm', null]]]];
//--></script><div id="id3_menu"></div>
<script type="text/javascript"><!--
     cmDraw ('id3_menu', id3_menu, 'hbr', cmThemeOffice, 'ThemeOffice');
//--></script></td></tr>
</tbody></table>
               </td>
             </tr>
        </table>
     <form id="visitForm" name="visitForm" method="post" action="/Webprojekt/modifyVisit.faces" enctype="multipart/form-data">
         <table>
               <tr>
                    <td>
                         <label for="visitForm:patient">
                              <span id="visitForm:lPatient">Paciente: </span>
                         </label>
                    </td>
                    <td><input id="visitForm:patient" name="visitForm:patient" type="text" value="" />
                         <input id="visitForm:btnPatient" name="visitForm:btnPatient" type="submit" value="..." onclick="clear_visitForm();" />
                    </td>               
               </tr>
               <tr>
                    <td>
                         <label for="visitForm:doctor">
                              <span id="visitForm:lDoctor">Doctor: </span>
                         </label>
                    </td>
                    <td><input id="visitForm:doctor" name="visitForm:doctor" type="text" value="" />
                         <input id="visitForm:btnDoctor" name="visitForm:btnDoctor" type="submit" value="..." onclick="clear_visitForm();" />
                    </td>               
               </tr>
               <tr>
                    <td>
                         <label for="visitForm:type">
                              <span id="visitForm:lType">Estudio: </span>
                         </label>
                    </td>
                    <td>
                         <select id="visitForm:selectOneType" name="visitForm:selectOneType" size="1">     <option value="X-Ray Full">X-Ray Full</option>     <option value="X-Ray Arm">X-Ray Arm</option>     <option value="X-Ray Leg">X-Ray Leg</option>     <option value="X-Ray Foot">X-Ray Foot</option></select>
                    </td>                         
               </tr>
               <tr>
                    <td>
                         <label for="visitForm:location">
                              <span id="visitForm:lLocation">Lugar: </span>
                         </label>
                    </td>
                    <td>
                         <select id="visitForm:selectOneLocation" name="visitForm:selectOneLocation" size="1">     <option value="Mexico City">Mexico City</option>     <option value="Hermosillo">Hermosillo</option></select>
                    </td>                         
               </tr>
               <tr>
                    <td>
                         <input type="checkbox" name="visitForm:nextVisit" id="visitForm:nextVisit" value="true" />
                    </td>
                    <td>
                         <label for="visitForm:nextVisit">
                              <span id="visitForm:lNextVisit">Requiere otra consulta.</span>
                         </label>
                    </td>
               </tr>
               <tr>
                    <td>
                         <hr width=100%>
                    </td>
                    <td>
                         <hr width=100%>
                    </td>
               </tr>
               <tr>
                   <td>
                         <label for="visitForm:fileUpload">
                              <span id="visitForm:lFileUploas">Rayos X: </span>
                         </label>
                    </td>
                   <td>
                        <input type="file" id="visitForm:upload" name="visitForm:upload" />
                        <!--
                         <input type="file" id="visitForm:_id25" name="visitForm:_id25" />-->     
                   </td>
              </tr>
              <tr>
                   <td>
                         <label for="visitForm:diagnostic">
                              <span id="visitForm:lDiagnistic">Diagnostico: </span>
                         </label>
                    </td>
                   <td><textarea name="visitForm:diagnostic" id="visitForm:diagnostic"></textarea></td>
              </tr>
              <tr>
                   <td>
                        <input id="visitForm:btnAdd" name="visitForm:btnAdd" type="submit" value="A�adir" onclick="clear_visitForm();" />
                        <input id="visitForm:btnSearch" name="visitForm:btnSearch" type="submit" value="Buscar" onclick="clear_visitForm();" />
                   </td>
              </tr>
              <tr>
               </tr>
         </table>
    <input type="hidden" name="visitForm_SUBMIT" value="1" /><input type="hidden" name="visitForm:_link_hidden_" /><script type="text/javascript"><!--
function clear_visitForm() {
  var f = document.forms['visitForm'];
  f.elements['visitForm:_link_hidden_'].value='';
  f.target='';
clear_visitForm();
//--></script></form>
    <p>
    <div>
<table id="diagnostics" class="list-background">
<thead>
<tr><th>Imagen</th><th>Diagnostico</th><th></th><th></th><th></th></tr></thead>
<tbody id="diagnostics:tbody_element"></tbody></table>
          </div>
          <form id="_id42" name="_id42" method="post" action="/Webprojekt/modifyVisit.faces" enctype="application/x-www-form-urlencoded">
               <table>
                    <tr>
                         <td>
                              <input id="_id42:btnAddVisit" name="_id42:btnAddVisit" type="submit" value="A�adir" onclick="clear__5Fid42();" />
                         </td>
                         <td>
                              <input id="_id42:btnUpdateVisit" name="_id42:btnUpdateVisit" type="submit" value="Grabar" onclick="clear__5Fid42();" />
                         </td>
                         <td>
                              <input id="_id42:btnAllToWord" name="_id42:btnAllToWord" type="submit" value="Pasar todo a Word." onclick="clear__5Fid42();" />
                         </td>
                    </tr>
               </table>
          <input type="hidden" name="_id42_SUBMIT" value="1" /><input type="hidden" name="_id42:_link_hidden_" /><script type="text/javascript"><!--
function clear__5Fid42() {
  var f = document.forms['_id42'];
  f.elements['_id42:_link_hidden_'].value='';
  f.target='';
clear__5Fid42();
//--></script></form>
     <p>
<link rel="stylesheet" href="style.css" type="text/css">
<table>
     <tr>
          <td>
            X-Ray, Copyright (c) 2006  Markus Sz�ky
        </td>
        </tr>
</table>
</body>
<form id="linkDummyForm" name="linkDummyForm" style="display:inline" method="post" action="/Webprojekt/modifyVisit.faces"><input type="hidden" name="jscook_action" /><script type="text/javascript"><!--
function clear_linkDummyForm() {
  var f = document.forms['linkDummyForm'];
  f.elements['jscook_action'].value='';
  f.target='';
clear_linkDummyForm();
//--></script></form>
</html>and this is the code after I press a button, without any functionality, but the footer is already wrong.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="style.css" type="text/css">
<title>Guardar Rayos X</title>
<script src="/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/JSCookMenu.js" type="text/javascript"><!--
//--></script>
<script src="/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/MyFacesHack.js" type="text/javascript"><!--
//--></script>
<script type="text/javascript"><!--
myThemeOfficeBase='/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/ThemeOffice/';
//--></script>
<script src="/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/ThemeOffice/theme.js" type="text/javascript"><!--
//--></script>
<link rel="stylesheet" href="/Webprojekt/faces/myFacesExtensionResource/navmenu.jscookmenu.HtmlJSCookMenuRenderer/11302665/ThemeOffice/theme.css" type="text/css" /></head>
<body>
   <link rel="stylesheet" href="style.css" type="text/css">
        <table>
          <tr>
               <td>
                       <h1>
                            Rayos X
                       </h1>
                  </td>
             </tr>
        </table>
<script language="JavaScript" src="jscookmenu/JSCookMenu.js" type="text/javascript"></script>
<script language="JavaScript" src="jscookmenu/ThemeOffice/theme.js"></script>
<link rel="stylesheet" href="jscookmenu/ThemeOffice/theme.css" type="text/css">
<script language="JavaScript" src="jscookmenu/ThemeMiniBlack/theme.js"></script>
<link rel="stylesheet" href="jscookmenu/ThemeMiniBlack/theme.css" type="text/css">
<script language="JavaScript" src="jscookmenu/ThemeIE/theme.js"></script>
<link rel="stylesheet" href="jscookmenu/ThemeIE/theme.css" type="text/css">
<script language="JavaScript" src="jscookmenu/ThemePanel/theme.js"></script>
<link rel="stylesheet" href="jscookmenu/ThemePanel/theme.css" type="text/css">
     <table>
          <tr>
               <td>
                    <table id="header_group2" border="0"><tbody><tr><td><script type="text/javascript"><!--
var id3_menu =
[[null, 'Salir', 'id3_menu:#{user.logout}', 'linkDummyForm', null],
[null, 'Persona', null, 'linkDummyForm', null,[null, 'Buscar persona', 'id3_menu:searchPerson', 'linkDummyForm', null],
[null, 'Modificar persona', 'id3_menu:modifyPerson', 'linkDummyForm', null]],
[null, 'Consulta', null, 'linkDummyForm', null,[null, 'Buscar por consulta', 'id3_menu:searchVisit', 'linkDummyForm', null],
[null, 'Modificar consulta', 'id3_menu:modifyVisit', 'linkDummyForm', null]],
[null, 'Exportar', null, 'linkDummyForm', null,[null, 'Paciente', 'id3_menu:patientExport', 'linkDummyForm', null]],
[null, 'Preferencias', null, 'linkDummyForm', null,[null, 'Idioma', null, 'linkDummyForm', null,[null, 'Espa�ol', 'id3_menu:#{message.setLanguageToSpanish}', 'linkDummyForm', null],
[null, 'Ingles', 'id3_menu:#{message.setLanguageToEnglish}', 'linkDummyForm', null]]]];
//--></script><div id="id3_menu"></div>
<script type="text/javascript"><!--
     cmDraw ('id3_menu', id3_menu, 'hbr', cmThemeOffice, 'ThemeOffice');
//--></script></td></tr>
</tbody></table>
               </td>
             </tr>
        </table>
     <form id="visitForm" name="visitForm" method="post" action="/Webprojekt/modifyVisit.faces" enctype="multipart/form-data">
         <table>
               <tr>
                    <td>
                         <label for="visitForm:patient">
                              <span id="visitForm:lPatient">Paciente: </span>
                         </label>
                    </td>
                    <td><input id="visitForm:patient" name="visitForm:patient" type="text" value="" />
                         <input id="visitForm:btnPatient" name="visitForm:btnPatient" type="submit" value="..." onclick="clear_visitForm();" />
                    </td>               
               </tr>
               <tr>
                    <td>
                         <label for="visitForm:doctor">
                              <span id="visitForm:lDoctor">Doctor: </span>
                         </label>
                    </td>
                    <td><input id="visitForm:doctor" name="visitForm:doctor" type="text" value="" />
                         <input id="visitForm:btnDoctor" name="visitForm:btnDoctor" type="submit" value="..." onclick="clear_visitForm();" />
                    </td>               
               </tr>
               <tr>
                    <td>
                         <label for="visitForm:type">
                              <span id="visitForm:lType">Estudio: </span>
                         </label>
                    </td>
                    <td>
                         <select id="visitForm:selectOneType" name="visitForm:selectOneType" size="1">     <option value="X-Ray Full" selected="selected">X-Ray Full</option>     <option value="X-Ray Arm">X-Ray Arm</option>     <option value="X-Ray Leg">X-Ray Leg</option>     <option value="X-Ray Foot">X-Ray Foot</option></select>
                    </td>                         
               </tr>
               <tr>
                    <td>
                         <label for="visitForm:location">
                              <span id="visitForm:lLocation">Lugar: </span>
                         </label>
                    </td>
                    <td>
                         <select id="visitForm:selectOneLocation" name="visitForm:selectOneLocation" size="1">     <option value="Mexico City" selected="selected">Mexico City</option>     <option value="Hermosillo">Hermosillo</option></select>
                    </td>                         
               </tr>
               <tr>
                    <td>
                         <input type="checkbox" name="visitForm:nextVisit" id="visitForm:nextVisit" value="true" />
                    </td>
                    <td>
                         <label for="visitForm:nextVisit">
                              <span id="visitForm:lNextVisit">Requiere otra consulta.</span>
                         </label>
                    </td>
               </tr>
               <tr>
                    <td>
                         <hr width=100%>
                    </td>
                    <td>
                         <hr width=100%>
                    </td>
               </tr>
               <tr>
                   <td>
                         <label for="visitForm:fileUpload">
                              <span id="visitForm:lFileUploas">Rayos X: </span>
                         </label>
                    </td>
                   <td>
                        <input type="file" id="visitForm:upload" name="visitForm:upload" />
                        <!--
                         <input type="file" id="visitForm:_id25" name="visitForm:_id25" />-->     
                   </td>
              </tr>
              <tr>
                   <td>
                         <label for="visitForm:diagnostic">
                              <span id="visitForm:lDiagnistic">Diagnostico: </span>
                         </label>
                    </td>
                   <td><textarea name="visitForm:diagnostic" id="visitForm:diagnostic"></textarea></td>
              </tr>
              <tr>
                   <td>
                        <input id="visitForm:btnAdd" name="visitForm:btnAdd" type="submit" value="A�adir" onclick="clear_visitForm();" />
                        <input id="visitForm:btnSearch" name="visitForm:btnSearch" type="submit" value="Buscar" onclick="clear_visitForm();" />
                   </td>
              </tr>
              <tr>
               </tr>
         </table>
    <input type="hidden" name="visitForm_SUBMIT" value="1" /><input type="hidden" name="visitForm:_link_hidden_" /><script type="text/javascript"><!--
function clear_visitForm() {
  var f = document.forms['visitForm'];
  f.elements['visitForm:_link_hidden_'].value='';
  f.target='';
clear_visitForm();
//--></script></form>
    <p>
    <div>
<table id="diagnostics" class="list-background">
<thead>
<tr><th>Imagen</th><th>Diagnostico</th><th></th><th></th><th></th></tr></thead>
<tbody id="diagnostics:tbody_element"></tbody></table>
          </div>
               <table>
                    <tr>
                         <td>
                              <input id="btnAddVisit" name="btnAddVisit" type="submit" value="A�adir" onclick="clear_linkDummyForm();" />
                         </td>
                         <td>
                              <input id="btnUpdateVisit" name="btnUpdateVisit" type="submit" value="Grabar" onclick="clear_linkDummyForm();" />
                         </td>
                         <td>
                              <input id="btnAllToWord" name="btnAllToWord" type="submit" value="Pasar todo a Word." onclick="clear_linkDummyForm();" />
                         </td>
                    </tr>
               </table>
     <p>
<link rel="stylesheet" href="style.css" type="text/css">
<table>
     <tr>
          <td>
            Guardar Rayos X
        </td>
        </tr>
</table>
</body>
<form id="linkDummyForm" name="linkDummyForm" style="display:inline" method="post" action="/Webprojekt/modifyVisit.faces"><input type="hidden" name="linkDummyForm:_link_hidden_" /><input type="hidden" name="jscook_action" /><script type="text/javascript"><!--
function clear_linkDummyForm() {
  var f = document.forms['linkDummyForm'];
  f.elements['linkDummyForm:_link_hidden_'].value='';
  f.elements['jscook_action'].value='';
  f.target='';
clear_linkDummyForm();
//--></script></form>
</html>

Similar Messages

  • I Cannot Add Buddies in iChat 4 and 5 - How do I fix this ?

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    I Cannot Add Buddies in iChat 4 and 5
    Many people are reporting that they cannot add Buddies to either iChat 4 or iChat 5.
    The Symptoms are that the Buddy appears in the Buddy List and then does the "Brightening/Fading" cycle but fails to be anywhere in the list including Off Line Buddies.
    To Show Off Line Buddies, highlight the Buddy list to bring to the "front".
    Then go to the View Menu and Enable Show Off Line Buddies.
    (there is also an Option to display these in a separate Group).
    There can be many causes and I will attempt to deal with then in the order that they are most likely.
    A) The Contact is already in the Address Book.
    When Adding a Buddy via the use of the + Sign at the Bottom of the Buddy List (Then Add Buddy) or invoking it from the Buddies menu a drop down appears to slide down out of the Buddy List Header area
    In this slide out/drop down, you get the chance to Add the Screen Name and then the First Name Last Name details of the Buddy.
    iChat checks the Address Book and if the First Name, Last Name items do not match any contact in the Address Book already then the Buddy will be added to the Buddy list.
    As the Address Book does not allow two contacts to have the same name they will not be added to the iChat Buddy List if the name exists already.
    In iChat 3 and earlier there was an Error Message that popped up saying there was Feedbag Error
    See here for More
    Note: AIM Protocols call Lists "Feedbags". Contents (Buddies) are "Food" and of course Food is kept in Feedbags.
    The Address Book is one Feedbag in this case and the Screen Name (only) Buddy List held on the AIM Server is the other.
    The Software puts the two together for Display purposes
    The Fix.
    Either:
    1) Add them as Screen Name only
    2) Use the Arrow head at the end of the Last Name line to open the Address Book and pick the Contact.
    3) Open the Address Book and Edit their Card to Add the Screen Name, then drag them from the Name column to the iChat Buddy List.
    4) During any type of Chat use the item in the Buddies Menu to Add the person (it will display their Screen Name in Dark text if not in the Buddy List - Then item 2 can also be used)
    B) Parental Controls
    There are similar Symptoms if the Mac User Account is subject to Parental Controls.
    If the Mac User Account on the computer is not an Admin account it is a Standard or Managed one
    A Managed one has Parental Controls Enabled.
    There is a Tab for Mail and iChat.
    If it is turned on for iChat then all buddies are Blocked initially (in iChat 4 Jabber and Bonjour Buddy List cannot be used.)
    Adding AIM valid Screen Names (AIM, Those with either @mac.com or @me.com endings) to the allow List Unblocks those Buddies and they will show in the Buddy List as On or Off line
    The Fix.
    In this case if you are the Managed account you have to get the Admin account to add the Buddy to the Buddy allowed list in Parental Controls.
    Exception
    There is a very large exception.
    Due to the fact that the way Parental Controls blocks names until they appear in the Allow List there can be a problem if testing the same iChat Details in a Test Account.
    Lets say you are the Admin User on the Mac.
    You set up a second Mac User Account called Test.
    In this you set up iChat with the same details (Screen name) you use in your Main Mac User Account.
    You then test Parental Controls by turning it On and setting the iChat Limit option.
    Then you add to the allow List one or two AIM valid names.
    You check iChat and find they are the only Buddies that show up.
    It works, so you return to your main Mac User Account and discover that most of your Buddies are missing.
    On checking the iChat Menu > Preferences > Accounts > Security Tab you find the Allow Specific People option is Enabled and the list only includes those Buddies you set in Parental Controls.
    Choosing allow All does not seem to bring back the Buddies even if you Log out of the Test Mac User Account.
    The Fix Here
    Is to Disable all the Parental Control Settings again (Remove names from any list) before Logging out of the Test Mac User Account.
    The cause is partly to do with the Setting in iChat > Preferences > General Section that reads "When I quit iChat, Set the Status to Off Line" which is not the default - leaving a partial login for Off Line Messaging. As a consequence your Buddy List is constantly being told to block certain Screen Names.
    A Variation on this is if you have Two Log-ins of your Screen Name from either different apps or computers.
    Altering the Buddy List in one effects the other login. The computer or app that was logged in first take precedence.
    C) Adding Buddies as the wrong type (In Buddy List - But always Off Line)
    This applies more to iChat 4 than it does to iChat 5
    At the Add Buddy Screen/Slide in iChat 4 you have to choose if the Buddy is an AIM, @mac. or MobileMe name in a drop down.
    The software shows the @mac.com or @me.com endings in grey in the Screen Name text field and adds this for you.
    This can lead to Buddies being added as the wrong type as in ralphjohnsr added as [email protected] etc.
    It can also lead to people being added with 2 @ symbols in the Screen Name ([email protected]@mac.com) and iChat not always telling you this is not allowed.
    In both iChat 4 and 5, as Jabber IDs/Screen Names also look like Email Addresses, we have to also consider whether AIM names have been added to a Jabber List or Jabber Names added to AIM valid Lists.
    D) Plain old Typos
    Here I am talking about misreading someone's Screen Name and typing that in (Such as receiving and email with a Screen Name in it and typing the letter O for 0 (zero).)
    And of course, just plain typing mistakes.
    The Fix for C) and D)
    The Buddy in this case will be in the Buddy List but will always be Off line
    Highlight the Buddy with one click.
    Do a Get Info (Apple()/Command(⌘) key and I key together) and their Info card will show up.
    Correct as Required.
    8:25 PM Wednesday; November 24, 2010
    This is the 1st version of this tip. It was submitted on November 24, 2010 by Ralph Johns (UK).
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    Thanks Ralph,
    Some thoughts.
    To Show Off Line Buddies, highlight the Buddy list to bring to the "front".
    Then go to the {color:red}Show Menu{color} and Enable Show Off Line Buddies.
    (there is also an Option to display these in a separate Group).
    Do you mean under the {color:green}View{color} menu where I see Show Offline Buddies? (both iChat 4.0.8 and 5.0.3)
    A)… In the {color:red}slide out that appears from the top{color} of the Buddy list you get the chance to Add the Screen Name and then the First Name Last Name details of the Buddy.
    I kept looking for a button for the "slide out" at the top of the Buddy list. Found out it's the dialog box that appears when you click "+" (Add a new buddy…) at the bottom of the list. Yes, I can act like a beginner too
    (Slide out to me sounds like a sideways slide out, versus a Pop Up or Pop Down Dialog box).
    As the Address Book does not allow two contacts to have the same name they will not be added to the iChat Buddy List {color:green}if the name already exists.{color}
    The Address Book i one Feedbag in this case
    The Address Book {color:green}is{color} one Feedbag in this case
    B) Adding AIM valid Screen Names (AIM, Those with either @mac.com or @me.com endings) to the allow List Unblocks those Buddies and they will show in the Buddy List as On {color:red}of{color} Off line
    …     as On {color:green}or{color} Off line
    *The Fix.
    Exception*
    {color:red}The{color} you add to the allow {color:red}List{color} one or two AIM valid names.
    {color:green}Then{color} you add to the allow one or two AIM valid names.
    C)
    At the Add Buddy Screen/Slide in {color:red}ichat{color} 4
    At the Add Buddy Screen/Slide in {color:green}iChat 4{color}
    In both iChat 4 and 5 as Jabber IDs/Screen Names also look like Email Addresses we have to also consider
    In both iChat 4 and 5 as Jabber IDs/Screen Names also look like Email Addresses{color:green}. We{color} have to also consider
    Nubz

  • Cannot add a new email account, and hence icloud account. When i go into Settings - Mail, accounts, calendars,  the option to add a new account cannot be clicked (ghosted). I also have iCloud Settings ghosted (unclickable). Cannot change in itunes also.

    Cannot add a new email account, and hence i have no way of creating an iCloud account (very frustrating). I had the same problem with iOS 4.3 but i had no email account to create as i set both up when i bought the iPhone 4. After adding a company email and a gmail account (both wok perfectly) i noticed that the option to create more email accounts had been ghosted (unclickable). This didn't worry me at the time. However, iCloud needs me to create one in here so i can access the cloud which i desperately want the ability to do. When i go into Settings -> Mail, accounts, calendars,  the option to add a new account cannot be clicked (ghosted). I also have iCloud in the iPhone Settings ghosted (unclickable). I have same problem in itunes on Mac OSX. Surely restoring isn't the solution as i restored my iphone when changing from iOS 4.3 -> 5. Please help?

    Go to
    Settings,
    General,
    Restrictions, type in your Restriction Password,
    Accounts, tick Allow Changes.
    Press the back key a few times till you're back in Settings, you should see iCloud is now highlight able, now go to Mail Contacts and Calenders and add your email account as per norm.
    Hope this helps.

  • How do I get rid of the iCloud Backup alert message?  I cannot do anything with my iPad and cannot get rid of the alert. I have plugged in the iPad with Wifi on, but it won't reset.  Thanks

    How do I get rid of the iCloud Backup alert message?  I cannot do anything with my iPad and cannot get rid of the alert. I have plugged in the iPad with Wifi on, but it won't reset.  Thanks

    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • How can i do with labview program,when i have 20 different values,and 1 want to add it with constant value.and how to get the results?

    how can i do with labview program,when i have   20 different values,and 1 want to add it with constant value.and how to get the results?

    Why do the 20 values have to be different? The same code should work even if some are equal.
    What do you mean by "get the result"? The result is available at the output terminal and all you need is a wire to get it where you need it. That could be an indicator, another operation, or even a hardware device.
    What is the data type of the 20 values? An array? A cluster? A bunch of scalars? A waveform? Dynamic data?
    LabVIEW Champion . Do more with less code and in less time .

  • Cannot Add Invoices with more than one costing centers by SDK.

    Have no available DI Interface to access cost/profit center
    Cannot Add Invoices with more than one costing centers by SDK.

    Dear Srikanth,
    Thanks a lot for your reply.
    We want add a invoice with DI API, but the DI API provide only one costing center: CostingCode in Document_Lines Object. But we have two costing centers, one is department, the other is salesperson.
    This is my question.
    It will be appreciated highly if you give me a solution.
    Thanks!
    Xingjun Han

  • Appropriate component with auto complete and list of values

    Hello,
    I am using Jdev 11.1.1.6.0 with ADF BC and ADF Faces as technology stack.
    I have a use-case and right now struggling to find the appropriate component/implementation for same. The requirement is:
    1. User should be able to type and tab out to auto complete with perfect match.
    2. Not all users are expert so they should be able search and select the items from list
    3. Minimum key press should be there. E.g. auto complete should require only one tab press to complete and go to next field
    inputComboboxListOfValues fits most of above except #3. One tab simply selects the item from list and second tab is needed to move out to next attribute. Is there a way to force one tab to auto-complete and move out to next attribute?
    Tried simple inputBox with autoSuggest behavior but it lacks in opening of search and select feature that LOV component provides. Another drawback is that you need to wait for auto suggest list to appear and select before moving out to next attribute.
    This is needed on a very highly frequent used screen, so no speed and key press compromise is expected. Most users are expert and they know the code, so just type and tab out is expected but at the same time if typo happens and code does not exist in valid list then pop-up should appear to search and select.
    Is there a way to achieve this in ADF application (this is very well implemented in Oracle Forms application)?
    Any help is highly appreciated.
    Thanks,
    Jai

    Hi Frank,
    I understand the single matching value and expecting move out in single tab for perfect match only. inputComboboxListOfValues selects the entry in one tab [even for single matching value] and user has to press another tab to go to next attribute.
    Are you suggesting that it actually moves out to next field in single tab for "single matching value"?
    Thanks,
    Jai

  • Cannot add movies in itunes library and in itouch X_X

    I bought my first itouch... anyway  this my problem i can add photots,musics,pdf etc but for some reason i cannot add movies in library. i already convert mp4 formats and i download the best converters available but it still can't add in the library no warning signs it doesn't really shows. and whenever i sync it in my itouch there is no movie find... guys help me. 

    I do not like having them seperate like this.  I wish they kept movies as all movies vs seperating it out like this!  If you change to list view in 11 as well you will all the movies regardless of the category they are assigned to.  I like the overall look and feel of the new iTunes but do not like this option.  IMO "Movies" should show all and if you want to drill out different "categories" that option is still there. 
    Anyways, thanks for the tip all...I had one movie imported like seven times until I was able to locate it LOL.  I am surprised that I was never asked if I wanted to replace the existing file.

  • Custom text component with different start and end points for each line

    I'm trying to create a custom component extending textArea in which each individual line in the textArea would have different start and end points.  For example, the start/end points for line 1 might be 20 pixels in the front and 35 pixels at the end but start/end points for line 2 might be 25 pixels in front and 20 pixels at the end, etc.  These boundary values would be passed in.  The width of the entire textArea component would be a fixed size.  The result would be something like this:
         Jack and Jill
              ran up the hill
      to fetch a pail of water
    depending on the boundary values of each individual line of course.  The custom component would take a string and render it in the text component with the appropriate individual line start and end points.  I'm trying to do this by adding the text component to the display with the passed in string and then adding in spaces in the beginning of each line and adding a "/n" at the end of the line wherever appropriate based on the start and end values for that line.
    Just wondering if I'm on the right track and if anyone has any advice on this.

    > Applying the marker places the same icon on all lines of the graph and I need a different one for each
    What do you have selected when you assign the marker? It
    shouldn't apply to all the markers on the whole graph unless you have all the existing markers selected when you apply the new one.
    Assigning marker designs is exactly analogous to assigning bar graph designs.
    If you have a single marker selected when you assign the new design, it will apply to only that graph data point.
    If you use the group select tool (or option-click with the direct select tool) to reclick on an already-selected marker until all the markers for the same line are selected, and then assign a design, the new design will apply only to the selected line. (You can extend the graph by adding more rows, and the new data points will inherit the marker for the line they are on.)
    The thread linked to below demonstrates in more detail how the marker designs are scaled:
    http://www.adobeforums.com/cgi-bin/webx/.3bc10970/0

  • Cannot add additional fields to KOMG and KOMPAZ...

    Hello Experts,
    I wantr to add 2 fields to KOMG and KOMPAZ but when I go to SE11 and click on 'APPEND STRUCTURE', there are no
    options there to add new fields. Are there are any other way?
    Thank you guys and take care!

      there are no options there to add new fields
    What do you mean by that?
    It the pop-up there is a CREATE button (at the top, a bit to the right). Button Icon like a A4-paper (standard create button).

  • Cfc component with readonly properties and web services

    I want to transfer a cfc component across coldfusion web
    services as a data transfer object. This cfc component is received
    when calling a load web service, and then supplied to an update web
    service. Some properties within the cfc need to be readonly since
    the update web service would ignore them.
    In java I would have my data transfer object with only public
    set methods for those properties which are not readonly. How can I
    achieve this in coldfusion?

    Hi,
    Please check note 1004108.
    Methods of Application and/or Entity Services (Business Objects) of CAF of SAP NetWeaver CE 7.1 cannot be exposed in document style, only RPC/literal is possible. Sorry.
    It's a restriction that is planned to be solved in one of the next releases.
    Regards,
       Jan

  • I locked an add-on with a password and lost the pass. How can I find it?

    Hi I have a problem...
    Two days ago, I locked an add-on (Procon Latte Content Filter 3.3)
    with a password...
    I lost the password and now I can't disable or remove it...
    How can I take the password back?
    Thank you!

    Start Firefox in Save mode and remove the procon prefs (procon.password) on the about:config page.
    *https://support.mozilla.org/kb/Safe+Mode
    *http://kb.mozillazine.org/Safe_Mode
    *http://kb.mozillazine.org/about:config

  • Cannot see backups with Time Machine and Aiport Extreme

    My MacBook Pro is backing up to to an Airport Extreme with a USB drive attached to it. The backing up seems to be working. ie time machine say's it backed up my machine.. eg at 1.57.pm today.
    When I enter time machine to try and get a backup, it's not there... it has one finder window for "Now" (1st April) and then the next one in the list is 23rd of March. SO I cannot see any of today, yesterday or another other recent backups.
    BTW, I had originally made a backup directly to the USB drive. I am not sure of the date but it could have been 23rd of March.
    Any ideas?

    Hey
    I have the exact same problem. I have just switched from direct firewire-based Time Machine backup to an external drive, to said drive now connected to my Airport Extreme. I knew that it wouldn't accept the old TM backups, so I started up: Started the initial backup wirelessly, the unplugged it, and finished it via firewire. All worked fine, and the sparseimage was recognized and so on. After it was done, I attached the drive to the AE again, and it backup up as it was supposed to 3-4 times a day.
    That was 3 days ago. But when I checked my TM yesterday, there was just the "today" window, and I couldn't browse anything. Today it's the same story. What gives?
    Now, I opened the sparseimage on the TM drive to see if the incremental backups were there, and they were all there, but somehow TM doesn't read them. Can anybody who has a working TM wireless backup tell me if TM mounts the sparseimage to when launched and unmounts it afterwards?
    TM worked great before when connected directly – never had a problem before and something tells me it's a problem with the sparseimage...Nevertheless, if it can't be fixed, I am back to friewire-based TM backup ;-<
    Message was edited by: Hedemann

  • I am having trouble with incompatible add-ons with Firefox 5 and I don't want 5 now because of it

    I got a thing to upgrade Firefox and now my toolbars don't work and I don't want the new Firefox now because of it. How do I go back to previous version?

    For those that really need an earlier version of Firefox
    * ftp://ftp.mozilla.org/pub/firefox/releases/
    :or with the latest of version 3
    * http://www.mozilla.com/firefox/all-older.html
    '''Keep your extensions up to date''', don't wait for a Firefox update and then try to do everything after the Firefox update.
    '''Research your''' extensions, some may have updates, some may be found in the developer comments or user comments on the add-on, or on the "'''View all versions'''" link which is part of the Release notes at the bottom of the add-on page.
    [https://addons.mozilla.org/firefox/addon/is-it-compatible/ '''Is It Compatible?''' :: Add-ons for Firefox], Are your add-ons compatible with the next version of Firefox? Find out straight from the Add-ons window!
    You can force 5.0 "compatibility" with the "[https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ Compatibility Reporter]" extension, or with [http://kb.mozillazine.org/Extensions.checkCompatibility extensions.checkCompatibility] using about:addons.

  • Cannot save form with Windows Vista and Adobe Reader 8

    I have many forms created with Adobe Livecycle Designer 8. Users who have upgraded to Windows Vista can no longer save these forms. Any ideas?
    thanks.

    I don't have Vista, but in XP I have found deleting the printer driver
    and re-installing sometimes works.
    Mike

Maybe you are looking for