HELP: jbo:InputSelectLOV whereclause not working

Hi,
i have defined a datasource with a whereclause for an jbo:InputSelectLOV, but the whereclause is not working. I can see all records in the LOV Window.
JDeveloer Version 9.0.2.822
What is wrong?
<jbo:DataSource
id="ds_workpackage"
appid="app1"
viewobject="ViewWorkpackageView"
whereclause="Employeeid = 'ADD'"
/>
<bc4juix:LabelStyledText datasource="ds1" dataitem="<%=dsAttributes.getName()%>" />
<uix:rawText>
<jbo:InputSelectLOV
datasource="ds1"
dataitem="Wpid"
displaydatasource="ds_workpackage"
displaydataitem="Wpid, WorkpackageName, Employeeid"
displayvaluedataitem="Wpid"
formname="form1" >
</jbo:InputSelectLOV>
</uix:rawText>
Thanks
Achim

REPOST

Similar Messages

  • Jbo:InputSelectLOV whereclause not working??

    Hi,
    i have defined a datasource with a whereclause for a InputSelectLov, but the whereclause is not working. In the LOV Window all records will be displayed. Whats wrong?
    <--
    <%
    String sWhereEmployee = "Employeeid= '" + session.getAttribute("custid") + "'";
    %>
    <%-- Display Workpackage in Combobox--%>
    <jbo:DataSource id="ds_workpackage" appid="app1" viewobject="ViewWorkpackageView" whereclause="<%=sWhereEmployee%>" />
    <uix:styledText text="Workpackage" />
    <uix:rawText>
    <jbo:InputSelectLOV
    datasource="ds1"
    dataitem="Wpid"
    displaydatasource="ds_workpackage"
    displaydataitem="Wpid, WorkpackageName, Employeeid"
    displayvaluedataitem="Wpid"
    formname="form1" >
    </jbo:InputSelectLOV>
    </uix:rawText>
    -->
    Any ideas??
    Thanks
    Achim

    Achim,
    Do you know a way to return two values instead of just one using the lovcomp.jsp. The current InputSelectLov returns only one value.
    You help will be greatly appreciate it.
    Kamran
    [email protected]
    703 696 1121

  • F4 help for 0MAT_SALES is not working in BI 7

    Hi Gurus,
    The F4 help for 0MAT_SALES is not working when distibution channel is selected as (!=02) in Bex Analyzer. But for all other values for distibution channel  i am getting values in F4 help.
    Since 02 is excluded it is supposed to give values for all other combination. but it not so.
    Could anyone of you please help me on this?
    Thanks in advance.

    Closing Thread

  • Help! limewire will not work on my Mac mini 10.4.11 now that i cleaned it

    Help! LimeWire will not work on my Mac mini 10.4.11 now that i cleaned it out and had to get the new LimeWire. It keeps asking for Java 1.6 but I'm having no luck. :O( LimeWire was the reason I bought a Mac!

    Very weird day in Firefoxland
    First on a Powerbook G4 running 10.4.11 I respond to an invitation to upgrade to Firefox 4 (like a lot of others). Long story short, I wind up losing the browser altogether -- including all bookmarks. Why? Because neither the Firefox homepage (or CNET downloads) makes it clear that 4.0 is for OS 10.5 only! Amazing!
    Then I try to register to post a reply in a thread that crits Firefox for not making this System Requirements info upfront clear. But the Register page I’m taken to (https://support.mozilla.com/bs/users/register) is in SERBO-CROATIAN!!
    Then I try to log into Chat a couple of times and when it’s not CLOSED its a long line waiting and THEN it closes.
    WOW!! Are the wheels off the wagon here or what!?!

  • HT201272 I need a refund on my books I purchased from itunes because my ipod will not support them. I was on the apple chat last night and they tried to help but it did not work and they told me my ipod was to old to support them. I was wondering how do I

    I need a refund on my books I purchased from itunes because my ipod will not support them. I was on the apple chat last night and they tried to help but it did not work and they told me my ipod was to old to support them. I was wondering how do I get the refund on them?

    Try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Hi can you help the sound is not working on my Mac I have went into settings and there are no option for interal speaker help

    Hi can you help the sound is not working on my Mac I have went into settings and there are no option for interal speaker help

    Read the documentation at the links.  They won't hurt your data. 
    Basically smc reset is shutdown, pull your plug for 15 seconds, plug it back in, wait 5 seconds, and reboot.  Harmless to you.  Resets the smc.
    Pram reset is similar but you need to push commnd-option-P-R after the boot chime.  Read what does.
    smc and pram reset

  • Plz help me my facetime not working and no have facetime app

    plz help me my facetime not working and no have facetime app

    In what way is it not working?
    Which iPhone do you have?
    Which iOS version?
    Where did you purchase your iPhone?
    Any info at all about your issue?

  • I can buy my needs from the game says I tell customers to help please help me Visa card not working in any Itemes games

    I can buy my needs from the game says I tell customers to help please help me Visa card not working in any Itemes
    games

    If you mean that you have been instructed to contact iTunes support, then will need to do what it says, contact iTunes Support. These are user-to-user support forums, if you thought you were contacting Apple by posting here. Go here:
    http://www.apple.com/emea/support/itunes/contact.html
    to contact the iTunes Store.
    If that does not answer your question, try posting in your native language, or find a friend with a better command of English to help you ask your question here.
    Regards.

  • INPUTSELECTLOV jbo tag is not working  properly

    Hi,
    Developing BC4J/JSP application with struts framework in 9.0.3.1. I'm getting exceptions when i used InputSelectLOV tag.
    Here is my jsp code:
    <jbo:DataSource id="locProgSvcDS" appid="CSMSModule"
    viewobject="RGBModule.LocProgSvcsView"/>
    <jbo:DataSource id="programsDS" appid="CSMSModule"
    viewobject="RGBModule.ProgramsView"/>
    <jbo:InputSelectLOV datasource="locProgSvcDS" dataitem="ProgCd"
    displaydatasource="programsDS" displaydataitem="ProgName"
    displayvaluedataitem="ProgCd" formname="locProgSvcsForm" />
    When click on LOV small button I'm getting popup but with the following exception:
    500 Internal Server Error
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    java.lang.String java.lang.String.substring(int, int)
    String.java:1525
    int oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doStartTag()
    ApplicationModuleTag.java:142
    void rgb.lovcomp._jspService(javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse)
    [rgb/lovcomp.jsp]
    lovcomp.jsp:80
    void com.orionserver[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].http.OrionHttpJspPage.service(javax.servlet.ServletRequest,
    javax.servlet.ServletResponse)
    OrionHttpJspPage.java:56
    [SRC:/rgb/lovcomp.jsp:10]
    void
    oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, java.lang.String)
    JspPageTable.java:317
    void
    oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRe
    quest, javax.servlet.http.HttpServletResponse)
    JspServlet.java:465
    void
    oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse)
    JspServlet.java:379
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,
    javax.servlet.ServletResponse)
    HttpServlet.java:853
    void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest,
    javax.servlet.ServletResponse)
    ServletRequestDispatcher.java:721
    void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.Servlet
    Request, javax.servlet.http.HttpServletResponse)
    ServletRequestDispatcher.java:306
    Text continued in next action...
    14-APR-04 14:37:58 GMT
    Text continued from previous action...
    boolean com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.processRequest(com.evermind[Oracle9iAS
    (9.0.3.0.0) Containers for J2EE].server.ApplicationServerThread,
    com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.EvermindHttpServletRequest, com.evermind[Oracle9iAS
    (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse,
    java.io.InputStream, java.io.OutputStream, boolean)
    HttpRequestHandler.java:767
    void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.run(java.lang.Thread)
    HttpRequestHandler.java:259
    void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.run()
    HttpRequestHandler.java:106
    void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
    PooledExecutor.java:797
    void java.lang.Thread.run()
    Thread.java:484
    Please help me out from this. Thank you in advance.
    Raj

    to further jdeline's answer:
    it is also possible your mail server requires authentication.
    try adding
    username="FROM_account_user_name" and
    password="FROM_account_user_password" to your cfmail tag.
    there is also such thing as cf logs. and it crates one for
    mail it
    sends, too... you look there for errors if you have access to
    the logs
    (i.e. if you are not on a shared hosting)
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • Urgent help - MUSE email form not working - PLEASE HELP

    HI to all!!
    I'm having a big issue here with Adobe Muse cc 7.0
    I have my personal domain www.shepherdtextiles.com
    and third party host (here in China which is 72e.net (and yes, got all php and so on requirements Adobe Muse needs)
    I follow carefully all steps to add a simple contact form, adding first [email protected] and changing it to my personal hotmail when I saw it wasn't working to try if with hotmail could work, but didn't.
    I have checked the Muse PHP Diagnostics  and as you can see the mail one failed.....
    I used first the simple contact form that comes with Muse and later I used one from museresources.com but none of them seemed to work
    I'm just guessing that something is not well setup on my server because I just follow all steps Adobe mentioned and I watched many videos where people do it very simple.
    The error I get on my website when I click on submit button is "The server encountered an error"
    There is NO error when I export to html or warnings, just exports fine.
    PLEASE HELP
    Many many thanks!
    Vic

    I'M having a similar problem with my Muse website Formally hosted by GoDaddy. The contact me widget does not send an email when you click submit button. Normally, it accepts with a green check mark in another screen. It does not do that. The submit just turns black when clicked, but nothing else happens
    THe he regular email works. I am able to send and receive. It just does not work with the contact widget

  • My mic is not working please help, my mic is not working please help

    my mic is broken i think at first i thaught it was cloged so i put a pin in it but it still would not work . i did get water on my ipod 5 but i dont understand why it only affected my mic intead of anything else please help me anyone

    Try:
    - Reset the iOS device. Nothing will be lost       
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem. Ither the water damaged the mic or the pin did.
      Apple Retail Store - Genius Bar                              

  • Help for date field not working after upgrade

    hi experts,
    In our BSP application for a page we had an inputfield (date).
    Onvaluehelp for input field we were calling the saphelpdate function.
    however after upgrade this functionality is not working properly as no pop up comes after clicking on the icon.
    we have upgraded to SPS 16 recently.
    please help me.
    regards,
    Arvind.

    Hi, I try upper case but nothing happen. This is all my code by far, I hope you can help me:
    DATA: BEGIN OF T_PCONT OCCURS 0,
          PCONT LIKE ZPSPERMISOS-PSOBKEY,
    END OF T_PCONT.
    DATA: BEGIN OF T_FIELDS OCCURS 0.
            INCLUDE STRUCTURE help_value.
    DATA END OF T_FIELDS.
    DATA: BEGIN OF T_VALUES OCCURS 0,
          VALUE(60) TYPE c.
    DATA: END OF T_VALUES.
    DATA: N TYPE i.
    SELECTION-SCREEN BEGIN OF BLOCK  b20 WITH FRAME TITLE text-b02.
      SELECT-OPTIONS:
        P_CONT FOR  ZPSPERMISOSH-PSOBKEY OBLIGATORY NO-EXTENSION NO INTERVALS,
        P_INT  FOR  ZPSPERMISOSH-PARTNER OBLIGATORY NO-EXTENSION NO INTERVALS,
        P_FEC  FOR  ZPSPERMISOSH-ZFINICN NO-EXTENSION NO INTERVALS,    
        P_RAZ  FOR  ZPSPERMISOSH-ZRAZONFINIC NO-EXTENSION NO INTERVALS.
    SELECTION-SCREEN END OF BLOCK b20.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_CONT-LOW.
      PERFORM P_HELP_P_CONT USING P_CONT-LOW.
    *&      Form  P_HELP_P_CONT
    FORM P_HELP_P_CONT  USING P_P_CONT.
      DESCRIBE TABLE T_PCONT LINES N.
      IF N EQ 0.
        T_FIELDS-FIELDNAME  = 'PSOBKEY'.
        T_FIELDS-TABNAME    = 'ZPSPERMISOS'.
        T_FIELDS-SELECTFLAG = 'X'.
        APPEND T_FIELDS.
        CLEAR T_FIELDS.
        SELECT PSOBKEY FROM ZPSPERMISOS
        INTO  TABLE T_PCONT.
        SORT T_PCONT BY PCONT.
      CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'
        EXPORTING
          CUCOL        = 10
          CUROW        = 1
          TABNAME      = 'T_PCONT'
          FIELDNAME    = 'PCONT'
        IMPORTING
          SELECT_VALUE = P_P_CONT
        TABLES
          FIELDS       = T_FIELDS
          VALUETAB     = T_VALUES.
    ENDFORM.                    " P_HELP_P_CONT
    Edited by: J. Garibaldi on Nov 25, 2009 11:14 AM
    Edited by: J. Garibaldi on Nov 25, 2009 11:16 AM

  • Search help of material is not working in ECC 6.0 : Urgent

    Hi Friends,
    I am using ECC 6.0. I have a problem in search help of material by plant. In the search help of material (choosing the tab plant material by descriptions), if i give any plant which is 3 chars long (exp. ABC) it is giving correct combination of plant material. But if i am giving a plant which is 4 chars long (exp ABCD) it firing a message saying no values found, although the combination exist. (if i am giving only material name it is showing both 3 chars and 4 chars long plant).
    for ref: please use transaction MD04 and press f4 in material field and choose tab "plant material by descriptions", and give 3 chars and 4 chars long plant.
    please help me to trace the problem or any OSS note.
    correct answer will be awarded.
    I will appreciate to not giving code of search helps because it is a standard SAP functionality that is not working.
    Regards
    Krishnendu

    Krishnendu,
    Please check your SAPGui frontend i think you are using 7.10 patch level 3.? if not try with some other system that have 7.10 patch level 3.

  • Help! Keyboard suddenly not working

    im back from school trip and when i turn on my computer, suddenly part of my macbook pro's keyboard isnt working...
    the not working keys: 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, +/=
    Q, W, E, R, T, Y, U, I, O
    I need to use my laptop at school and its not possible for me to carry an external keyboard around, plz help!
    Note: things started to get weird after I open Far Cry 2, i dunno if its related, but after i open it, the number keys stopped working too. Also I am using windows, but its the same problem on mac as I already checked

    Last =night =mine =started =acting =up =too. =as =you =can =see =the =space =bar =gives =me =an =equal =sign. =The =delete =key =works =but =also =turns =up =the =volume. =various =other =keys =seem =to =be =linked.

  • Please Help. Ipod Screen Not Working

    My screen on my ipod does not work any more.
    I have tried restoring/updating it.....everything!!
    problem is this is my second due to a faulty battery on the first which apple exchanged free of charge for me so I ma not sure if I am entitled to another ipod or what!!!
    If anyone knows how to get the screen working or about 2nd exchanges then please help,
    Thanks,
    Louise x

    If you truly have tried resetting/restoring, then it's time for service. Is it still under warranty, because if so, it won't matter that you have had one exchange already?

Maybe you are looking for

  • Conversion of error message to warning message

    Hi I am facing one error message KI280 while doing PGI. It is regarding creation of Cost element in controlling area. The G/L which system has asked to create as cost element was never created as cost element till date and everything was working fine

  • HAL planning adapter issue

    Hi all, We are using planning 9.3.1, and the planning and HAL 7 are on same machine , the issue was when I tried to pull the planning adapter on to flow diagram - I got a prompt for planning server name , i gave the planning server name the error is

  • I changed my Apple ID - now iCloud doesn't work

    The E-Mail adress I've been using as Apple ID will be deleted in the next days. iCloud worked perfektly with the old AppleID. Now I changed the AppleID in the iTunesMusicStore - where I once startet with this ID. What do I have to do, to make it all

  • Mac Mini Kernel Panic on startup

    Hi everyone. I am having a particularly annoying problem with a Mac Mini 4,1 (2010). My problem is, in fact, almost identical to a similar discussion from last December: https://discussions.apple.com/thread/2698431?threadID=2698431 I have followed an

  • Has anybody used Label Security  in Oracle 9i?