Help:session control

          it seems that weblogic doesn't support global.jsa, and i want to control the session
          destroy event, what can i do?
          

What you want to do is to plug a custom TableCellRenderer in for the JTable column that is supposed to display the image. In your case, you will want to take the ImageControl and subclass it so that it implements the TableCellRender interface.
You can go the Java Developer Connection at java.sun.com and search the forum for posts on this topic. You can also go to http://manning.spindoczine.com/sbe/files/uts2/Chapter18html/Chapter18.htm for an example.

Similar Messages

  • Session control

    Hi Experts,
    Please help me to resolve the below problem
    I have a Z-transaction. The output is Grid ALV. When I select any row with Order and click the button 'Change Order' in the application tool bar, it navigates to VA02 (In the Z-program, 'CALL TRANSACTION VA02' is used). Once we enter VA02, from the standard menu, we can create a delivery using 'Deliver' menu option (This is manual intervention). This navigates to VL01N to create a delivery. Once we save the delivery and press the back button, we go to the SAP Easy Access screen. I want to go back to the Z-trnasaction screen. Looks like we are losing the session control.
    Can you please give in your suggestions to get back to the Z-transaction 

    Hi Ketki,
    The purpose of the stmt Call transaction is to return back to calling program. However it seems that when you press Back button, the std SAP program is exiting with a LEAVE stmt. If you can debug and check what happens when you hit a BACK button might give you the answer.
    Hope this helps
    Regards

  • Session control via terminal services

    I have an application running like a dream using JSP and server side session control. One paricular user has an environment where all PCs are linux based and running a terminal service from a Microsoft SBS server.
    These PCs are unable to maintain session when connection to the site.
    Has anywone hit this problem before, is the any setting in the Microsoft to help this?
    Thanks for your help

    I have checked that cookies are enabled. I can
    implement URL rewiting but I was hoping for a simple
    solution without needing to change the software. As
    all other users are not having a problem.Maintaining a session involves passing an identifier between the client and the server. The identifier can be maintained on the client as a cookie, or the web component can include the identifier in every URL that is returned to the client. So clearly for whatever reason this is not happening. You need to either fix your application so URL rewriting is supported or find out why cookies are not working properly for these clients.
    I am not skilled in ternminal services and was hoping
    there was some configuration that coulod be tweeked.Try a Microsoft forum

  • I need help with controlling two .swf's from third.

    Hi, thanks for reading!
    I need help with controlling two .swf's from third.
    I have a problem where I need to use a corporate designed
    .swf in a digital signage solution, but have been told by the legal
    department that it can not be modified in any way, I also can't
    have the source file yada yada. I pulled the .swfs from their
    website and I decompiled them to see what I was up against.
    The main swf that I need to control is HCIC.swf and the
    problem is it starts w/ a preloader, which after loading stops on a
    frame that requires user input (button press) on a play button,
    before the movie will proceed and play through.
    What I have done so far is to create a container swf,
    HCIC_container.swf that will act as Target for the HCIC.swf, and
    allow me to send actionscript to the file I'm not allowed to
    modify.
    I managed to get that done with the help of someone on
    another forum. It was my hope that the following script would just
    start HCIC.swf at a frame past the preloader and play button, and
    just play through.
    var container:MovieClip = createEmptyMovieClip("container",
    getNextHighestDepth());
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    mcLoader.addListener(this);
    mcLoader.loadClip("MCIC.swf", container);
    function onLoadInit(mc:MovieClip) {
    mc.gotoAndPlay(14);
    But unfortunately it didn't solve my problem. Because there
    is a media-controller.swf, that is being loaded by HCIC.swf that
    has the controls including the play button to start HCIC.swf.
    Here's a link to a .zip file with all 3 .swf files, and all 3
    .fla files.
    http://www.axiscc.com/temp/HCIC.zip
    What I need to do is automatically start the HCIC.swf file
    bypassing the pre-loader and play button without editing it or the
    media-controller.swf in anyway. So all the scripting needs to be
    done in HCIC_container.swf.
    I know this is confusing, and its difficult to explain, but
    if you look at the files it should make sense.
    ActionScripting is far from my strong point, so I'm
    definitely over my head here.
    Thanks for your help.

    Got my solution on another forum.
    http://www.actionscript.org/forums/showthread.php3?t=146827

  • Why are App Tabs session-controlled?

    Firefox claims that it is creating a more secure browser. Wishful thinking, but quite false. The fact that App Tabs are included in session control is a major design flaw in Firefox. Because cookies are stored with app tabs, you have actually made Firefox much ''less'' secure. Fortunately, I have one possible solution. Mozilla is currently reviewing the add-on called App Tab Initializer. I'd rather you integrate it directly into Firefox. You can add the procedure undertaken by clicking the "Grab Current App Tabs" button in the add-on's options as the first step in Firefox's standard shutdown procedure. Then "Clear all history" in Firefox's own options should be the default, and it should be the second step. When you open Firefox again, Firefox should launch App Tabs according to the URLs given in the first step above. Your favorite examples to use are Gmail and Facebook, so those sites should be the ones you use to test both the problem and the solution. Thanks!

    I have no such extensions. I learned of this option on lifehacker, which lists it as an option in Firefox, not from an add-on.
    It's in their power-users' guide to firefox, here:
    http://lifehacker.com/5867444/the-always-up+to+date-power-users-guide-to-firefox
    I first used the option in Firefox 8 and it worked with app tabs. It doesn't anymore in 9.

  • Imaqdx session control

    I am using a IMAQdx session control to select on of two cameras in my system
    but the control does not show the drop down list of cameras although correctly configured and visible in MAX.
    I am using LV8.6.1. and ImaqDx 3.8 under WIN XP.
    Does anyone knows the reason for that behavior?
    Thanks.

    Sorry for my late response.
    Here is the screenshot. Both cameras (cam0 / cam5) are listed under IMAQdx.
    Regards Ralph

  • User session control

    Hi
    There is a way to control the number of sessions a user defined in ACL can open??? or its possible the limit of sessions openned to a restricted area.??? throughout the SJS WS6.1

    What you could do is the following:
    1. Create a new profile that sets the session maximum to 1
    CREATE PROFILE some_profile LIMIT SESSIONS_PER_USER 1;2. Change the user to be associated to the new profile
    ALTER USER some_user PROFILE some_profile;Hope this helps!

  • Session control lost in new pop-up window

    Hi people,
    In one of my pages in the Portal I have a link that opens a BSP Application in a new window.
    The idea is to allow the user to open the same application with different info in different windows. But is not working, I have at least two problems.
    1-     when I close the new window, the object  that I was editing is not free and session remains open.
    2-     after I open a second window, the first window starts to point to the application of the second window.
    I think that my problem is that when I open the new window, this new window is no longer associated with the portal session.
    There must be a way to control this.
    Thanks for your help.
    Best regards,
    Paulo Ruivo

    Dhruv,
    The link page is a BPS iView.
    The link to the BSP page is the full url of the BSP page.
    Should i use the EPCM class to do this navigation?
    Regards

  • Expression help needed - control speed of a pan via a slider

    I've done this in the past but can't locate my old project, and my head is throbbing from last nite.....
    I'd like to apply an expression to my null's position. I want it to pan horizontally at a speed specified with a slider control. I'd like it to be able to start, stop, and then continue. Doesn't need to ease in, but it'd be nice.
    Speed = effect("Speed")("Slider");
    OffsetX = effect("Offset")("Point")[0];
    fps = 24;
    x = OffsetX - (Speed * time * fps);
    [x,243]
    My problem multiplying "speed" with time means that when it stops (speed=0), it returns to the start position.... I need it to stay in place, and then continue when I animate the speed value back up.
    Please help my hungover brain....

    Here's a quick and dirty method:
    >v = effect("Velocity")("Point");
    vSum = 0;
    for(t = 0; t <= time; t+=thisComp.frameDuration) vSum += v.valueAtTime(t);
    value+vSum*thisComp.frameDuration
    Unfortunately, it is pretty slow to calculate, and just gets slower the further you go down the timeline. Also, it doesn't actually produce continuous motion, so it doesn't play well with motion blur.
    I'm working on a much more efficient expression that does work with motion blur, but I can't seem to get it to behave once you get past the last keyframe. If I have a breakthrough, I'll post it.

  • URGENT PLEASE HELP-Session State Provider for 8i.

    We are looking for a SESSION STATE PROVIDER for .NET 2.0 for Oracle 8i. Please help to find a solution. The current installation on the Oracle website does not work for 8i.
    Thanks a BILLION in advance.

    You'll need to install the ODP 11 beta...

  • HELP! Controlling size and position of new window from applet

    I am totally new to using java. I am making use of a java applet for showing images. Each image may be clicked to open a higher res image in a new window. I want to be able to control the size and position of the new window. The windows need to be different sizes for each image - a couple may be the same size but some will be different.
    I found this:
    <<<<Yes it can (but not after the window has been created). JavaScript can open documents in a new (or an old) window with eg.
    <script>
    window.open("document.url", "window_name", "toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=600,height=400");
    </script>
    The new window will have only the title bar and the frame around the document, nothing else.
    That can be made a function and called from an applet through liveconnect.>>>>
    from a search re window sizes but I need more explicit help with how to put it into my document! This looks like it might work with the exception it doesn't give a position but I could even live without that.
    Am I correct in assuming tha this script goes in the <head> of the document? If I have several different sizes, I would need to have several different but similar scripts but with different window names?
    Do I substitute the actual url where it says "document.url"? What about "window_name"? And what does liveconnect mean?
    Here is a sample from the applet coding I have in place:
    \\\\\<param name="image2" value="barneygargles_th.jpg">
    <param name="link2" value="http://www.barneygargles.com">
    <param name="statusmsg2" value="Barney Gargles Family Restaurant">\\\\\
    Please, I hope someone can help with this! This is driving me crazy!
    Thanks to anyone who can walk me through this one!
    Linda

    I have been searching the internet for more information and it appears that others have been faced with this problem.
    I have found a couple of possible answers but I am not sure how to do them.
    http://forums.macosxhints.com/showthread.php?t=64059
    http://forums.macrumors.com/archive/index.php/t-119915.html
    The first link seems more relavent but I am not sure how to do what it is talking about.
    Can anyone help?
    I have recently moved from a PC to MAC and this problem is really getting in the way of my work.

  • Help with Controlling the HP E1411B multimeter with LabView

    Hi -
    I'm using LabView 7.1, and trying to control the HP E1411B multimeter in a Textronix VX1410 frame, using a VXI-MXI-2 interface.  I've read that this is a register based device, which means what?  I can't control it using the VISA method in LabView?  I've been successful in this with other devices, so I'm guessing it can't be done because it doesn't work.  I also downloaded both the drivers for this device from the driver database, and neither work.  I can't seem to figure out to nake them work either.  Can anyone help?  I just want to use the MM to make simple measurements and display them in LabView.  If I wanted to create my own driver, what would be the best way to communicate with it?  Thanks.
    Charlie

     Sir,
       I want to make automatic test setup for testing accelerometer. My resources are Test station PC with windows 2000, Agilent E1401B High power mainframe with slot 0 controller, Slot 0 controller is NI VXI-MXI-2 controller, shaker etc. MXI-2 bus begins at PCI at the PC and goes to VXI backplane. Agilent E1401B cage have Agilent E1411B 51/2 Multimeter (in slot 3), Etec Test Head Support Module (slot 2), Etec Digital stimulus response module, ETEC test head I/O panel etc. we have old version labview-2009. using labview i want to control my test whole setup.
         Procedure for test setup is that i need to give power supply to shaker. Also i have to give input signal of 1kHz to shaker for vibration. Accelerometer will be mounted on shaker. Accelerometer output voltage has to be measured with agilent DMM E1411B in VXI cage.
    I have installed NI-VISA n NI-VXI driver and i was trying to program it using visa VIs in LABVIEW, but couldn't succeed.
    First, i am trying to make a simple program which can read resistance and voltage from HP E1411B DMM. There is difficulties in using VISA Out and VISA In VI. to measure DC voltage value from DMM, how should i give command to DMM using VISA out, because input to VISA out is numerial value so how can i give command to DMM. VISA In has only input offset and address space, so how will i know that which offset setting will show voltage value.

  • Help with controlling Bank changes on Yamaha S90ES from Logic

    Can anyone please help me with getting Logic to control the bank changes on this beast. I have it controlling the patch changes no problem it is just the bank changes I need thanx

    Yeah, I'm a bit confused too. Assuming your keyboard is sending bank/program changes in the same format is receiving them, Logic will just record your data, and play it back as the keyboard sent it.
    Logic is ignoring bank changes sent from my Korg Triton.
    So, when recording into a region, you only get program changes, and not bank changes in your recorded data?
    However, Logic is sending bank changes to the Triton perfectly.
    From playing back a sequence recorded from program changes generated by the keyboard, or using Logic's bank/program change parameters in the instrument parameters?
    If I use my keyboard to set the instrument, Logic sets the program,
    but the bank is ignored.
    I don't understand what you mean by "Logic sets the program".
    n the event list, the incoming data looks as standard as could be:
    my keyboard is sending a bank MSB and LSB, via events 0 and 32,
    followed by a program change,
    And you are saying that if you play that back, the keyboard doesn't change sounds correctly?
    followed by a sysex "66/48" which I assume identifies the source
    of the message (the Korg).
    You can't assume anything - it could be anything. It could be a sysex patch dump of the patch, or it could be some mode setting. You'd need to read the keyboard manual to find out what it is.
    So the question is: how do I get Logic to PAY ATTENTION to the
    darn bank change being sent by my keyboard?
    I really don't understand what you mean by "PAY ATTENTION". If you squirt MIDI data at Logic, Logic will record it into a region, and then play it back, as would all sequencers. What should Logic do differently?

  • (Newbie) Web Service Session Control

    Dont know if my "help I am lost" request are out of line for this fourm. I do appreaceate any help I can get.
    Creating a web application that is session based. I have set the scope of my web service to session. I have read that this setting has the same effect that the jsp setting "Session" does. However I am still a little mystified at what the Saop handler does here. I am assuming when a request gets routed to a service there is a HTTPSession that is created at some point, somewhere. I think I need to be able to access this class from Java. I know at some point in the future I will need to be able to handle session events, (Timeouts) and others. But for know I would be comforted in just being able to access getSession().
    In case you are wondering I did not handwritte the wsdl or any of those documents. I used Jbuilder to automate that process (plus I cant hand write em yet). So please feel free to refer to these if needed to explain. It might just take me a bit. since id be learning it all at once.
    Thanks in advance
    JB

    Maybe this
    https://jax-rpc.dev.java.net/servlets/ReadMsg?list=users&msgNo=1946
    will answer your questions. It was alot of helpful response when I asked there for session scope stuff.
    Merten

  • Help for Control Level Events

    Dear Friends
    i had an internal Table Itab_emp
    before saving from belowcode i want to check for a particular field
    i had itab_otime which had value as time format for particular ids
    so i want to add them for a id and check condition
    output of itab_emp is
    PERID Date OTIME 
    1      01.10.2007 013000
    1      03.10.2007 001000
    2      04.10.2007 000030
    2      05.10.2007 001000
    i want to add values for perid 1 and 2 and see the sum of that in a field in itab only so that i can apply condition
    Hope u got my problem
    Reflect changes in below code
    i think control level events will help but How i dont know
    SORT ITAB_EMP BY PERID.
      LOOP AT ITAB_EMP WHERE MARK = 'X' .
        IF SY-SUBRC = 0.
    MOVE-CORRESPONDING ITAB_EMP TO ITAB_OTAPP .
          ITAB_OTAPP-OBJID = 1.
          ITAB_OTAPP-TODTE = ZHR_PR_M_OTAPP-TODTE.
          ITAB_OTAPP-FRDTE = ZHR_PR_M_OTAPP-FRDTE.
          ITAB_OTAPP-IMMHD = ZHR_PR_M_OTAPP-IMMHD.
          ITAB_OTAPP-CRETM = SY-UZEIT.
          ITAB_OTAPP-CREON = SY-DATUM.
          ITAB_OTAPP-CREBY = SY-UNAME.
          APPEND ITAB_OTAPP.
        ENDIF.
      ENDLOOP.
      LOOP AT ITAB_OTAPP INTO WA_ITAB_OTAPP.
        MODIFY ZHR_PR_M_OTAPP FROM WA_ITAB_OTAPP.
      ENDLOOP.
    Hope will get answer as soon as possible
    Please Help Out Genius
    With Best Regards
    Ruby

    Dear Friends
    i had an internal Table Itab_emp
    before saving from belowcode i want to check for a particular field
    i had itab_otime which had value as time format for particular ids
    so i want to add them for a id and check condition
    output of itab_emp is
    PERID Date OTIME 
    1      01.10.2007 013000
    1      03.10.2007 001000
    2      04.10.2007 000030
    2      05.10.2007 001000
    i want to add values for perid 1 and 2 and see the sum of that in a field in itab only so that i can apply condition
    Hope u got my problem
    Reflect changes in below code
    i think control level events will help but How i dont know
    SORT ITAB_EMP BY PERID.
      LOOP AT ITAB_EMP WHERE MARK = 'X' .
        IF SY-SUBRC = 0.
    MOVE-CORRESPONDING ITAB_EMP TO ITAB_OTAPP .
          ITAB_OTAPP-OBJID = 1.
          ITAB_OTAPP-TODTE = ZHR_PR_M_OTAPP-TODTE.
          ITAB_OTAPP-FRDTE = ZHR_PR_M_OTAPP-FRDTE.
          ITAB_OTAPP-IMMHD = ZHR_PR_M_OTAPP-IMMHD.
          ITAB_OTAPP-CRETM = SY-UZEIT.
          ITAB_OTAPP-CREON = SY-DATUM.
          ITAB_OTAPP-CREBY = SY-UNAME.
          APPEND ITAB_OTAPP.
        ENDIF.
      ENDLOOP.
      LOOP AT ITAB_OTAPP INTO WA_ITAB_OTAPP.
        MODIFY ZHR_PR_M_OTAPP FROM WA_ITAB_OTAPP.
      ENDLOOP.
    Hope will get answer as soon as possible
    Please Help Out Genius
    With Best Regards
    Ruby

Maybe you are looking for