Problem with complex dataBinding within concat

Im trying to create a link with a databound onClick attribute like so:
<link ....>
<boundAttribute name="onClick">
<concat>
<fixed text="submitForm('result',0,{'event':'action','action':'"/>
<dataObject select="defaultAction" source="fti:search"/>
<dataObject select="##','index':'%index%'});return false;" source="resultRow@fti:search"/>
</concat>
</boundAttribute>
</link>
fti:search is a dataObject that returns another dataObject for the selectString resultRow. The resultRow dataObject should then be called with the selectString ="##','index':'%index%'});return false;
However the resultRow dataObject is never called with that selecString.
I also tried writing:
<fixed data:text="##','index':'%index%'});return false;@resultRow@fti:search"/>
but with the same result.
I'm using this syntax for many other controls, but for the text attribute of a <fixed> element it doesn't seem to work.
So how can I do a complex dataBinding within a <concat> element?
Thanks,
Guido

Hi Guido
I think you need this
<dataObject select="##,'index':'%index%});return false;" data:source="resultRow@fti:search"/>Cheers
Ian

Similar Messages

  • Web service call problem with complex types input

    We are trying to call a web service and pass as parameter
    some complex types. When invoking the web service everything works
    well on flex side, but on the server side the input parameters we
    get from flex are not correct - complex type is removed and the
    elements of the complex type are sent. See the example:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:WebService id="ws_id" wsdl="link" useProxy="false"
    fault="wsFault(event)">
    <mx:operation id="op_id" name="op"
    result="wsResult(event)">
    <mx:request>
    <parameters>
    <parameter1>{value1}</parameter1>
    <parameter2>{value2}</parameter2>
    <parameter3>{value3}</parameter3>
    <parameter4>
    <parameter4_1>{value4_1}</parameter4_1>
    <parameter4_2>{value4_2}</parameter4_2>
    <parameter4_3>{value4_3}</parameter4_3>
    </parameter4>
    </parameters>
    </mx:request>
    </mx:operation>
    </mx:WebService>
    </mx:Application>
    on server side we get this:
    <parameters>
    <parameter1>{value1}</parameter1>
    <parameter2>{value2}</parameter2>
    <parameter3>{value3}</parameter3>
    <parameter4_1>{value4_1}</parameter4_1>
    <parameter4_2>{value4_2}</parameter4_2>
    <parameter4_3>{value4_3}</parameter4_3>
    </parameters>
    Instead of :
    <parameters>
    <parameter1>{value1}</parameter1>
    <parameter2>{value2}</parameter2>
    <parameter3>{value3}</parameter3>
    <parameter4>
    <parameter4_1>{value4_1}</parameter4_1>
    <parameter4_2>{value4_2}</parameter4_2>
    <parameter4_3>{value4_3}</parameter4_3>
    </parameter4>
    </parameters>
    Any idea how is it possible to send complex type as web
    service input from flex ?

    Hi,
    I also have similar type of problem where I need to invoke a Web service with Complex input parameters.
    I followed Susan's blog but I stuck at a point where methos getItem is created.
    Can anyone tell me how to get that method for my requirement.
    If possible can you guys share your solutions here.
    Thanks in advance.

  • Problem with Complex Web Dynpro Webservice Model

    Hi all,
    in my Web Dynpro application I am using a Webservice which seems to be too complex for the Web Dynpro Model. I think I am getting the same kind of problems like:
    HELP for WebDynpro web service model with complex structure
    But I dont have a complex structure in my input parameters (like in this thread), <b>I have a complex structure in my output.</b>
    This is the structure of my WSDL. I have a customer (KUNDE) which has an array of contracts (Vertrag).
    <wsdl:types>
      <schema targetNamespace="urn:Rentenkonto" xmlns="http://www.w3.org/2001/XMLSchema">
       <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
       <complexType name="Vertrag">
        <sequence>
         <element name="aufschubfrist" type="xsd:int"/>
         <element name="brutto" type="xsd:double"/>
         <element name="eintrittsalter" type="xsd:int"/>
         <element name="endalter" type="xsd:int"/>
         <element name="laufzeit" type="xsd:int"/>
         <element name="renteKapital" type="xsd:double"/>
         <element name="rentenbeginn" nillable="true" type="xsd:dateTime"/>
         <element name="rentenbeginnAlter" type="xsd:int"/>
         <element name="versichererName" nillable="true" type="xsd:string"/>
         <element name="vertragsablauf" nillable="true" type="xsd:dateTime"/>
         <element name="vertragsartTx" nillable="true" type="xsd:string"/>
         <element name="vertragsbeginn" nillable="true" type="xsd:dateTime"/>
         <element name="vertragsnummer" nillable="true" type="xsd:string"/>
         <element name="zahlungsweise" nillable="true" type="xsd:string"/>
        </sequence>
       </complexType>
       <complexType name="ArrayOfVertrag">
        <complexContent>
         <restriction base="soapenc:Array">
          <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:Vertrag[]"/>
         </restriction>
        </complexContent>
       </complexType>
       <complexType name="Kunde">
        <sequence>
         <element name="geburtsdatum" nillable="true" type="xsd:dateTime"/>
         <element name="kundenkennzeichen" nillable="true" type="xsd:string"/>
         <element name="pkNummer" nillable="true" type="xsd:string"/>
         <element name="vertraegeDcKapital" nillable="true" type="impl:ArrayOfVertrag"/>
         <element name="vertraegeDcRente" nillable="true" type="impl:ArrayOfVertrag"/>
         <element name="vertraegeDv" nillable="true" type="impl:ArrayOfVertrag"/>
         <element name="vertraegePk" nillable="true" type="impl:ArrayOfVertrag"/>
         <element name="vertraegeRdv" nillable="true" type="impl:ArrayOfVertrag"/>
        </sequence>
       </complexType>
      </schema>
    </wsdl:types>
    When I execute the Webservice basically I get an empty response. I think this is because the WSModel isnt fully mapped to the WS proxy. This should be done via coding.
    Can someone give me some hints on this?
    Kind regards
    Christoph

    Hi Christoph,
    First test the webservice itself. Maybe it is required to give some input parameter in the request and then get some output parameters in the Response. But therefore you should test the webservice yourself and take a look.
    Give more detail about ur case.
    Greetings, Sandhya

  • The problem with Complex Job Manager in Business Connector.

    Hi,
    I have a problem with the service "Complex Job Manager" in Business Connector.
    Sometimes this service hangs and a minus value (such as -83452 sec) appears in the column "Next run".
    What can I improve?
    I have BC ver. 4.7 with CoreFix 9, Java ver. 1.3.1 (46.0), system AIX.
    Please help me.
    Thanks,
    Robert

    Sorry, Raja.
    I saw many questions about Business Connector in this category (Process Integration) and I thought that is a right place for my question.
    In your opinion, where is a better place for my question?
    Regards,
    Robert

  • Any one having problems with the calandar within the last two days?

    Having problems with iPad 2 calendar , anyone else with this problem?

    What kind of problems? I am having no issues. Have you tried quitting the app completely and then restart the iPad?
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Or reboot the iPad?
    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 - let go of the buttons.
    If those don't help, post back with your specific issues.

  • Problem with VLAN Trunking within RHEL6.6 VM on Hyper-V 2012 R2?

    Hello,
    I'm wondering if there is a known issue with using a "trunk" mode interface within a RHEL6.6 VM?  I found the following article:
    https://technet.microsoft.com/en-us/library/dn531026.aspx
    Where note 1 reads:
    "For this specific RHEL/CentOS release, VLAN tagging may not work when used in conjunction with trunk mode".
    I've been fighting with this for the better part of a day and can't figure out what I'm doing wrong.  I have a RHEL 6.6 VM with two NICs.  The first NIC is a standard access mode NIC - no problems there.
    The second NIC has been set up as follows (via PowerShell):
        $a=Get-VmNetworkAdapter -VMName "My VM"
        Set-VMNetworkAdapterVlan -Trunk -VmNetworkAdapter $a[1] -AllowedVlanIdList 101-105 -NativeVlanId 1
    Note that the physical switch and switchports are configured to send tagged packets for these VLANs as well.
    I then set up a VLAN (eth1.102) based interface in the VM ... and never receive any traffic on it.
    What I've observed is that:
    A VM on the same physical host using the same virtual switch can communicate with the VM on the tagged VLAN
    A pcap of the "eth1" interface (to which eth1.102 is bound) shows traffic for VLANs 101 through 105 arriving ... I just never see the traffic for VLAN 102 forwarded to the eth1.102 interface
    An identical network configuration using Ubuntu 14.04.01 LTS works exactly as expected
    It's this last point that has me wondering if the problem is with RHEL and not Hyper-V (or the physical/virtual switches involved).
    I'm curious if anybody else has seen this behavior or, if RHEL 6.x is working for you, if you're using Intel or Broadcom NICs on the physical Hyper-V host?
    Thanks,

    This is indeed a known issue with RHEL.   There's a bug open with Red Hat on the issue, and our understanding is that they have a fix in progress that will be part of a RHEL 6.6 update.  You might inquire with Red Hat regarding
    their bugzilla #1135347.
    Michael Kelley, Lead Program Manager, Open Source Technology Center

  • Problem with complex predicates

    Hi,
    i'm trying to create a complex predicate to query for some tasks.
    I have 2 predicates, and i'm trying to create a complex one with the following code:
    complexPred = new Predicate(pred1, Predicate.AND, pred2);
    I have no problems when querying for tasks with either pred1 or pred2, but when executing the query with complexPred, i get a null pointer exception.
    I realised that complexPred has an empty clause list. Am I missing something when creating the complex predicate?
    Thanks in advanced

    Thanks for the example, but i have the same problem running it as I exposed in my previous post.
    When I reach this point in the code...
    Predicate predicate = null;
    if ( predicateSearch == null ) {         
    predicate = predicateBasic;
    } else {         
    predicate = new Predicate (predicateBasic,Predicate.AND,predicateSearch);
    ...both predicateSearch and predicateBasic have content, and when they are combined into predicate, this new variable predicate has an empty clause list (predicate.getPredicateClauseList() is an empty ArrayList, while predicateSearch.getPredicateClauseList() and predicateBasic.getPredicateClauseList() have both content)
    The rest of the components of the variable predicate (tables, values...) seems to be ok and a result of the combination of predicateBasic and predicateSearch
    This is part of the log I get:
    <*::*> <displayColumn xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">urlAttribute1</displayColumn>
    <*::*> <displayColumn xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">urlAttribute2</displayColumn>
    <*::*> </displayColumnList>
    <*::*> <optionalInfoList xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">
    <*::*> <taskOptionalInfo xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">Actions</taskOptionalInfo>
    <*::*> </optionalInfoList>
    <*::*> <predicate xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">
    <*::*> <assignmentFilter xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">My+Group</assignmentFilter>
    <*::*> </predicate>
    <*::*> <ordering xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">
    <*::*> <clause xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">
    <*::*> <col
    As you can see after assigmentFilter, the label predicate is closed, and is missing a label clause with all the clauseList information
    Thanks in advanced,
    Cris
    Edited by: user7352348 on 07-nov-2011 23:47

  • Transparency problem with animated gif within AJAX overlay

    Hello all,
    I have designed and animated a loading spinner in Photoshop CS3, which needs to sit within an Ajax overlay, with transparency set to 75.
    I tried exporting the spinner as an animated gif with a transparent background (using Save for Web), but it gave the animation a pixelated outside edge. Does anybody know how to remedy this?
    As the Ajax overlay is semi-transparent, I tried exporting the animated gif with a black background and transparency set to 75%. I ticked the transparency box in the export window, but once it is loading in the Ajax it doesn't seem to be transparent (see here: http://www.chrisgartside.co.uk/flash/Screenshot.jpg)
    Any help is very much appreciated.
    Best wishes,
    ruth.

    I forgot to mention that the Ajax pop-up is fired up from a Flash gaming applet.
    Thanks very much in advance.
    ruth.

  • Problem with text formatting within a table in Adobe Forms

    Hi all,
    I have a table on a non-interactive Adobe form (which is a copy of the standard expense form PTRV_EXPENSE_FORM.  The table in ABAP has a text field with CHAR50.  On the form, the text field has a width which allows approximately 35 characters.  Therefore the text wraps onto a second line.  My problem is that the text is not formatted and words are just split randomly.
    For example:
    The fox ran across the fields and into the woods.
    would be output as:
    The fox ran across the fields and i
    nto the woods.
    How can the text be formatted to only output complete words?
    I have tried defining the textfield as text only and rich text, but nothing changes the output.
    Interestingly, even if I change the font size from say 10 to 8, the text is output the same, even though there is enough space for at least one more word on the first line.
    Has anyone else come across this problem?
    Thanks,
    Patricia

    Hi Syed
    The table is IT_RECEIPTS_ADD_INFO, field VALUE_CHAR.  In the form it is called Receipts_addl_info.
    I have just found out that the data is being re-formatted in the interface.  That caused the problem.  Many, many thanks for your help. 
    Best regards
    Patricia

  • Problem with shuffling tracks within playlists

    I'm having trouble shuffling songs within playlists.  I have an iPhone 5s with iOS 8.1.2.
    If I open a playlist and press 'Shuffle' (or the Shuffle icon) above the first song, nothing happens--the playlist will not play, and I'm unable to play any of the individual songs within the playlist (the songs in the list will gray-out briefly when clicking on them).
    If I start a playlist and try shuffling from the 'Now Playing' screen, only the current song will play.  For example, I hit 'Shuffle'--"Shuffle All' is highlighted but '1 of 41' becomes '1 of 1.'  If I then hit 'Shuffle All," '1 of 1' becomes '0 of 0.'
    Thus far, the only way I can shuffle a playlist is to ask Siri to do it (and she doesn't always understand the playlist names).
    Am I doing something wrong, or is there a bug here?
    Thanks.

    It seems to occur more frequently lately. You can still add songs by right-click < Add to Playlist, although this is not as convenient as drag-n-drop. Hopefully it will get fixed soon.

  • Problem with servlet call within servlet

    I have already a servlet that generates a jpeg images that works fine.
    a second servlet generates an pdf document via the iText library and works also fine.
    the problem or question is how to call the first servlet to insert an
    image into the generated pdf??
    tia
    marky

    Have a look to HttpURLConnection object (in java.net package). A example of the code :
    URL url = "http://myServer/myJpegServlet";
    HttpURLConnection uc = (HttpURLConnection) url.openConnection();
    uc.setDoInput(true);
    uc.setUseCaches(false);
    uc.setAllowUserInteraction(false);
    InputStream dataIn = uc.getInputStream();
    byte[] buf = new byte[512];
    while( (dataIn.read(buf)) != -1 ) {
    //Do what you want with the data
    datain.close();
    uc.close;
    Hope this helps!
    Simon Pierre NOLIN

  • Problem with RFC-Call within BPM

    Hello Experts,
    I am developing a scenario in which I call an rfc-function-module for saving information from an incoming xml which will be transmitted as Idoc to another SAP System.
    The Idoc transmission is doing properly. But the RFC-Call I try to do always ends with a red flag. Error-Message: message has error status on outbd. side at the Process-Engine.
    Can someone help solving that problem?
    Thanks in advance.
    Regards, Alexander

    Hi Rajhans,
    1) The user mentioned in the RFC communication channel is having the authorization.
    Yes, he have the authorizations.
    2) Go to Communication channel monitoring and check what error you are getting for the communication channel is showing.
    There is an error about the FileSenderChannel. Error: java.lang.NullPointerException.
    3) Check whether the RFC created at abap stack is remote enabled or not.
    The function module is remote enabled.

  • Creating new Layout problem with merged table within std_resources.htm

    Dear All,
    i am relatively new to oracle ucm and i am trying to add new comonent to create new layout from oracle Create and Modify Layout Sample Component* example under http://www.oracle.com/technetwork/middleware/content-management/index-092832.html .
    i want to ask about the following
    in this component i have CreateLayout_Layouts Table, CreateLayout_PublishedWeblayoutFiles Table and CreateLayout_PublishedStaticFiles Table. These tables should be merged with LmLayouts table, PublishedWeblayoutFiles table and PublishedStaticFiles table respectively in the std_resources.htm file in the <install_dir>/shared/config/resources directory.
    The problem is in my std_resources.htm file i have the following :
    <tr>
         <td>LmLayouts</td><td>LmLayouts</td><td>LmLayouts</td><td>id</td><td>label</td>
         <td></td><td>7.3</td><td>1</td>     
    </tr>
    how can i add (merge) the CreateLayout_Layouts Table in LmLayouts table? what is should fill the <td>s ?
    for PublishedWeblayoutFiles table and PublishedStaticFiles table they are not exist in my std_resources.htm file. are there names changed? or shall i add them(if yes, what is the <td>s had inside).
    note: i will be greatfull if someone have the std_resources.htm that have the above tables merged with the specified ones.

    I believe that sample is old. i have been pushing to get an updated version out also. Hopefully the fragmentary information I will give here will help.
    The main changes are dynamic data tables which replace the includes to control the menu items and relationships. The old things should work still but good to use the new. At the end is an example of merge rules.
    See 3.5.2 Dynamic Data Tables
    http://docs.oracle.com/cd/E21764_01/doc.1111/e10807/c03_components.htm
    ==============================
    CoreMenuItemRelationships table example
    <?commatable mergeKey="primaryKey" derivedColumns="primaryKey:parentId+id"?>
    parentId,           id,                loadOrder
    MY_CONTENT,      NEW_PAGE,                9000
    ================================
    CoreMenuItems table example
    <?commatable mergeKey="primaryKey" derivedColumns="primaryKey:parentId+id"?>
    id,                label,                linkType,           linkData
    NEW_PAGE,                    wwNewPage,                    cgi,                IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=NEW_PAGE
    ============================
    CoreMenuItemsFlags table example
    <?commatable indexedColumns="id"?>
    id, flags
    WORK_IN_PROGRESS, isSubAdmin
    =======================
    CoreMenuItemsImages table example
    <?commatable indexedColumns="id"?>
    id, image, imageOpen
    ACTIVE_WORKFLOWS,      ReviewContent.gif,
    Glue file example: (note I am not willing to upload a zip file of a full component sorry)
    <?hda version="11gR1-dev" jcharset="UTF8" encoding="utf-8"?>
    @Properties LocalData
    ComponentName=NewLayout
    blDateFormat=M/d/yyyy {h:mm[:ss] {aa}[zzz]}!mAM,PM!tAmerica/Chicago
    hasPreferenceData=0
    preventAdditionalComponentDowngrade=0
    serverVersion=7.1
    version=2011_11_13-dev
    @end
    @ResultSet ResourceDefinition
    4
    type
    filename
    tables
    loadOrder
    resource
    resources/newlayout_resource.htm
    null
    10
    template
    templates/newlayout_template.hda
    null
    10
    resource
    resources/newlayout_strings.htm
    null
    10
    @end
    @ResultSet Filters
    4
    type
    location
    parameter
    loadOrder
    @end
    @ResultSet MergeRules
    4
    fromTable
    toTable
    column
    loadOrder
    NewLayout_Layouts
    LmLayouts
    id
    10
    NewLayout_PublishedWeblayoutFiles
    PublishedWeblayoutFiles
    path
    10
    NewLayout_PublishedStaticFiles
    PublishedStaticFiles
    null
    10
    NewLayout_LayoutSkinPairs
    LmLayoutSkinPairs
    null
    10
    NewLayout_Templates
    IntradocTemplates
    name
    10
    @end
    @ResultSet ClassAliases
    3
    classname
    location
    loadOrder
    @end

  • Please help.! Problem with locating classes within Jars under WEB-INF/lib.

    Hi All,
    I have a problem which you guys would have faced already...Here it goes..
    I'm using OC4J 10.1.3.0 and use ADF for my web page. I have a controller class which refers to JSF/ADF APIs and this class is archived as a jar file and put under WEB-INF/lib, Also, all the classes related to JSF/ADF are available under the same WEB-INF/lib folder.
    When I invoke my page, the controller class is getting called but it throws NoClassDefFound Error for the ADF based class. i mean, these ADF/JSF classes are not getting found when my jar class is placed within WEB-INF/lib. However, when i extract my jar into WEB-INF/classes, it works.
    I'm sure, i miss some entry for classpath somewhere. Can any one please point me to right direction...?
    Thanks
    Rajasekaran

    Hello,
    I do not have a direct answer to your question, but could you try the ClassLoader query tools to see if your classes/jar are loaded by the applications:
    - Using Queries to Troubleshoot Class Loading Issues
    Regards
    Tugdual Grall

  • 2.2.1 problem with "request contained within expression 1"

    If you create validations, processes with the above condition set and have possible request values which are subsets of each other then the smallest subset seems to match.
    ie create a validation which has the following condition
    request NOT conained with expression 1.
    RELOGIN, SAVE
    if you then submit the page with value of LOGIN the validation will not fire
    if you change the RELOGIN value in the condition to say RELOGI (anything which LOGIN is not a subset of) the validation will now fire!

    Scott,
    I am not disputing in anyway that the code is wrong, once it had been explained how the code was intended by the apex developers to work.
    My original point was the intuitiveness of the condition label and the way the logic actually behaved (at this point there was little known about the logic). I had instinctively assumed that when verifying that the REQUEST value exists within expression 1 it would be doing a pl/sql type IN (A,B) comparison hence the confusion. (would be interesting to know if i was the only one under this impression)
    I still believe that intuitively developers (us the wider community not the apex team)when refering to the REQUEST value in a condition would list the required values under the expectation of an exact match. Hence my later post stating that for the REQUEST value it would be more useful to have a comma delimited list. I was debating (probably badly) the expected behaviour of the condition and not the actual logic delivered.
    After your latest post there is a good case for both..
    This kind of matching against the REQUEST value is useful when you have buttons with similar values(something i hadn't thought of as i usually list all required values just to be safe)

Maybe you are looking for

  • Checking the field is null or not

    Hi Experts, I need to map if the field is not null,if the field is null i dont need to pass the value to target. is there any function to check this? Kind Regards, Kumar Message was edited by:         praveen kumar

  • Error while creating creditmemo request with reference to invoice

    HI aLL, I am facing one issue while creating a credit memo request in VA01 with reference to invoice. Our project stock is valuated stock.In projects we always use valuated stock so i cannot change the valuated into non valuated. When we try top copy

  • Adobe Flex 3 Dashboard and Iframe

    Hello; I am new to Adobe Flex; I have downloaded the source for a Dashboard provided by ESRI from the following link: http://examples.adobe.com/flex3/devnet/dashboard/main.html , I played with the source and I managed to understand some of the method

  • Cant get my apps onto my itunes

    I recently upgraded my computer to windows 7 from windows XP. on the XP OS i could transfer my apps into itunes with no problem, just click "transfer purchases" and boom. done. The upgrade to 7 was done with a complete hard drive format, no windows.o

  • Upgraded to OSX Mountain Lion. "Contacts" groups are a mess.

    I upgraded from OSX 10.6.8 to OSX 10.8.4. I did not think to back Contacts up and and my group email lists in Contacts are, for all intents and purposes, lost. I now have all kinds of information from other card files in the email lists and no way to