<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: standard html submit and do_handle_event in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810007#M253593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give the 'name' property a value like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name="onInputProcessing(goto_next)" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use oninputprocessing something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if event_id = 'goto_next' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;do something&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2004 05:07:51 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2004-04-14T05:07:51Z</dc:date>
    <item>
      <title>standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaq-p/810006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a BSP application based on the MVC model.&lt;/P&gt;&lt;P&gt;my application ontains one view and one controller.&lt;/P&gt;&lt;P&gt;the view contains au sumbit button within a form : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;FORM&gt;&lt;INPUT id="S1" name="next" type="submit" value="next" /&gt;&lt;/FORM&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;all my view is written in the standard HTML (no HTMLB code).&lt;/P&gt;&lt;P&gt;My problème is that i can't get the event in the DO_HANDLE_EVENT methode.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;could anyone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2004 13:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaq-p/810006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-04-13T13:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810007#M253593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give the 'name' property a value like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name="onInputProcessing(goto_next)" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use oninputprocessing something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if event_id = 'goto_next' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;do something&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2004 05:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810007#M253593</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2004-04-14T05:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810008#M253594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2004 10:19:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810008#M253594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-04-14T10:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810009#M253595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I do not see the point. &lt;/P&gt;&lt;P&gt;I tried to apply and did not get the&lt;/P&gt;&lt;P&gt;exspected result!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you get the HTML form fields &lt;/P&gt;&lt;P&gt;by using MVC within DO_HANDLE_EVENT or&lt;/P&gt;&lt;P&gt;DO_HANDLE_DATA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jörg Hoffmann (joerg.hoffmann@mummert.de)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2004 14:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810009#M253595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-04-14T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810010#M253596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answer is already there from durairaj. All you need to do is define a (hidden) field with the name onInputProcessing. Sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;form name="test" method="post"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type=hidden name="onInputProcessing(my_event)"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put in all your form fields here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="submit" onclick="submit"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   On your do_handle_data, you already have form_fields parameter from which you can get all the form fields.&lt;/P&gt;&lt;P&gt;   On your do_handle_event, you have the event parameter where in you can capture the event performed. In the above case the event would be "my_event".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2004 08:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810010#M253596</guid>
      <dc:creator>laxminarayan_s</dc:creator>
      <dc:date>2004-04-21T08:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810011#M253597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to BSP/MVC development but has fair experience in J2EE and some ABAP programming. My question is if we want client side validations on page submit how to code that. In traditional HTML-JSP following code works&lt;/P&gt;&lt;P&gt;&amp;lt;form name="frm1" action= "test.jsp" onSubmit = "return testsubmit()"&amp;gt;. If JavaScript function returns false the form does'nt gets submitted. However over here if we call JavaScript function onClientClick it passes event to DO_EVENT_HANDLE method. Can anyone tell how to use JavaScript along with BSP/MVC or is there any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajeev Patkie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2004 20:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810011#M253597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-14T20:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810012#M253598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rajeev-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   You can always implement a JavaScript based client-side validation before your BSP form takes 'any' event-driven action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   You can declare your &amp;lt;page language&amp;gt; as ABAP and your &amp;lt;script language&amp;gt; as JavaScript. Just envelope your JavaScript validation within the &amp;lt;script&amp;gt; tags and then after validation, pass your form to the DO_HANDLE_EVENT method in MVC or onInputProcessing method in non-MVC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Vik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 May 2004 13:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810012#M253598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-16T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810013#M253599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Durairaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't onInputProcessing() a non-MVC event handler?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't this particular question about an application that is conformant to the Object Oriented Design Pattern?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am curious how you would invoke onInputProcessing() on an HTML view that is without flow-logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Vik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 May 2004 13:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810013#M253599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-16T13:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810014#M253600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. But can't understand how to pass a form to DO_HANDLE_EVENT. I am having one Save Button defined as:&lt;/P&gt;&lt;P&gt;&amp;lt;htmlb:button  id="Save"  text="Save" tooltip="Save the above entries" design  = "EMPHASIZED"  onClick="Save" onClientClick="validateVal()"  /&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling validateVal() javascript method to perform validations. If something is wrong the method returns false else true. What is happening is even if method returns false DO_HANDLE_EVENT gets called.Can it be done in such a way that if the javascript method returns false the DO_HANDLE_EVENT method is not getting called else it should get called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajeev Patkie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2004 17:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810014#M253600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-17T17:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810015#M253601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajeev-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The whole idea behind the model-view-controller object oriented design pattern is to decouple the application event handling and flow logic from presentational directives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meaning, the view (.html) page is merely a shell to display output and provide the form for taking-in input. In the MVC OODP, any and all real event/data handling has to take place in and by the controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case, I would still handle the event in the controller, but I would pass different values (through the JavaScript validation) to the controller. In the controller you can set up conditional logic to do one thing or another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this sound right to you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Vik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2004 17:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810015#M253601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-17T17:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810016#M253602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vik,&lt;/P&gt;&lt;P&gt;I do agree with you that MVC is meant to decouple the application event handling and flow logic from presentational directives.&lt;/P&gt;&lt;P&gt;But in my case there are about 40 user entry values in which many of them are numeric.So imagine everytime all the data would be passed to server(once the form is submitted all the values will be passed to the controller) and validated and again send back to the browser.&lt;/P&gt;&lt;P&gt;Again could'nt understand the concept of passing parameters from JavaScript to controller class. If as such we are passing the data to controller, we can validate that in controller itself and revert back the appropriate messages through JavaScript to the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways very much thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajeev Patkie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2004 15:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810016#M253602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-18T15:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810017#M253603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeev-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I mean is quite simple, really. I have a BSP web application that is also built in conformance to the MVC object oriented design pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of my views, I have a button that has some JavaScript actions performed on it before its processing is taken up by the controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I was developing the code behind this button, I did not need to do any specific coding to have JavaScript be executed first and then the DO_HANDLE_EVENT method. All I did was associate the client-side JavaScript code to that button and then also wrote some BSP code in the method DO_HANDLE_EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application, the client-side JavaScript code ran first and then passed the processing handle to SAP Web Application Server. This native precedence of processing eliminated any need for me to write my client-side JavaScript any differently then I would have if my application was non-MVC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;- Vik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2004 14:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810017#M253603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-19T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810018#M253604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rajeev-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   What you might want to do is to specify another attribute in your &amp;lt;HTMLB:Button&amp;gt; called onClientClick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   onClientClick defines the JavaScript fragment that is executed when the user clicks on the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If both events ('onClick' and 'onClientClick') are specified, the 'onClientClick' event handling method is activated first. By default the 'onClick' event handling method is activated afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In the JavaScript fragment you can cancel the activation of the 'onClick' event handling method with the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you out.&lt;/P&gt;&lt;P&gt;- Vik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2004 15:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810018#M253604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-20T15:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810019#M253605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vik,&lt;/P&gt;&lt;P&gt;Exactly same thing I want but did'nt know how to cancel onClick event through Javascript.Please do let me know how to cancel the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajeev Patkie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2004 20:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810019#M253605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-26T20:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810020#M253606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, I was too quick &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Marco Nickel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2004 06:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810020#M253606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-07-13T06:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810021#M253607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FAQ updated on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BSP Trouble Shooting: Frequently Asked (Short) Questions&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;/people/brian.mckellar/blog/2003/10/23/bsp-trouble-shooting-frequently-asked-short-questions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2004 10:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810021#M253607</guid>
      <dc:creator>former_member181879</dc:creator>
      <dc:date>2004-07-13T10:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: standard html submit and do_handle_event</title>
      <link>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810022#M253608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for some technical consultants who have worked on BSP for some contracts in Paris. I have also a need for HR and BW. You can conatct me by e-mail: nori@emgsgroup.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;A.NORI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/standard-html-submit-and-do-handle-event/qaa-p/810022#M253608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T16:01:08Z</dc:date>
    </item>
  </channel>
</rss>

