JSF 1.2 RI - selectOneListbox has duplicate size attribute

When overiding the size attribute on selectOneListbox it results in 2 size attributes being rendered (SJAS 9.0 FCS + Facelets 1.1.13), normally this wouldn't be a problem but since I'm using Facelets the browser throws a validation exception on the generated XHTML.
Using selectOneMenu works as a replacement though as it doesn't accept a size attribute.
Anybody else experienced duplicate attributes?

Hi Daniel,
This was fixed in 1.2_01. You can download an updater [1] that will install the JSF 1.2_01 binaries into an existing SJSAS 9.0 server.
The release notes [2] also cover an additional configuration step that is necessary in order for resource injection to work properly.
[1] https://javaserverfaces.dev.java.net/files/documents/1866/37449/jsf-glassfish-updater-1.2_01-b04-FCS.jar
[2] https://javaserverfaces.dev.java.net/nonav/rlnotes/1.2_01/index.html

Similar Messages

  • HP Officejet Pro L7590 (L7555) has legal size flatbed but won't scan legal size documents - WHY?

    HP Officejet Pro L7590 (L7555) has legal size flatbed but won't scan legal size documents - WHY? Scanning to a Macbook Pro osx (10.6)

    Hey there. What application are using to scan? Have you tried using a different application like Preview or Image Capture?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • My Time Capsule says it is full. It has duplicate info. I need to empty it and reload. I just switched to the new OS (ML) and cannot find how to do it in Airport Utilities. Help!

    I need to strip out my time capsule and reload info from computer. It says it is full, but actually has duplicate info as I took all of my files out of an older computer and put them in the new one. It is 500GB, but I only have half of thayt on my computer. I want to start over. I downloaded instructions to do it with airport utility, but in the new OS there is just a picture of my time capsule and no way to get to "manual" to delete info and reinstall. Any help out there? Greatly appreciated, Craig

    Using Mountain Lion, the AirPort Utility screen looks like this:
    It will not stop "restarting". I think I need to pull the plug
    This is an entirely different problem than you described in your intial post. Probably all you can do is pull the power, wait a minute and see if the Time Capsule will restart when you power it up again.

  • The record has duplicate key values - "Include in Unique Index" checkbox missing

    I have a Silverlight client app that I'm developing in Lightswitch in VS2013 Ultimate Update 1, and have run into a problem when adding records.
    I am working against an external SQL Server 2008 database, and the table in question only has the primary key constraint, meaning that the ID field is an identity field, set as the primary key.
    When I try and add records to the table from the app, I get an error "The Shiur record has duplicate key values." This seems to happen when I add a row that has the same Speaker as an existing one. If I add one with a new Speaker then
    it inserts OK.
    Whilst searching for information on this error, I saw many comments around about there being a problem in earlier releases with the "Include in Unique Index" not working properly. This looked like my problem, except for two points...
    1) This table doesn't have anything in a unique index (as far as I know), as I never set it up to have any. You can see the details here...
    This looks to me like there is only the one index, which is the primary key one.
    2) The "Include in Unique Index" checkbox doesn't appear on my Properties panel at all. If I open the table in the designer, then click in the Speaker row, I don't see "Include in Unique Index" at all...
    Actually, I don't see "Include in Unique Index" at all, irrespective of what I click. It's just not there.
    So, I don't seem to have a unqiue constraint to violate, and VS doesn't show me the "Include in Unique Index" to allow me to check this, but I still get the error on insert. Anyone any ideas what's going on here?
    Thanks
    FREE custom controls for Lightswitch! A collection of useful controls for Lightswitch developers.
    Download from the Visual Studio Gallery.
    If you're really bored, you could read about my experiments with .NET and some of Microsoft's newer technologies at
    http://dotnetwhatnot.pixata.co.uk/

    Hi Alan,
    'Include in Unique Index' is for intrinsic database entity properties.
    Ah, that explains why I can't see it then :)
    Is LightSwitch or SQL throwing the error?
    Ah, you're a genius! Well, not quite, but your question led me to the answer.
    For some odd reason, the primary key fields on my tables seem to have lost their identity setting, so when it tried to insert a new record, the ID wasn't automatically increased, so was going in as zero. This worked fine for the first insert, as there wasn't
    a record with zero ID, but failed for the second.
    Changed the ID fields to be identity, and all works fine now :)
    Thanks very much.
    FREE custom controls for Lightswitch! A collection of useful controls for Lightswitch developers.
    Download from the Visual Studio Gallery.
    If you're really bored, you could read about my experiments with .NET and some of Microsoft's newer technologies at
    http://dotnetwhatnot.pixata.co.uk/

  • My mac book pro has duplicate photos in my photo library how do I remove the duplicate photos?

    My mac book pro has duplicate photos in my photo library - how do I remove the duplicate photos?

    Duplicate Annihilator
    iPhoto AppleScript to Remove Duplicates
    via Old Toad reply in this thread: https://discussions.apple.com/thread/3122008

  • Hitting error LDAP: error code 20 - mail attribute has duplicate value.

    Hi ,
    Anyone  faced this issue before LDAP: error code 20 - mail attribute has duplicate value. We are getting this error intermittently  in oid logs and 
    and due to that  provisioning stuck . I know that the issue due to the object class mismatch in attributes. But  map profile looks fine . Anything else need to check ?
    SSO verion 10.4.1.3 and DB version 10g .
    javax.naming.directory.AttributeInUseException: [LDAP: error code 20 - mail attribute has duplicate value.]; remaining name 'uid=abc,cn=users,dc=xyz ,dc=com'
            at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2972)
            at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
            at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2740)
            at com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1440)
            at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDirContext.java:255)
            at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:172)
            at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:161)
            at javax.naming.directory.InitialDirContext.modifyAttributes(InitialDirContext.java:146)
            at oracle.ldap.odip.gsi.LDAPWriter.modify(LDAPWriter.java:479)
            at oracle.ldap.odip.gsi.LDAPWriter.writeChanges(LDAPWriter.java:318)
            at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:656)
            at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:377)
            at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:238)
    DIP_LDAPWRITER_ERROR_MODIFY
    Error in executing mapping DIP_LDAPWRITER_ERROR_MODIFY
    DIP_LDAPWRITER_ERROR_MODIFY
            at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:830)
            at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:377)
            at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:238)
    DIP_LDAPWRITER_ERROR_MODIFY
    Setting Change Success Count : 27682
    Setting Change Failure Count : 11004
    CDSImportProfile:Error in Mapping EngineDIP_LDAPWRITER_ERROR_MODIFY
    DIP_LDAPWRITER_ERROR_MODIFY
            at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:851)
            at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:377)
            at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:238)
    CDSImportProfile:about to Update exec status

    did you search the LDAP server to see whether the email value you try to use already exist ?  typically LDAP server do not care whether email is duplicated or not, but by default OIM server do not allow duplicated email

  • I had duplicates in ical and address book. i got all deleted, but now when i import ical that was backed up, it goes away in a few seconds. my address book still has duplicates.

    I have a mobileMe account. I had duplicates in my address book and ical. I got all deleted and tried to import info back. Now my mac will import ical saved file in .icbu for only a few seconds and my address book still has duplicates.

    Not sure why, but now I have two of everything. GREATTTTTTT.

  • REP-1219: 'F_MONTH' has no size -- length or width is zero.

    Dear all,
    I want to create a .lis file through form call report. The statements in form are as below:
    lv_report_id := 'FAR017A';
    P_List := CREATE_PARAMETER_LIST(lv_report_id);
    if :ctl_blk.destype = 'FILE' then
    ADD_PARAMETER(P_LIST,'desformat', TEXT_PARAMETER,'wide180');
    ADD_PARAMETER(P_LIST,'mode', TEXT_PARAMETER, 'Character');
    ADD_PARAMETER(P_LIST,'desname', TEXT_PARAMETER,:global.path || lv_report_id || '.LIS');
    end if;
    ADD_PARAMETER(P_LIST,'destype', TEXT_PARAMETER,:ctl_blk.destype);
    ADD_PARAMETER(P_LIST,'p_company_id', TEXT_PARAMETER,:global.company_id);
    ADD_PARAMETER(P_LIST,'p_goods_no_from', TEXT_PARAMETER,NVL(:ctl_blk.goods_no_from,'00000000'));
    ADD_PARAMETER(P_LIST,'p_goods_name_from', TEXT_PARAMETER,:ctl_blk.goods_name_from);
    ADD_PARAMETER(P_LIST,'p_goods_no_to', TEXT_PARAMETER,NVL(:ctl_blk.goods_no_to,'99999999'));
    ADD_PARAMETER(P_LIST,'p_goods_name_to', TEXT_PARAMETER,:ctl_blk.goods_name_to);
    ADD_PARAMETER(P_LIST,'p_yymm', TEXT_PARAMETER,wrk_c1);
    ADD_PARAMETER(P_LIST,'P_WHERE_CLAUSE', TEXT_PARAMETER,vWhere);
    ADD_PARAMETER(P_LIST,'P_ZONE_CODE_TITLE', TEXT_PARAMETER,:ctl_blk.zone);
    ADD_PARAMETER(P_LIST,'p_cyear', TEXT_PARAMETER,:ctl_blk.accnt_cyear);
    ADD_PARAMETER(P_LIST,'p_month', TEXT_PARAMETER,NVL(:ctl_blk.accnt_period,SUBSTR(TO_CHAR(TRUNC(SYSDATE),'YYYYMM'),5,2)));
    ADD_PARAMETER(P_LIST,'paramform', TEXT_PARAMETER, 'no');
    RUN_PRODUCT(REPORTS, :global.path||lv_report_id||'.rep', SYNCHRONOUS, RUNTIME, FILESYSTEM, P_LIST);
    DESTROY_PARAMETER_LIST(P_List);
    When I press the button to produce the .lis file, I read the message in the report server log:
    Starting report FAR017A [Fri Jul 25 17:06:32 2003] ...
    REP-1219: 'F_MONTH' has no size -- length or width is zero.
    End report FAR017A [Fri Jul 25 17:06:34 2003].
    I have no idea what "has no size" means, does any know how to solve this problem?
    Thanks for your help in advance!!!
    Joseph

    rwconverter.exe is a separate executable(It is rwcon60.exe)
    1.Invoke rwconverter.exe executable.
    2. In the conversion page:
    a. Set document type to Report.
    b. Set Source Type to Report Binary File (RDF).
    c. Set Source to the name of the existing bit-mapped report, example "old.rdf"
    d. Set Destination Type to Report Binary File (RDF).
    e. Set Destination to the name of the new character-mode report, example "new.rdf".
    4. On the options page, set Destination Unit to Character.
    5. Click OK. This will convert the report to character mode repot.
    6. Use this new.rdf in your forms application. You don't need add any parameter. Just make sure you use this new report.
    This should solve the problem. If you still get the error, open the report and resize the field which gives the error.
    Regards,
    Siva

  • Error: Enum: Enumeration has duplicate entries

    I keep getting an error that says:
    'Enum: Enumeration has duplicate entries' which results in a blue controller on my front panel that says 'general' on it. I can't delete or right click on it since it disappears if I do, so I can't find on my diagram; and I don't actually have any enumerated data types in my code. Any one have any idea...please let me know...thanks!

    I agree with Dennis that we may need your code to help solve the issue, but I wanted to mention that you could get this error if you are using a tab control and the pages have the same name.
    Evan
    National Instruments

  • LDAP: error code 20 - pwdfailuretime attribute has duplicate value

    Hi!
    I am working on Oracle Infra 9.0.2
    I am trying to update attribute of particular user, but it gives me error as follows
    05:39:46 PM: Failed to update entry cn=szuhaila, cn=test, ou=test, o=com, c=my
    Root error: LDAP: error code 20 - pwdfailuretime attribute has duplicate value. VALUE: 20080609004531z
    I am trying to update with Orcale Directory Manager, I have tried with an LDAp browser thru too. It gives me same error.
    Can some one guide me how to over some this issue?
    Thanks in advance.
    Edited by: user8705646 on Aug 20, 2009 12:13 AM

    did you search the LDAP server to see whether the email value you try to use already exist ?  typically LDAP server do not care whether email is duplicated or not, but by default OIM server do not allow duplicated email

  • Frame has no size - length or width is zero

    Hi to all:
    I've created a character report that works OK without a user parameter. The moment I've created a user parameter (even without puting it in the query) an started report, instead of a report I've got the message:
    "REP-1219: name_of_a_repeating_frame has no size -length or width is zero"
    Does anyone knows solution to my problem ?

    SEGURAMENTE UN FRAME TIENE POCA ALTURA,
    A MI ME HA PASADO LO MISMO,LO QUE HAGO ES QUE LOCALIZO EL ITEM Y LE DOY MAS ALTURA, POR ALGUNA RAZON REPORTS EN MODO CARACTER NO ACEPTA UNA ALTURA CORTA

  • Error: REP-1219: 'Body' has no size

    I've got a runtime error whenever I set 'mode=character' :
    REP-1219: 'Body' has no size -- length or width is zero
    What is 'Body' mean ? Header Section's body ? Main Section's body ? ... ?
    How can I solve this error ?
    Thanks.

    Error:          REP-1219: ‘Body’ has no size – length or width is zero
    Solution:
    Report height changed to 50 solved error REP-1219: ‘Body’ has no size – length or width is zero.
    The property sheet values for ‘Report Width and ‘Report Height under Layout Model Node, ‘Character Mode’, for ‘Header Section’, Main Section’ and ‘Trailer Section all matched in the original version of the report.
    Report Width:           126
    Report Height:      50
    Report height was modified to 45 while making other changes.
    When Report height was changed from 45 , back to the original value of 50 the REP-1219 error was resolved.

  • REP-1219 - frame has no size

    Hi All,
    When I run my report using Report builder 6i, it runs fine whereas I try to run using oracle apps it gives the below error
    "REP-1219: 'M_12' has no size -- length or width is zero"
    As said by one of the users in one of the old thread, i tried converting to rex file and searched for M_12. In it,the height and width was not zero.
    Any help is appreciated

    Hi,
    I did the same setup,my report is completed normal,but not able to get the correct output.
    The output as given below :
    %!PS-Adobe-3.0 %%Creator: Oracle Toolkit 2 for Character-Mode 6.0.8.22.0 PRODUCTION %%Version: 6.0 8 %%CreationDate: (Mon Aug 2 12:31:39 2010) %%For: (([email protected])) %%Title: 'GETRAXINV' (Oracle Toolkit Application) %%LanguageLevel: 1 %%Requirements: numcopies(1) %%DocumentData: Clean7Bit %%PageOrder: Ascend %%Pages: (atend) %%Orientation: Landscape % NOTE: This file was generated with the PPD file default.ppd %%DocumentNeededResources: font Courier font Courier-Bold %%+ font Courier-BoldOblique font Courier-Oblique font Helvetica %%+ font Helvetica-Bold font Helvetica-BoldOblique font Helvetica-Oblique %%+ font Symbol font Times-Bold font Times-BoldItalic font Times-Italic %%+ font Times-Roman %%DocumentSuppliedResources: font Courier-ISL font Courier-Bold-ISL %%+ font Courier-BoldOblique-ISL font Courier-Oblique-ISL %%+ font Helvetica-ISL font Helvetica-Bold-ISL %%+ font Helvetica-BoldOblique-ISL font Helvetica-Oblique-ISL %%+ font Times-Bold-ISL font Times-BoldIta
    can anybody help me to come out this issue.
    Thanks,
    Ashish

  • REP-1219 - Body has no size - width or length is zero

    I run my report on my desktop and it runs fine. I then register it under the Concurrent Manager in Oracle Apps. When I run it, I get the following message: "REP-1219 - Body has no size - width or length is zero". Do you have any suggestions on why I only get this after I register it.

    Hi John,
    I think there is some problem in Report Header Or Report Footer, you do one small R&D. First you remove the Report Header and generate the report and Second Time you remove the Report Footer and generate the report.
    I am sure that you will get the report...
    If you get the report output then that means there is some problem in Report Header or Footer,After that in the Report Header before the Feilds, you keep some Space and in the Report Footer also after feild you keep some space.
    Try This
    Regards,
    Ravi
    [email protected]

  • REP-1219 : 'Body' has no size - length or width is zero

    Hi.
    I am using reports 6i (6.0.8.11.3). There is a report which runs
    successfully, and suddenly after adding some fields to the
    layout, it start giving the error :-
    REP-1219 : 'Body' has no size - length or width is zero
    I have checked everything in the layout and it appears to be
    perfectly fine. In fact i have faced this problem several times
    on Reports 6i.
    Any help?
    Thanks

    There are two sets of circumstances that have caused this error
    for me.
    Firstly, when I have tried to run an .rdf that was written under
    version 2.5 or earlier of reports and I did not use the r25mrep
    executable to migrate the .rdf.
    Secondly, when a report is run in character mode it resizes and
    aligns objects to the nearest point on a grid 'x' characters in
    width and 'y' in height. If an objects top edge gets rounded
    down and the bottom edge gets rounded up, to the same point on
    the grid, then the object has no height or width and the error
    happens.
    Paul

Maybe you are looking for