How to keep data in session while changing webshop in ISA 4.0?

Hi All,
I have one requirement in my current project. We are showing Webshops in "categoriesB2C.jsp" file in "left" side. We have four webshop as below.
1) Shop By Market
2) Shop By Product
3) Shop By Quick Ship
4) Shop By Price.
I am hiding webshop in "Categories.jsp" selected in "shoplist.jsp" now when I put some product in shopping cart or I login in B2C. and then click on any link of webshop which I have provided in "categoriesB2C.jsp" I am using below link
"<a href="/b2b_virco/b2b/init.do?shopId=PRODUCT">" around webshop name in "categoriesB2C.jsp" if I use
<a href="/b2b_virco/b2b/readshop.do?shopId=PRODUCT"> then I am getting error.
Now I want to preserve my selection while changing the webshop.  right now it is changing the webshop but it is not preserving the data in "cart" and if I am login then it just throw me out and reset my selection in shopping cart.
Any idea or any help is a great help for me.
Thanks.
Ashish Patel.

Dr. Iman, thanks, but I made your suggested change and the same result applies. I removed the "Close File" vi from the loop and even wired a "False" boolean variable to the "Close When" port of the "Write to C" vi. The results from previous loops are still being over-written by later loops leaving only one loop of data by the time the vi is finished running.
Any other ideas? I have attached the latest version of the vi that I am working on this.
Attachments:
Traverse_Alive_Triple_Bypass.vi ‏140 KB

Similar Messages

  • How to keep anchor in middle while changing height and width for comp in extendscript?

    When i try to change my composition height and width using extendScript, it works but with anchor point at top left corner. How do I maintain it at the center??
    My code:
    comp.width = 4000;
    comp.height= 4000;
    result:
    expected:
    Thank you

    So you caught me on an open day, and I even dragged in another staffer (Josh) to sit and figure this out and we did. I just need to clean it up into a function for ease of use. It literally became an obsession between Josh and I to figure this problem out. We seriously need to get outside more, haha. I'll post the solution here shortly once it's cleaned.
    Is there a way to access layer's properties like position, rotation etc without its comp open or selected and not knowing its item number.
    Finding layers can be done by looping through all comps and all layers. You must set a series of matching criteria to compare against so you don't accidentally grab a duplicate layer that has the same values though. Usually the layer name, size or any property spec that is unique, source asset if it's an AVLayer, etc... It's also possible to have a list returned that you choose from if you wanna verify the layer before proceeding. All this has to be manually coded though.
    var comp = app.project.activeItem;
    var layer = comp.selectedLayers[0];
    //assuming layer is a comp
    layer.duplicate();
    var num = layer.index;
    var name = (layer.name + "_comp");
    var newComp=  comp .layers.precompose([Lnum], Lname, true);
    newComp.width =  4000;
    newComp.height =  4000;
    now what am trying to achieve is move the comp (layer) to the center of newComp i.e at 2000, 2000
    I'm not fully understanding the process you are intending. You are searching for precomps (comps used as layers) basically?

  • How to keep data integrity with the two business service in OSB 10.3.1.0

    How to keep data integrity with the two business service in OSB 10.3.1.0
    In our customer system, customer want to keep data integerity between two businness service. I thinks this is XA transaction issue.
    Basing customer requirment, I created a testcase but I can't keep data integerity, For detail information, please refer the attached docs.

    Can you please explain what you meant my data integrity in your use case?
    Manoj

  • How to keep data in sleep mode

    Dear All
    Any one guide me, " How to keep data in sleep Mode". My data will be in database but it will not active when Oracle server start up.
    i am using oracle 10g r10.2.1 with window server 2003.
    Hope full response will be appreciated.
    Regards,

    some one New wrote:
    Dear All
    Any one guide me, " How to keep data in sleep Mode". My data will be in database but it will not active when Oracle server start up.
    i am using oracle 10g r10.2.1 with window server 2003.
    Hope full response will be appreciated.
    Regards,That's a very new term and AFAIK, there is no such term within Oracle. The data doesn't need to be active or inactive. Its just there when the database comes up and as long as you don't access it, it just stays there. What you can do is either to make the tablespace offline so that the data is not accessible at all or make it read only so that its not modifiable at all.
    But still, as Pierre asked, you may want to tell us exactly what you want to do.
    Aman....

  • I ripped all my CD's to a NAS (.wav). How to import those to iTunes while changing to AAC without loosing references (CD-Title)

    I ripped all my CD's to a NAS (.wav). How to import those to iTunes while changing to AAC without loosing references (CD-Title)

    You could try my script ConvertFormat and see if you like the results. Would be easier than inserting the CDs and correcting the tag info again. Just be aware this is a one-way trip. Once you've thrown away some quality to shrink the files you can't get it back without going back to the source. You may better off investing in a bigger drive.
    If you just want to squeeze more on the iPod you can use the built-in iTunes option to convert files to a lower bitrate as they are added to the device.
    tt2

  • How to keep alive a session with a timeout

    my session have a timeout of 20 minutes (it's a system setting i cannot change)
    i run a program that generates a file excel that need 60 minutes to  end.
    i cannot run the program in background because OLE and creating excel is not supported
    is there a way to avoid my session time out?
    is there a way to make the sistem don't close my session while it's creating my file excel?
    thanks,
    Giacomo

    Giacomo,
    Try it.
    REPORT  zz_keep_alive.
    CLASS lcl_trigger DEFINITION.
      PUBLIC SECTION.
        METHODS: fim_timer FOR EVENT finished OF cl_gui_timer.
    ENDCLASS.                    "lcl_event_handler DEFINITION
    CLASS lcl_trigger IMPLEMENTATION.
      METHOD fim_timer.
        cl_gui_cfw=>set_new_ok_code( new_code = 'ONLI' ). "ONLI = Executar
      ENDMETHOD.                    "fim_timer
    ENDCLASS.                    "lcl_event_handler IMPLEMENTATION
    DATA: r_timer   TYPE REF TO cl_gui_timer.
    DATA: r_trigger TYPE REF TO lcl_trigger.
    PARAMETERS: p_uzeit TYPE sy-uzeit.
    AT SELECTION-SCREEN OUTPUT.
      p_uzeit = sy-uzeit.
      CREATE OBJECT: r_timer, r_trigger.
      SET HANDLER r_trigger->fim_timer FOR r_timer.
      r_timer->interval = 60.
      r_timer->run( ).
    Hope it helps.
    Rgs
    Paulo Afonso Cordeiro

  • How to keep date format as dd/mm/yyyy in Agentry independent of backend value format?

    I am using Agentry 6.0.38.1 android client and 6.0.32 plugin.
    I want to keep date format as dd/mm/yyyy in Agentry independent of backend value date format.
    How can I do it?
    Regards
    -Prit

    Jason/Sravanthi
    When I log in with 6.0.38.1 android client, I get date format in dd/mm/yyyy independent of device date format (I checked by changing device date format) and when I log in with 6.0.30.x android client, I get date format in mm/dd/yyyy independent of device date format for the same export to same connection.
    Don't know why this is happening.
    Sravanthi,
    The solution you suggested didnt work
    Regards
    Prit

  • How to keep track of sessions ?

    Hi,
    Recently at an interview I was asked that how do you keep track of n number of user sessions in JSP ?
    Can somebody help me with the answer that I should have given ?
    Thanks.

    You would have to extend the session handling system using the various listeners for Session events. Check out the package javax.servlet.http.
    SessionListener: responds to sessionCreated/sessionDestroyed - so you can keep track of sessions as they come/go.
    You then also keep in memory (either a singleton, or in application scope) a permanent map of all the sessions. That way you knoe exactly how many sessions there are, and can get at the data for any or all of them.
    (Note this is a potential security risk, which is why the functionality was removed from the servlet framework)
    Another approach would be to use a SessionBindingListener, on a user object. This listener fires events when the object is bound/removed from a session
    Assuming it is an Intranet, where a user logs in, and after login, a "User" object is placed into session. This will let the user object fire an event whenever it is bound - ie when you log in. Thus you can keep track of who is logged in, and if they are logged in multiple times.
    Hope this helps some,
    evnafets

  • How to keep date time line in  collected alert message in linux platform

    Hi Friends,
    In linux server for 11g oracle. how do I keep date time line for each error message?
    example as
    cat alert_test.log | grep 'ORA'
    grep 'ORA' alert_test.log
    I like output as
    Mon Aug 20 01:54:29 2012
    ORA-01560 caused by SQL...........
    I know we can use diag... But I want to some linux command for my debug.
    Thanks
    newdba

    Another option is to make your alert log accessible as an external table.
    Demo here:
    http://www.morganslibrary.org/reference/externaltab.html
    Find "alert log" on the page. Add a numeric column to the table and create a sequence and you can put in a surrogate row number that will allow you to pull sections using LEAD and LAG as you please.

  • How to keep alive a session in Web Services?

    I have to do my project, that will be including some following features:
    1. Login to Application through Web Services method. For example:
    http://mydomain.com/web-services/Login?WSDL
    2. After logging in, use mySms method to send message to Cellphone through Web Services! For example:
    http://mydomain.com/web-services/mySms?WSDL
    My questions are:
    1. How can I keep alive the session after logging in the application in Web Services? In Web, I can use "Session".
    2. If someone has not logged in the Application, he/she could not use mySms method for sending Sms. How can I do that?
    3. I know, when I invoke a Web Services, one JavaBean has been called, and this bean is persistence with his own states. It means, if I set value to parameters of this bean, these values are persistence for invoked methods by other persons.
    For example:
    mySms bean has a private field "jid" inited with NULL value.
    Person A invoked mySms.
    Then, A set jid of mySms to value "A".
    Person B invoked mySms. B got jid value. He receive the result value is "A".
    The question is, how can I set mySms bean so that mySms bean is not persistence?
    Thanks many!

    Hi,
    I can right away answer your FIRST Question.
    Since WebServices are PURELY Based on SOAP which is in tern based on HTTP, they rely on a Stateless protocol.
    I am sure you know that the HTTP is the STATELESS Protocol and so you can not maintain Session and so EACH Http REQUEST is considered as a SEPERATE REQUEST.
    Now, still you want to maintain the Session in WebServices,
    The simple answer is PASSING PARAMETERS.
    Just Maintain your Session on Client (If you are using JSPs or Servlets to CAll WEBSERVICES then maintain Session through your HTTPSession) and each time you Invoke WebService PASS ON REQUIRED Parameters.
    This Approach is Exactly like your URL REWriting OR your Parameters Passing through QUERY STRINGS.
    I hope you got what I am saying!
    Take care,
    Himanshu/

  • How to color data in EXCEL while sending to email?

    Dear Friends,
    I have a doubt.
    I have a internal table IT_MARA.
    I sent  this data via EMAIL to the user by using the Function Module -'SO_NEW_DOCUMENT_ATT_SEND_API1' as EXCEL fortmat.
    My question is How to color this data in EXCEL while i am sending to email?
    Regards
    Moosa

    Hi,
    Try these link
    http://www.saptechies.com/how-to-send-some-abap-data-to-an-excel-sheet-using-ole-automation/
    http://www.sap-img.com/abap/download-to-excel-with-format-border-color-cell-etc.htm
    Regards,
    Manish

  • How to keep Track of the wagetype Changes

    Hi Experts,
    How to keep Track of the Changes after changing the wagetype values.If any body has made changes to the existing wagetype, how do we keep a track of what changes has done, is there any standard Tcode through  which we can get the information.
    Thanks in advance,
    Regards,
    Magesh.S

    Hi,
    Access the table through SM30. It comes blank as standard. Click "New Entries" and make entries for changes to be tracked. For example, whenever an org. unit changes 002 and 003 relationship, you will make entries like:
    01 O 1001 B002 Activate box checked
    01 O 1001 B003 Activate box checked
    Here, 01 is your active plan version, O is org. unit, 1001 is infotype and B002 and B003 are the subtypes. You can also use * for infotype and subtype which means every change will be logged.
    If you then run the report RHCDOC_DISPLAY through SA38, it will pick up all the changes pertaining to B002 and B003 relationship for org. units (in the above example).
    Similarly, you can set up this table for other object types.
    For more information, follow SPRO>Personnel Management>OM>Basic Settings>Activate change documents and go through the documentation for that node. Also, read up the documentation for the report.
    Hope this helps.
    Donnie

  • How to keep dvd burn session open

    When i backup my photos for storage onto a DL DVD or on any cd/dvd the burner closes the session after the burn. Are there settings that can be changed to allow a burn session to remain open so i'm not wasting storage space?

    There is nothing remotely resembling a standard for multi-session DVDs. That is probably why Apple provides no option for this at all.
    The other poster included a link to instructions on how to make a multi-session CD. Those instructions won't work for a DVD.

  • How to keep file sharing on while MacBook lid closed?

    would like to keep file sharing on while lide closed on macbook...so i can access files with other device.

    i really dont want to be needing to buy a extra screen just to get something working that i had going before...
    i do have a bluetooth mouse attached and everytime i move it..the macBook seems to start up but then immediatly goes back to sleep..playing dead
    all i want is that file sharing continues when i close the lid...
    Do you think that it might be a hardware problem?
    Or maybe software...because since I downloaded Lion...screensaver has been jumping in randomly too...I know it's nothing special since many people have encountered this issue and i just reinstalled lion and it seems to be fine so far....
    anyhow... still hoping to find the right solution...
    But thanks for the help..really appreciate it...

  • How to keep Date created and Date modified when converting nef to dng

    Hi
    I noticed that when we convert NEF files to DNG in it properties the Date Created and Date Modifed are changed to the present date and not the original dates of the files in question. Is there any way to make such a conversion without changing these proeprties? Yes, I know 'Date taken' does not change--but this info does not show up when you hover a file only the info in its properties does hence me asking the question.
    Also am I correct in assuming that this conversion is 100% lossless, nothing but nothing is lost in the qualtiy and info of the file (besides the file size)? Thank you
    OS: Windows 7 (64)

    A DNG from an NEF is a new file so it’s Windows dates are as of its creation on Windows.  The date modified would further change if you updated the DNG with a new preview and/or embedded metadata into it. 
    If you need the files to have the camera’s creation date, then use Windows Explorer to copy them, don’t convert to DNG, and just Add them to your LR catalog, and tell LR not to add a timezone or otherwise adjust the timestamps which might also update the file modification time.

Maybe you are looking for

  • IPlayer no longer loading / playing

    Two weeks ago my iPlayer connection from the Goodmans set-top box suddenly decided not to 'play'. I went through the usual sequence of a power off/on reset of the TV, set-top box, HomePlug adapter, BT HomeHub router All other connections in the house

  • IPhoto 6 & Restoring from .mac Backup

    Thankyou to all of the experienced mac users who post to these forums, most helpful to people relatively new to mac's. I have been happily using iPhoto 6.0.1 and the .mac backup utility weekly. last night I needed to reinstall Tiger, then iPhoto - wh

  • The itunes library file cannot be saved (-48)

    After migrating my library from an xp machine to a new vista machine, I get this error whenever I open iTunes. The itunes library file cannot be saved (-48) The most annoying result appears to be that my video iPod does a full sync every time now (as

  • Swing Control Suggestions

    I have a project that contains multiple forms of data that I want to be connected and scrollable. The data would be two strings of characters, a string of numbers that is the position of the character string, and XY chart/graph of data. The problem w

  • Debugging IDOC_OUTBOUND_ORDERS

    HI, any ideas how to debugg the function IDOC_OUTBOUND_ORDERS with  message output of a purchaseorder ? I´ve made an breakpoint in the IDOC_OUTBOUND_ORDERS function and repeated the output in my purchaseorder but without success. Ideas `? Regards, Go