Avoding Server Request on tableView MULTIEDIT

Hi All,
Is it possible to avoid server roundtrip when a line is selected from tableview onSelect="multilineEdit" ?
I have multiple tab strips, and on the third tab I have a table where the users can input info using dropdowns. However, everytime I select a line, the page refreshes and takes me back to the first tab with all tableView input lost.
Thanks!
Roman D.

You can use the following approach show in the code below:
CLASS CL_HTMLB_MANAGER DEFINITION LOAD.
* Optional: test that this is an event from HTMLB library.
IF event_id = CL_HTMLB_MANAGER=>EVENT_ID.
* See if upload is triggered from button
  DATA: event TYPE REF TO CL_HTMLB_EVENT.
  event = CL_HTMLB_MANAGER=>get_event( runtime->server->request ).
if  event->id = 'but1' and event->event_type = 'click'.
  DATA: tv TYPE REF TO CL_HTMLB_TABLEVIEW.
  tv ?= CL_HTMLB_MANAGER=>GET_DATA(
                  request      = runtime->server->request
                  name         = 'tableView'
                  id           = 'tab1' ).
IF tv IS NOT INITIAL.
DATA: tv_data TYPE REF TO CL_HTMLB_EVENT_TABLEVIEW.
  tv_data = tv->data.
refresh itab2.
refresh itab3.
call method tv_data->GET_ROWS_SELECTED
      receiving selected_rows = itab2.
endif.
data : ind type SELECTEDROW,
       row_s type row.
if itab2 is not initial.
    data :rw LIKE LINE OF itab.
    loop at itab2 into ind.
      READ TABLE itab INDEX ind-index into
      rw.
       if rw is not initial.
       row_s = rw.
      append row_s to itab3.
      clear row_s.
      endif.
    endloop.
endif.
Endif.
Itab2 type selectedrows.
in page attributes.
itab2 will contain the index of the selected rows in the table you are displaying say itab. Now your itab3 should also be as same type of itab. According to the code above, itab3 contains the selected rows from the itab.
All the selection happens in a single round trip in this approach.
Hope I am clear. If not you can revert back.
Hope this helps,
Regards,
Ravikiran.

Similar Messages

  • Server Request Error EVERY TIME I try to create an Iphoto08 Gallery

    I have a lot of space in my .mac account, and I’ve tried even with a just one-photo album, and I can’t put my gallery online.
    Every time I try, the IPhoto08 starts connecting and after some seconds shows the same message: Server Request Error (Error en la petición para el Servidor – in Spanish)
    Thanks for your help,

    7.0.2 is the update that's supposed to fix that problem. If you're still having problems then check to make sure your web gallery names do not have any quote marks or ' or other unusual characters.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Unknown Host Unable to locate the server requested --- the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no

    Hello,
    Today i tried accessing transitbux.com with mozilla, but i'm getting this kind of a error as mentioned below:
    Unknown Host
    Description: Unable to locate the server requested --- the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again.
    Can anyone help me please, and the same website is accessible with my phone.
    Help me please. :(
    Regards
    -

    Try http://www.transitbux.com/
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"

  • Status-Server request and the ACS SE 4.2

    According to traces collected in mt ACS SE 4.2, it would seem that the underlying software does not support the RADIUS Status-Server request. Anybody know if this request type is supported in version 5.*? Thanks.

    Jay:
    I have ACS 5.3 and this attribute does not seem to be listed.
    What is the attribute's ID?
    Regards,
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • Composite Studio - How to get Active Server Requests through Email

    Currently in my application, we have an issue with number of Active connections. When we view Composite Studio -> Manager -> Requests -> Active Server Requests, it shows the number of active requests at that particular moment.
    Is it possible to set a trigger or receive an email for the above if the number of Active Requests goes > some limit to alert us. Due to the issues with downstream applications, Composite was not able to close the connections and it is creating issues for future requests. 

    You need to load the Module before you start using it .....in PowerShell v2 (v3 auto loads it for you).
    I assume you are just starting with the AD Administration with PowerShell.
    Go through the Scripting Guy's post and search for getting started content:
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/02/02/hey-scripting-guy-february-2-2010.aspx
    http://blogs.technet.com/b/heyscriptingguy/archive/2013/04/23/use-the-ad-ds-module-to-find-computers-with-powershell.aspx
    Below is another comprehensive  link:
    http://technet.microsoft.com/en-us/library/dd378937(v=ws.10).aspx
    Knowledge is Power{Shell}
    DexterPOSH
    My Blog

  • Images from dataset causing bad server request

    I'm using Spry for some time and find it really nice framework especially for data handling.
    One thing bothers me is that when trying to display images based on xml dataset (like <img src="{photo}") one false server request happens.
    Before updating the ds the browser tryies to load specified url, which is quite annoying.
    So far I've tried:
    1. spry state ready
    2. spry if many properly formulated options
    3. hiding that region with css display none and showing after ondatachanged notification
    none helped.
    Any help in that matter would be great.

    Please post a link to your site.
    Gramps

  • Squid proxy server request

    sir
    I installed squid proxy in our environment for making internet access fast.It works fine when browsing internet. But when we access the our internal webserver\
    located in another location it provides the following error message
    unable to determine ip address for host
    The dnsserver returned:
    Name Error: The domain name does not exist
    the ip address of requested url is 10.0.0.23. We are using vpn to connect to that network.
    please suggest solution for this problem
    Regards
    Satheeshkumar.M

    You will need to specify a DNS server that is the authority for your local network domain, which is also configured to forward your non-authoritative (public internet) requests to another or public DNS servers. When specifying multiple DNS servers, keep in mind that any response from the DNS server, unknown or successful, will satisfy the request and other DNS servers in your list will not be queried. Some implementations may allow you to attach DNS servers to DNS searchlists. If you have a small local network, it might be the easiest to add your local hosts to the /etc/hosts file. Depending on your network security you may also have to look into possible problems of denied requests to DNS servers outside your network. Is there a special reason why are you using a proxy?

  • Flex + Sending ArrayCollection to Server + Request Scope

    Hi All,
    I have a requirement where I have to send an ArrayCollection
    instance containing actionscript instances to server side. Server
    side component is java servlet.
    Could anyone please tell me how this can be done.
    I hav explored flex APIs where I get reference to sending as
    key/value. Here this is not feasible as I have a collection of .as
    instances and each .as instance is composed of 20 string objects.
    I have one idea I can get the whole ArrayCollection on the
    server side by request scope, if I can bind the same
    ArrayCollection in request scope with some key in mxml page. Can it
    be done.
    If I am in one jsp page from where I am forwarding to another
    jsp, then what I will do is in first jsp, I will write:
    request.setAtribute("SomeKey", instance);
    In second jsp, I will write
    List list = (List)request.getAttribute("SomeKey");
    I have no idea of how request.setAttribute is done in mxml
    page. Can it be done. Can anyone help me here. If this is not
    possible, is there any other way of doing this.
    Many Thanks,
    Best Regards,
    Nazz

    Hi,
    Thanks for the reply. Apologies for updating you late on
    this.
    I have downloaded JSON api from here:
    JSON API
    I have placed the as3corelib.swc file in my WEB-INF/flex/lib
    folder, I have imported the JSON class in mxml page using import
    com.adobe.serialization.json.JSON;
    when I hit the browser, it gives me following error on the
    browser:
    quote:
    1 Error, 1 Exception found.
    Error /nazz/SampleJSON.mxml
    unable to load SWC as3corelib.swc
    Exception flex2.compiler.swc.SwcException$SwcNotLoaded
    Here is the stacktrace from the server log:
    quote:
    12/21 20:07:55 ERROR
    unable to load SWC as3corelib.swc
    12/21 20:07:55 ERROR
    flex2.compiler.swc.SwcException$SwcNotLoaded
    at flex2.compiler.swc.SwcCache.getSwc(SwcCache.java:230)
    at flex2.compiler.swc.SwcCache.getSwcs(SwcCache.java:174)
    at flex2.compiler.swc.SwcCache.getSwcGroup(SwcCache.java:78)
    at flex2.compiler.swc.SwcCache.getSwcGroup(SwcCache.java:67)
    at
    flex2.compiler.CompilerSwcContext.load(CompilerSwcContext.java:52)
    at
    flex2.server.j2ee.IncrementalCompileFilter.fullCompile(IncrementalCompileFilter.java:186)
    at
    flex2.server.j2ee.IncrementalCompileFilter.compileMxml(IncrementalCompileFilter.java:113)
    at
    flex2.server.j2ee.BaseCompileFilter.mxmlToSwf(BaseCompileFilter.java:286)
    at
    flex2.server.j2ee.BaseCompileFilter.invoke(BaseCompileFilter.java:72)
    at
    flex2.server.j2ee.RecompileFilter.invoke(RecompileFilter.java:38)
    at flex2.server.j2ee.AboutFilter.invoke(AboutFilter.java:48)
    at flex2.server.j2ee.MxmlServlet.doGet(MxmlServlet.java:159)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at
    flex.bootstrap.BootstrapServlet.service(BootstrapServlet.java:85)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:252)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
    at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11P rotocol.java:743)
    at
    org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at
    org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.ja va:80)
    at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Unknown Source)
    Please help.
    I'm using flex 2.
    Many Thanks,
    Best Rgds,
    NAZZ

  • Xml server, requests push, event notifications

    Hello,
    I can only work with oracle via Flash ActionScript xmlSocket, thus
    there is a pure xml communication so I need the following:
    1) tcp/ip xml server (connection port for Flash ActionScript XmlSocket class)
    2) server push - ability to send N requests at once with later responses fetching
    3) ability to add event listener on every DB change and the option
    to receive the notifiction event back to client as xml document.
    4) persistant connection for multiple xml requests and responses during
    one connection.
    Does Oracle support all this, or at least 1), 3), 4) ?
    Thanks, Dmitry

    Dmitry,
    From what I read: I think you need a socket server. UNITY 2.0 (java based), Shovemedia (java based), Swocket (open source built in Python)
    If you use Python:
    The below link has information on python cx_oracle connection to the database in cx_Oracle.connect('userid/password@database')
    Python: http://www.ioug.org/python.pdf
    Alernative external data with Flash Remote
    http://www.devarticles.com/c/a/Flash/Working-with-external-data-in-Flash/

  • UCM server requests.. Please advice

    Hi all,
    I'm using weblogic portal and integrating with UCM and I had the exception that the UCM server is too busy to handle connections. Is there any parameter that sets the maximum no of requests for UCM server?
    Or How can I get the maximum no of connections handled by the server?
    - System configuration:
    Product Version: 10.1.3.5.1 (090806)
    Product Build: 7.2.4.17
    Platform: solaris
    Database Type:Oracle
    Database Version:10.2.0.1.0 ---Oracle Database 10g Enterprise Edition Release
    Your help is much appreciated.
    Many thanks in advance,
    Mohamed Kandil

    Hi Srinath,
    These are server configurations under Administration --> Configuration Info - Under System configuration
    Product Version: 10.1.3.5.1 (090806)
    Product Build: 7.2.4.17
    And the following under Administration --> Configuration Info -- Under Features and components:
    Feature Name: CoreUpdate - Version: 1.0 - Level: 7.2.4.17 - Component: CS10gR35CoreUpdate
    Thanks,
    Mohamed

  • ICal Server Request Error

    We have a network of iCal users that were connecting to a 10.5.8 Server with iCal Server and have upgraded to 10.6.4 Server. The clients are still primarily 10.5.8. The DNS was also redone on the network during that change. iCal is authenticating and shows the events as well as list all delegates etc, but when you post a new event from one of the accounts we get the following error:
    Request Error
    There was a problem writing "New Event" in "Account Calendar" in account {name of the account}
    The server responded with
    "HTTP/1.1 409 Conflict"

    In the Internet Accounts preference pane, delete the BT Internet calendar account. If you don't use the account, that's all you need to do. If you do use it, recreate the account with the same settings.

  • How to know internal server request

    Hi
    My application is a plugin(shared library) for SunOne web server that is developed using C++ NSAPI SDK.
    I am facing a issue when a browser send a request for folder(say http://host.abc.com/test-folder/).
    When my application gets notification about this request, it process the request and send some Cookie to browser in response. The Web Server does not deliver this response to browser but generates another request of index.html file(i.e. http://host.abc.com/test-folder/index.html). So here my application gets notification about this request.Finally index.html file is displayed in client's browser.
    Is there any way to know that a request is generated by SunOne web-server(as in my case request for index.html is generated by web server) ?
    Please Help
    Regards
    Devendra

    After I have decompile and studied the com.day.cq.personalization.impl.TargetedContentManagerImpl Class.
    I have notice that I will need to have the Campaigns folder created under the content tree("/content/campaigns")
    Shouldn't the code handle the null case on line 321 of TargetedContentManagerImpl Class
    collector(this.adminResolver.getResource(this.promotionRoot));
    Thanks

  • DHCP client\server request validation?

    Is there a way to have for example a client send a variable with it's BOOTP request that matches a DHCP server side variable to complete a trust relationship between client\server before handing out an address to the client?
    Basically the client would have an option set say "wagon21" and the server would have to have that value present. Then any clients that do not have the "wagon21" in their request would not be given a DHCP address.

    Hi,
    According to your description, my understanding is that you want to implement the function: DHCP server assign IP address to specific DHCP-enabled client.
    In general, a DHCP server is willing to assign IP address to all reachable DHCP enabled client that sends DHCPDISCOVER message. For Windows Server 2008 R2 and later version, DHCP Server can distribute DHCP leases based on MAC address by setting
    Filters – Allow/Deny. Detailed introduction and configuration steps, you may reference:
    https://technet.microsoft.com/en-us/library/dd759190.aspx
    Note that:
    1. If allow list is enabled, the DHCP server provides DHCP services only to clients whose MAC addresses are in the allow list
    2. If deny list is enabled, the DHCP server denies DHCP services only to clients whose MAC addresses are in the deny list.
    3. If both allow and deny lists enabled, the block list has precedence over the allow list. This means that the DHCP server provides DHCP services only to clients whose MAC addresses are in the allow list, provided that no corresponding matches are in the deny
    list. If a MAC address has been denied, the address is always blocked even if the address is on the allow list.
    Besides, you may configure DHCP user class, detailed information reference:
    https://support.microsoft.com/kb/240247/?wa=wsignin1.0
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Sorry server request

    Hi,
    we have two CSS11503 to load balance http and https traffic, we have to know the source IP packet of request to a Sorry Server when all the services on the content are down.
    I mean, when all services into the content are down a request from a client i forwarded to the primary sorry server, is the source IP of the request the load balancer IP address, or is the client IP address wherefrom the request starts?!
    Thanks
    Cinzia

    By default we do not source nat the client ip address.
    But if the sorry server is at a remote location, you will NEED to do source nat for the connection to work, otherwise the sorry server will respond directly to the client bypassing the CSS and the client will not appreciate seeing a response from a different ip than the vip.
    You could use a redirect sorry server, so that a redirect response is sent to the client which does open a new connection directly with the sorry server.
    Gilles.

  • Configuring OS X Server to pass FM Server requests

    Hello all.
    I am having problems configuring OS X Server (10.3.9) to allow access to FileMaker Server 8 running on a separate machine.
    I want to access our work FileMaker Server from home through a standard FM Client connection. FM uses port 5003 to connect. We run our OS X Server behind DSL Router. The router performs NAT and if I configure it to pass 5003 requests off directly to the FM Server (therefore, by-passing OS X server) I can connect without problem. However, FM server is not protected by a firewall.
    I believe I have to have our router point 5003 requests to our OS X server machine and then have OS X server pass the request through the firewall and onto the FM server machine. However I am unsure of how to configure the firewall (since 5003 is not a standard service port) and even withe the firewall on, wouldn't I need NAT enabled and configured to handled requests from the router?
    Any help is appreciated.
    Thanks
    Rick
    17" Powerbook 1.33 GHz   Mac OS X (10.4.7)   http://www.aleclia.com Site served on B&W running OS X Server

    Hi:
    Your router is already forwarding external requests for port 5003 to an internal IP address, this indicates – to me – that NAT is your Firewall and is protecting your LAN anyway. NAT at its most basic peforms as its own Firewall.
    I should leave things as they are as there does not seem much point in what you are trying to do. You can make it work but it would make your internal network unnecessarily complicated as you would then have to consider turning your Server into a Gateway/Router sharing an internal internet connection when local users already have internet access using your router.
    Hope this helps – Tony

Maybe you are looking for

  • My ipad cannot find my printer

    I have an hp deskjet wireless printer but my ipad, iPhone or iPod touch cannot find it.  Sometimes my ipad can but it is intermittent and unreliable. Anyone any ideas

  • No thumbnails in organizer 12 for any video file larger than 3,1 mb

    I am running premiere Elements 12 Quicktime 7.7.5 Windows 7 service pack 1 Organizer will not show (or update) thumbnails from video files (.mts and .m4p) when file sizes are over 3.1 mb. Organizer will play all the files. Element shows thumbnails an

  • FInal Cut Pro for Windows?

    Yes or no. If i were to purchase Final Cut Pro Studio Academic 6, would i be able to use it with windows on my laptop? I would love to know beofre i purchase anything.

  • I have a problem regarding af:dataTable with tableSelectOne .

    HI, I have a problem regarding <af:dataTable> with <tableSelectOne>. I would like to know how can I pre-select the first item of the table? I have tried to search on the net but can't find something useful. Any help would be appreciated Regards Amu

  • JUST ONE MORE RAM QUESTION

    can someone do a quick test for me... 1. can someone open up safari and iMovie together and see how much RAM the 2 use together 2. then, see how much they take up separately 3 also, for another RAM test, can someone open up both the apps. in iWork (n