Calling function by clicking a button in JSP?

Can I call specific function (present in my JSP page) by clicking a button?
Regards,
sumit

I am using TimerTask in my JSP page to print some message:
<%
                  Timer timer = new Timer();
                  TimerTask monitorTimerTask = new Monitor();
                  timer.schedule(monitorTimerTask,1000,1000);
%>
<%!
     private class Monitor extends TimerTask{
          int i = 0;
          public void run(){
                   System.out.println("TimerTask ["+i+"]");
                   ++i;
%>And to stop the TimerTask daemon, I created the following function:
<%!
     public void stopTimerTask(){
          if(monitorTimerTask != null){
               System.out.println("Stopping the Timer Task");
               monitorTimerTask.cancel();
%>Now, I am trying to call funtion "stopTimerTask()" by click of a button in JSP page. The function is being called BUT the daemon keeps on printing the text message to the console. It means the above function is not able to stop the TimerTask.
What to do?
Please help!
Thanks,
sumit

Similar Messages

  • Calling URL when click on buttons using web dynpro - ABAP

    Hi All,
    I am new to web dynpro application development and i am facing issue when i try to test my application.
    simple require when i click on button i should direct the to one of url say 'http://www.google.co.in/' my application is activate with no error but when i test the application i am getting below error , can someone please provide me the solution or way out.
    The URL http://ides47:8062/sap/bc/webdynpro/sap/zwa_calling_url/ was not called due to an error.
    Note
    The following error text was processed in the system N6Q : Access via 'NULL' object reference not possible.
    The error occurred on the application server IDES47_N6Q_62 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WDR_CONTEXT_MENU_HANDLER~CONTEXT_MENU_CALLED of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: IF_WDR_CONTEXT_MENU_HANDLER~CONTEXT_MENU_CALLED of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: IF_WDR_ADAPTER_EVENT_HANDLER~HANDLE_EVENT of program CL_WDR_CONTEXT_MENU_HANDLER===CP
    Method: IF_WDR_CLIENT~GET_CLIENT_UPDATES of program CL_WDR_CLIENT_SSR=============CP
    Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    HTTP 500 - Internal Server Error
    Thanks,
    Parab

    Hi ,
    It seesms something you are missing. It would be easy for us if you could paste your code which you have written in the Action of Button.
    Sample code for your reference :
    METHOD onactionget_url .
    data lo_window_manager type ref to if_wd_window_manager.
    data lo_api_component  type ref to if_wd_component.
    data lo_window         type ref to if_wd_window.
    lo_api_component  = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_api_component->get_window_manager( ).
    CALL METHOD lo_window_manager->CREATE_EXTERNAL_WINDOW
      EXPORTING
        URL            = 'http://www.google.co.in/'
        MODAL          = ABAP_FALSE
        HAS_MENUBAR    = ABAP_TRUE
        IS_RESIZABLE   = ABAP_TRUE
        HAS_SCROLLBARS = ABAP_TRUE
        HAS_STATUSBAR  = ABAP_TRUE
        HAS_TOOLBAR    = ABAP_TRUE
        HAS_LOCATION   = ABAP_TRUE
      RECEIVING
        WINDOW         = lo_window.lo_window->open( ).
    ENDMETHOD.

  • Call function on click

    Hello!
    I have defined a parameters. Once the user hits
    F4 Button this function must be called
    and shown in order to select org. units.
    FUNCTION RP_PNP_ORGSTRUCTURE.
    How can it be implemented ?
    Regards
    ertas

    hi,
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR PARAMETER FIELD.
    CALL FUNCTION RP_PNP_ORGSTRUCTURE.
    RP_PNP_ORGSTRUCTURE
    Show a dialog box with the org structure displayed. User is then allowed to choose org units.
    Example:
    CALL FUNCTION 'RP_PNP_ORGSTRUCTURE'
           TABLES
                pobjid = l_pobjid.
    <REMOVED BY MODERATOR>
    Jagadish.
    Edited by: Alvaro Tejada Galindo on Apr 14, 2008 1:26 PM

  • When click on button in jsp portlet, the portlet is reloaded

    Hi all
    I have a jsp portlet containing a number of divs and buttons. When the user clicks on a specific button, I use javascript to hide and/or display specific divs.
    However, in Weblogic Portal 10.3 (using IE 8 or FF 3.5.3) the whole portlet is reloaded when I click on a button.
    This results in the default screen being displayed again.
    Is there a way that I can prevent Weblogic Portal from reloading the portlet when javascript is executed in the portlet?

    Can you send source for how you create your button? Is it <input> or <button> ?
    I suspect what's happening is that your button has no type, so it's defaulting to "submit" behavior, reposting the page.
    Try using <button type="button" ...> and see if that doesn't fix it.
    -Chris

  • Email Functionality on Click of button

    Dear All,
    I have a requirement whereby I have to trigger an email once my Adobe a custom button is clicked. It should also be saved in the local system ( which of course, it does ).
    Please provide some leads on this. How do I put a custom 'Email' button on the form? How and where do I code the event for click. What are the pre requisites for the entire excercise?
    Thank you.
    Regards,
    Prosenjit.
    Edited by: prosenjit chaudhuri on Sep 1, 2009 6:20 PM

    Prosenjit,
    I think there is some BIG confusion. When I meant Adobe Toolbar, its the one which is present in Adobe Reader as shown [here|http://img515.imageshack.us/img515/7710/capture0000.png].
    Now probably when you meant Adobe Toolbar you were referring to Standard Library palette which is available in the LiveCycle Designer as shown [here|http://img198.imageshack.us/img198/2523/capture0001q.png].
    Also do following steps to ensure your form is Interactive Form
    1. Check the enabled property for the InteractiveForm UI element in your Properties in the View Designer. It has to be true.
    2. readOnly property needs to be false as well.
    3. Lastly check the Form properties In your Adobe Live Cycle Designer, goto Edit -> Form Properties -> Preview Type --> You should have selected Interactive Form and Dynamic XML form as shown [here|http://img198.imageshack.us/img198/5404/capture0002.png].
    Chintan

  • Left Nav lost after clicking submit button in iView

    Hi Community,
    I created an APC called CreateOrder which implements AbstractPortalComponent. This component acts as controller. In doContent() method, It checks if the create order submit button is clicked or not, if no, it  returns createOrder.jsp page, if yes, it returns createOrderResult.jsp page. Everything works fine except left navigation disapear after I click submit button createOrder.jsp and createOrderResult.jsp shows up. 
    by the way I can create a createOrderIview using the APC component, able to see createOrder.jsp page and have result page shows up.
    Anyone know what problem here? any help/sugguestion are very appriciated.

    Make sure your iView isolation mode is set to URL...
    Cheers

  • Call an ABAP Function module on click of Button in BSP page

    Hello ,
    i would like to run a ABAP function module on click of a button in BSP page.
    or in other words i want a Funtion module ex: 'test1' to run after clicking this button ex: 'button1'
    and how to pass the values for a function module after clicking the button.
    i an new to bsp application .
    Can anyone help me on this .

    Hi Shalaxy,
    Triggering a URL to WDJ:
    I suppose the URL of WDJ app. is also a portal URL. I assume that from a BSP application inside portal you need to trigger the WDJ url.
    But the catch is that you cannot hotcode this URL, since it varies for a development, quality and production systems(diff. portal environments).
    To solve this issue, ABAP provides a system variable named sy-sysid, which says want system your ABAP system is, normally a development R/3 system will be associated to development portal system and quality R/3 to quality portal ans so forth.
    So you could have a internal table/db table/ variable for dev, quality or prod portal urls and from the bsp on button click based on the value in the sy-sysid you can trigger the url accordingly.
    Creating a URL in WDJ
    The above is about triggering a WDJ from BSP. But if you dynamically want to create a link in WDJ on a button click, then apparently you could not do that from BSP, since the applications are different. All you could do is to pass some URL parameters to WDJ application from BSP app. Then based on the URL parameters the WDJ application has to dynamically create a link and add it to its application.
    Hope it helps.
    Regards,
    Maheswaran
    Edited by: Maheswaran B on Mar 1, 2010 4:17 PM

  • ACTION to be called on click of Button - BADI to be triggered.

    Hi Amigos,
    I have a requirement to create a button "Quality Notification" and when clicked it should generate the Action in WebUI. 
    Can any of you help me in calling the ACTION BADI. How do i call the badi from the event handler. Please give me some sample coding.
    Regards,
    Jagadish.G

    Hi  jagadish g,
    For the code in your new button in Web UI, maybe you can copy the sap standard code on how they call the action.
    The idea is  in your action profile, use 'processing when saving documents' in processing time. So this means when you save your transaction, your BADI will be called.
    Put breakpoint on FM CRM_ACTION_DETERM_COMPL_DOC
    So you can know how to get the parameter in below FM. 
    CALL FUNCTION 'CRM_ACTION_DETERMINE'
            EXPORTING
              iv_header_guid      = iv_header_guid
              iv_object_guid      = iv_header_guid
              iv_at_once_only     = iv_at_once_only
              iv_for_toolbar_only = iv_for_toolbar_only
              iv_no_detlog        = iv_no_detlog
              iv_context          = lv_contexts
              iv_trigger_onsave   = iv_onsave.
    The lv_context will have the data that need to your new button to trigger the action and your EXEC_METHODCALL_PPF BADI.      
    Btw, why the requirement need processing in new button ? the processing in save button is standard and you don't need to put any event handler
    Hope it's work,
    Lina

  • How to call function behind the button and update only specific record

    Greetings,
    1 - i wnat to ask few things as i m new to apex, i am using apex 4.1, and created 3 select list and a button in seleting of parameter,
    1 select list : select area
    2 select list: select product
    3- select list - size of the product
    i want to generate Ids for the follwing. for that i created query for INSERTING RECORD FROM ONE TABLE TO ANOTHER , generation the ids when button pressed "Generate" after selecting parameters,
    Now where i call that QUERY on button ? because when i create button its gives me option to submit, defined dynamic action, etc, pls gudie me where i call the function name id_generation when button pressed?.
    2- second thing i creared tabular " select user_id, product_name, product_type from product".
    by defualt check box list are create delete submit button are created, first when i insert record it saves that was fine, e.g i entered 50 records and afterward i want to update only one record, e.g there is a record product name = box, if i change it to box small and click submit then it saves all the page means all 50 records,
    i want to submit only that record that i changed, for that i use the logic that only those records should be updated which are checked but the user. how will i do this ? where to use the preocess , please guide
    Edited by: Omzz on Oct 2, 2012 11:28 PM

    If I understand what you are trying to do is correct you could possibly do this by:
    Creating and AFTER INSERT trigger on the table based on the tabular form which inserts the record into a seperate table after the record is inserted something like:
    CREATE OR REPLACE TRIGGER copy_records
    AFTER INSERT ON table a
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    BEGIN
    INSERT INTO table b
    VALUES :NEW.col1, :NEW.col2 etc......
    END;
    There is also a way that you could do it within the form using a cursor on the tabular form with APEX_APPLICATION.G_ ......
    Chris

  • How to call report by click application toolbar button?

    I need to know the way to call a report by click a button in application toolbar?
    BR,
    Ali
    Moderator message: next time, please (re)search yourself instead of asking basic questions.
    Edited by: Thomas Zloch on Aug 31, 2010 11:44 AM

    Hi Ali,
    Selection-screen function key is used to add push buttons on application tool bar.
    Syntax:
    selection-screen functuin key<num>
    Where num is ranging from 1 to 5.
    whenever application toolbat components are added using above statement,tables are defined in the structure "SSCRFIELDS" as "Functxt_01","Functxt_02","Functxt_03","Functxt_04","Functxt_05" for the related function key numbers.
    eg:
    Tables SSCRFIELDS.
    Selection-Screen pushbutton/10(10 lb1 user-command pb1.
    Selectiong-Screen Function key1.
    Selectiong-Screen Function key2.
    Selectiong-Screen Function key3.
    Selectiong-Screen Function key4.
    Selectiong-Screen Function key5.
    Initialization.
    sscrfields-Functxt_01 = 'first".
    sscrfields-Functxt_01 = 'fifth".
    At Selection-Screen.
    case sy-ucomm.
    When 'first'.
    Sumbit zreport.
    endcase.
    Hope it solves your problem.
    Regards,
    Amarnath S

  • Call BADI  on click of a submit button in ESS

    Hi All,
    I am trying to call a function module ( i.e through BADI ) in a different browser by clicking on a submit button in Travel & Expenses Iview in ESS ( EP 6.0 ) but i didn't see any new window/ browser opened when i clicked on submit button.
    The BADI is activated and its working fine because the same functionality is working good when i tested this through trans. code  PR_WEB_1200. When i clicked on a submit button, a new browser was opened and the form was displayed the way we want in a different browser.
    But when i tested the same in ESS, i couldn't see any new browser or window opened. If the BADI was called when i clicked on the submit button atleast a new browser has to open with a blank page.
    Please guide me, If anybody knows, how to call a function module in a new browser by clicking on a button in ESS - Portal.
    Thanks.
    Anil

    Hi Jayesh,
      You can use the BADI BBP_CUF_BADI_2 to change the display from customer-defined fields to the SAP standard screen. This BAdI enables you to control whether the fields can be edited, and how they are displayed.
    MODIFY_SCREEN method will Show/hide field display and restrict edit options.
    For more information on BADI please go to SPRO -> BADI.
    OR  View the information on BADI's.
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    Hope above proves helpful to you.
    Regards,
    Rajeshree.

  • Including a jsp on the same page by clicking a button

    Hi,
    I have a jsp page where there are many controls and some buttons. If I click a buton called "Edit" I need to include a jsp page below the existing controls.
    Can someone please tell me how to do that?
    <tr>
    <td>
    <a><img name="View" src="view.gif" border="0"/></a>
    <a><img name="Edit" src="edit.gif" border="0"/></a>
    </td>
    </tr>
    this is thecode which I have for buttons in my page
    Thanks

    Using javascript, you could wrap the included page within a DIV tag or SPAN tag that is initially not visible. Then when the user clicks the button you would make the hidden DIV or SPAN visible.
    The visibility attribute can be set to visible (to see it) or hidden (to not see it). Here's a page that might shed some light:
    http://www.csctce.com/demos/dom_tutorial/
    HTH

  • How To Call Function 'OnClick' of Button

    DWMX ... How do I call the function prc_SendEmail() written
    in VBScript above the head ... the following is the best I can do
    and, whilst the page shows, when I click the button, nothing
    happens and I get an Error on Page at bottom left of explorer page.
    <input name="Button" type="button"
    onClick="prc_SendEmail()" value="Send Email">
    Thanks,
    dave

    > I don't know where the email reader came from.
    Sorry - my mistake.
    > That's what I'm asking - how?
    The mail functions reside on the server.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "crash" <[email protected]> wrote in message
    news:[email protected]...
    >>> a) why could a client side action not fire off
    an email?
    >>
    >> Because an email reader is not a user agent.
    >
    > 1. This doesn't appear to be read in an email reader,
    but a user agent,
    > yes/ I don't know where the email reader came from.
    >
    >>> b) not my site, not my concern.
    I was looking at a code fragment and
    >>> correcting it for technical content, not really
    anything other than
    >>> that.
    >>
    >> But your correction was in error.
    >
    > That's what I'm asking - how? Is the function instrinsic
    and is that what
    > I'm missing? Was there another post that defines what
    the function does?
    > If the function tells the page to reload and send the
    current information
    > to the email you specified in the page (if the page
    contains a form), why
    > would it not work? Again, is this a function native to
    ASP and that's
    > what I'm missing?
    >
    >> Try it on a Mac.
    >
    > Again, for all I know this could be a page on an
    intranet that uses only
    > PC's built between October and November of 2005 under
    only mostly sunny
    > skies. If there was more info with this post, I might
    say something about
    > it. As it was, it looked like he was just looking to get
    a function
    > working in IE
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "crash" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >>> a) why could a client side action not fire off
    an email?
    >>>
    >>> b) not my site, not my concern.
    I was looking at a code fragment and
    >>> correcting it for technical content, not really
    anything other than
    >>> that.
    >>>
    >>> am I missing something, or is there some reason
    why a client side
    >>> VBScript won't fire? Not saying it's the best
    way to do it, but only
    >>> saying, technically speaking, isn't this
    possible?
    >>>
    >>> If I'm wrong, just tell me. I'm not awake enough
    yet to see the point
    >>> I'm missing.
    >>>
    >>> Jon
    >>>
    >>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>> a) it's client side, and b) it only works in
    IE?
    >>>>
    >>>> --
    >>>> Murray --- ICQ 71997575
    >>>> Adobe Community Expert
    >>>> (If you *MUST* email me, don't LAUGH when
    you do so!)
    >>>> ==================
    >>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>> ==================
    >>>>
    >>>>
    >>>> "crash" <[email protected]> wrote
    in message
    >>>> news:[email protected]...
    >>>>> Well, I have no idea what the
    prc_SendEmail() function does, but I've
    >>>>> used VB script controlled by user
    actions to control Microsoft
    >>>>> Agents - so what's the difference?
    >>>>>
    >>>>>
    >>>>> "Gary White"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> On Mon, 5 Jun 2006 15:44:10 -0500,
    "crash" <[email protected]>
    >>>>>> wrote:
    >>>>>>
    >>>>>>>try instead:
    >>>>>>>input name="button" type="button"
    onClick="<% prc_SendEmail(); %>"
    >>>>>>>value="Send Email">
    >>>>>>
    >>>>>>
    >>>>>> That could never work. You're
    assigning a server side VBScript
    >>>>>> function
    >>>>>> as the event handler of a client
    side event.
    >>>>>>
    >>>>>> Gary
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Run a function in flash when click a button on HTML page

    dear friends,
    i have loaded my swf in an html/ aspx page. when i click a button in html page, i want to pause my swf movie. Actually swf has another movie clip i want to stop that. any option pls help me. possible send me some sample coadings.. i tried with externalInterface but no result..
    or if i click a button in html page, i want to run a function existing in loaded swf....
    thanks in advance...
    Thanks and Regards,
    Syed Abdul Rahim

    Dear Mr.ned,
    Greetings! i tried to put the id also, still its not working.. any ideas? find below my codings:
    flash code:
    import flash.external.ExternalInterface;
    ExternalInterface.addCallback("methodName", method );
    function method() {
        mytxt.text = "call from java script";
        trace("called from javascript");
    HTML code:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>jscr_rd</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#ffffff">
    <p>
      <!--url's used in the movie-->
      <!--text used in the movie-->
      <!--
    <p align="left"></p>
    -->
      <!-- saved from url=(0013)about:internet -->
      </script>
      <script language="javascript" type="text" >
    function methodName() {
       jscr_rd.method();
       window.alert("hi.. u clicked me?");
    </script>
      <script language="javascript">
        if (AC_FL_RunContent == 0) {
            alert("This page requires AC_RunActiveContent.js.");
        } else {
            AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','widt h','550','height','400','id','jscr_rd','align','middle','src','jscr_rd','quality','high',' bgcolor','#ffffff','name','jscr_rd','allowscriptaccess','sameDomain','allowfullscreen','fa lse','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','jscr_rd' ); //end AC code
    </script>
      <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="550" height="400" id="jscr_rd" align="middle">
          <param name="allowScriptAccess" value="sameDomain" />
          <param name="allowFullScreen" value="false" />
          <param name="movie" value="jscr_rd.swf" />
          <param name="quality" value="high" />
          <param name="bgcolor" value="#ffffff" />   
          <embed src="jscr_rd.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="jscr_rd" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />   
      </object>
      </noscript>
    </p>
    <form name="form1" method="post" action="">
    <input name="but" type="button" value="click me" onClick="methodName()">
    </form>
    <p> </p>
    </body>
    </html>
    pls check advice me
    Thanks and Regards,
    Syed Abdul Rahim

  • How can I call functionality of ALV Grid by event of button outside grid?

    Hello,
    How can I call functionality of ALV Grid by event of button located outside ALV Grid? For example how to fire printing of this ALV Grid by button click elsewhere on the screen (not in toolbar of ALV Grid).
    Best regards,
    Josef Motl

    hi Motl,
    these are steps to create a button in ALV and trigger an event from it..
    1.Use the parameter i_callback_pf_status_set in the function module REUSE_ALV_GRID_DISPLAY
    i_callback_program = gd_repid
    i_callback_pf_status_set = 'SET_PF_STATUS'
    form set_pf_status using rt_extab type slis_t_extab.
    set pf-status 'NEWALVSTATUS'.
    endform.
    You have to copy the standard ALV pf stauts to 'NEWALVSTATUS' and add your button.
    2.You have to do the following to process the new button click.
    i_callback_user_command = 'USER_COMMAND'
    form user_command using i_ucomm like sy-ucomm
    is_selfield type slis_selfield.
    case i_ucomm.
    3. to copy the standard pf status to a new one.go to the ALV screen and take the menu System -> Status.  Then look for the standard pf status. Copy this to Z range and then add your new button.
    reward points if helpful
    regards
    satesh

Maybe you are looking for

  • Brush Tool / Spot Healing unresponsive with PS CC 2014 on Yosemite!

    Hi community, I'm running CC2014 on OS Yosemite but had the same problem on Mavericks.... Whenever I've used the brush tool and move the circle back over the toolbar to select a different tool, the circle does not change back into the arrow unless I

  • About oracle fusion middleware report arabic

    i have oracle fusion middleware 11g r2 and when i run my report in pdf with arabic language the letter appear to be like rectangle although i made every thing to make it appear as report path in regedit and so on ... *( i do this step in application

  • Error when I change user privileges

    I am using an Access Control List and when I add a new user and click the apply button, I am getting the following error everytime. anyone know what this is?? http://234.1.2.107/denied.htm?attempted-attack Thanks

  • Mac GUI bug on Web dynpro

    Hi, I have a bug in my Mac gui (also on rev 4). When I open SE80 and present web dynpro, I cannot write anything on the VALUE column. I can only select values from drop downs. How Can I report this bug? Is this forum the way to do it? Thanks, Itay

  • How do I buy a subscription to Adobe Muse from South Africa?

    I did extensive work using the Beta version, and now am unable to continue. Surely Adobe  will not just abandon its clients in this part of the world? I believe Zac Williamson from Adobe indicated to others with the same problem that he minght be abl