Whatever happened to call frame action

Flash contintues to get worse with every improvement to the
point where it's almost as useless as the online manual whiich
takes half an hour to open and finds trillions of results for every
keyword and none for what I want to know. I spent ages learning
Flash a couple of versions ago and its so different its like a new
program. I really hate it.
So what the bleep happened to the bleeping "call frame"
action. And what do I do now, except throw out this bleeping
program.

dkd;alkje;oihp[oihjl,
> Flash contintues to get worse with every
> improvement to the point where it's almost
> as useless as ...
So use an older version, right? Or go outside and play
badminton or
something. ;) Take a jog, maybe; clear your head.
> I spent ages learning Flash a couple of versions
> ago and its so different its like a new program.
> I really hate it.
Honestly, I'm sorry to hear you're so upset by it. In truth,
the
program has become a lot more powerful. It does so much
*more* than it ever
used to, which means it allows *me* to do so much more than I
ever used to.
I can't think of another program that does cartoons, web
stuff, CD-ROM
stuff, titling and overlays for video, rich Internet
applications, games,
and the list goes on. Thanks to Flash, I was able to quit my
day job,
believe it or not, and make even more money working from
home.
> So what the bleep happened to the bleeping "call
> frame" action. And what do I do now, except
> throw out this bleeping program.
Well, you mentioned the documentation that "takes half an
hour to open,"
but all I had to do was hit the F1 key. The Help files opened
in less than
a second. I searched the word "call" and found the "call
function" entry
right away. According to the documentation, this action was
deprecated in
favor of the function statement since Flash 5. You can still
use it, of
course, and the details are right there at your finger tips.
David
stiller (at) quip (dot) net
Dev essays:
http://www.quip.net/blog/
"Luck is the residue of good design."

Similar Messages

  • GetURL:javascript blocked when called from a frame action in flash?

    Hi,
    I'm wrapping a load of flash/html eLearning content into air
    packages - or at least I was!
    The content is really old - flash 6 - and part of how it
    works is once it has loaded, it calls a javascript function, via a
    frame action. Each eLearning module relies on this call getting
    made...
    Sadly, this javascript call is never received - and having
    done a test it is purely down to the call being from a frame rather
    than a button (or other user interaction).
    eg. a movie with 10 frames. frame 10 has this action:
    (remember this is flash 6!)
    stop();
    getURL("javascript:foo());
    foo is never called.
    But put a button in with:
    on(release){
    getURL("javascript:foo());
    that works fine. Same call, but via a button.
    So really the question is - with air (or even is it something
    in new flash security?) - is there some reason why a frame action
    cannot call javascript? And if so - is there a parameter that can
    be set (like allowScriptAccess type thing - although tried that!)
    that will allow it again? Basically with over 1000 different flash
    movies, I'm not really in a position to re-code (eg.
    ExternalInterface does work! But can't recode 1000 movies to use
    that!).
    I've searched and can't see anything saying specifically a
    frame action call to javascript will be ignored, but clearly it
    is...
    Any idea, anyone?
    Thanks.

    You are calling the script while the mouse button is still
    down-- a
    hijacking truck.
    While it still works in older/unpatched IE, Microsoft has
    disabled
    resizeBy/To and moveBy/To while the mouse button is down.
    Obviously, when
    you have to click the Alert dialog's OK button, the mouse is
    no longer down.
    You'll need to take a different approach.

  • How do I create a frame action to launch an HTML document?

    I  have searched the forums repeatedly and can find no reference to this what so ever.
    It was incredibly simple to do this w/ AS2, but I cannot figure out how to do it in AS3.
    PLEASE HELP!
    I need to have a frame action launch a .html file (call it "time-crunched.html"), and then the flash window should close.  That's it. It seems like it should be easy (and it WAS easy in previous versions).
    I have already tried using the gotourl feature from AS2, but I keep being told that the functionality has been disabled in the current version.
    I am on Windows XP, but I need the Windows projector file to work on XP, Vista, and 7, and the Mac projector file to work on 10.0 forward.
    Thanks,
    Laura

    Thank you for your prompt reply!
    Sorry - meant "GetURL."  =)
    In any case, your solution did not work.
    I copied it exactly as you suggested - do I need any additional commands in there?
    FSCommand or anything?  Or just the single line?
    When it "does not work," it simply does not launch anything.  The flash .EXE file opens, but nothing else happens.  I've tried switching my the defaults on HTML files so they open w/ Firefox, but that did not help either.
    Any ideas??
    Laura

  • Call to action inside c:forEach (simple question)

    Here's my problem: I have a pojo called Document, inside this pojo I have an id, the document name and description and the document file.
    When displaying my JSP (called DetailProcess), I have a list of documents, that I have to show the user and let him click the document name and start downloading. To display the names I used:
    <c:forEach items="${searchProcess.document}" var="document">
         <p>><U><c:out value="${document.name}"/></U>
    </c:forEach>Example output:
    > Infomations
    > Price guide
    > Offers
    What I want to do now, is call a method that will download the file of the document which is stored inside the database. The method is inside the same Action that generated this JSP (DetailProcessAction). I was told that I had to use a hidden field containing the id of the document, and create a javascript that would receive this id and call the download method.
    But I have no ideia how to do this. I mean, placing a hidden field contaning the id, and allowing the user to click the name and send a call for the javascript. Also, I don't think that using javascript might be the best ideia, since some people have it disabled...
    Can someone give me a help, and tell me the best way to do this?

    Well, you will need to use a link with a document id to uniquely identify the document to download. The link would point to an action on the server that does the download. So, for example, you would want the output in HTML to be:
    <p><a href="downloadDocument?name=Informations">Informations</a></p>An example of the JSTL would be:
    <c:forEach ${searchProcess.document}" var="document">
      <c:url var="dlPage" value="downloadDocument">
        <c:param name="name" value="${document.name}"/>
      </c:url>
      <p><a href="<c:out value="${dlPage}"/>"><c:out value="${document.name}"/></a></p>
    </c:forEach>Then on the receiving side of the request, whatever you map the downloadDocument action to, you would get the name of the document to download from the request parameter:
    String documentToDownload = request.getParameter("name");and call the method which causes the document to be downloaded.

  • Calling an action in extendscript toolkit

    Is there a possibility to execute an action by extendscript toolkit?
    Name of action is: test.
    In the action is defined that all layers must be unlocked + unlock all items + select all + Edit>edit colors>convert to grayscale
    I hope someone can give me a hint

    you are correct Mark, Javascript could write a VBS file and run it via File.execute(). For simplicity, I wrote the VBS file myself and had JS call it.
    the action in this sample is called "selectAll" and lives in the "Set 1" action set.
    the vbs file is saved as "Hello Test.vbs", the sample adds a "Hello World" text frame, counts all text frames, then calls the action to select all items.
    'Sub testSelectAllAction()
        set Iapp = createobject("illustrator.application")
            Set Idoc = Iapp.ActiveDocument
        set tFrame = Idoc.textframes.add
        tFrame.contents = "Hello World"
            MsgBox Idoc.TextFrames.Count
        Iapp.DoScript "selectAll","Set 1"
            Set tFrame = Nothing
            Set Idoc = Nothing
            Set Iapp = Nothing
    'End Sub
    call the VBS file from Javascript like this
    var file = File('/c/Users/carlos.canto/Documents/Adobe Scripts/Hello Test.vbs');
    file.execute();

  • How to call navigation action?

    Hello
    I'm using JDeveloper 11g 10.1.1.3
    I need to call navigation action on double click on the row of table.
    I know how to use clientListener and serverListener, but I can't call navigation action (it is described in adfc-config.xml) from serverListener's method.
    How could I do that?
    Anatolii

    After some time spended with all this staff, now I have a problem.
    I have a page builded on a pageTemplate.
    Inside this page I have one region with the bounded task flow "users" with table of users.
    I created a button "btEditUser" and set action "toEditUser".
    When I click on this button, I go to the nested task flow "editUser" (the page of editing user).
    Next, I want to do that action after dblClick of the mouse button on the row of the table.
    So, I created a clientListener and serverListener.
    After processing some code (looking for selected row) the serverListener method processes next code:
            ActionEvent actionEvent = new ActionEvent(btEditUser);
            actionEvent.queue();(The button "btEditUser" is binded to the "btEditUser" attribute of my backing bean.)
    This code is really processes (I traced that in the debagger), but nothing happens - after all I'm still on the first page.
    I compared the logs of both variants of this action and found, that in the case with serverListener after processing this code i have next message:
    <PartialPageContextImpl><<init>> PPR is about to render without any targetsWhat could it be?
    Anatolii

  • Whatever happened to file icons as attachments?

    Whatever happened to file icons as attachments? Now, whenever I attach a document to my email, the entire document appears in the body of the message. Can I turn this off and just have the message show the file icon?

    Any document including a Word or another word processing application document?
    The Mail.app shows all image/picture and smaller PDF documents (1-2 pages) inline or viewed in place within the body of the message by default which cannot be turned off. This should not occur when attaching a Word or another word processing application document.
    You can control-click on a viewed in place attachment and select View as Icon but regardless, Mail.app attachments are sent as true attachments to the message and depending on the recipient's email client and available preference settings, such an attachment may appear inline or viewed in place when the message is opened by the recipient (as with the Mail.app) or as an attached file only which must be opened separately for which we have no control over.
    You can also use a 3rd party plugin for the Mail.app called Mail Attachments Iconizer.
    http://lokisw.com/index.php?item=MailAttachmentsIconizer

  • How to call an action when the user selects a radiobutton

    Hai
    PLease help me in providing the information.
    In my Project i have two radio buttons as
    New
    Asssessment
    when the user selects new button, i want to automatically call an action in the controller(.jpf file)
    Simalarly when he selects the other radio button i need to call a separate action in the controller.
    Remember i dont have the submit button.
    I want to dynamically call an action when the user selects the radio button.
    i dont have any field inthe radio button which actually takes action as an attribute .
    please provide me the necessary

    Hi,
    You can use JavaScript to call the action in interest upon the Radio Button Element Being Selected.Should be simple, and if your controller is part of the portlet dont forget to use the jpfScopeId to asscoiate the controller instance with the one in the portlet.
    Let me know if you have any further questions.

  • Impossible to call a action handler in managed bean

    Hello! I’d developed simple jsf-application using JDeveloper 10.1.3.3 that doesn’t use faces-config.xml for a nafigation.
    Simple jsf page (page1.jspx) has only one command button:
    <af:commandButton text="commandButton 1"
    binding="#{backing_page1.commandButton1}"
    id="commandButton1"
    action="#{backing_page1.commandButton1_action}"
    immediate="true"/>
    Action is handled programmatically in managed bean Page1.java:
    public String commandButton1_action() {
    ExternalContext ec = FacesContext.getCurrentInstance().getExternalContext();
    ec.redirect("page2.jspx");
    return null;
    The sample application works fine.
    Then I’d tried to use the same jsf app to develop PDK Portlet (Oracle PDK, not jsr-168). I used Portal 10.1.4 and OC4J 10.1.3.3.
    The part of provider.xml:
    <showPage class="oracle.portal.provider.v2.render.http.ResourceRenderer">
    <resourcePath>/faces/page1.jspx</resourcePath>
    </showPage>
    Action is handled programmatically in managed bean Page1.java:
    public String commandButton1_action() {
    ExternalContext ec = FacesContext.getCurrentInstance().getExternalContext();
    ec.redirect("http://<hostname>:7778/portal/page/portal/SampleGroup/Sample6");
    return null;
    Unfortunately, the jsf page doesn’t call an action after submit of the button. It’s impossible to call any handler in managed bean. Although, it’s possible in usual jsf app.
    I wonder that af:goLink on the page1.jspx works fine:
    <af:goLink text="goLink 1" binding="#{backing_page1.goLink1}"
    id="goLink1"
    destination=" http://<hostname>:7778/portal/page/portal/SampleGroup/Sample6"/>
    The ask: why jsf page can’t call an action handler in managed bean in case of a portlet development?
    Thank you. Andrew

    Thank you, Frank! I’d expected an answer from you:) I and my colleagues is your big funs:)
    I’d understood Portal intercepts any event on a portal page before jsf event.
    But, it’s possible to use struts for portlet development. I’d hoped there is the same approach for Faces too (oracle.portal.provider.v2.render.http.FacesRenderer - http://www.oracle.com:80/technology/products/webcenter/files/pdk_downloads/jpdk/oracle/portal/provider/v2/render/http/FacesRenderer.html).
    WebCenter is fine product but one is expensive. May be, is there a way to develop jsf portlet outside webcenter?
    Thanks, Andrew

  • Exception happened when calling deliver API for BI Publisher Bursting

    Hi All,
    I have developed a BI Publisher report on OBIEE standalone instance (Oracle Business Intelligence 11.1.1.5.0).
    I am able to generate the report and burst the output to emails successfully.
    But when I tried to burst the output directly to the printer or to save the output FILEs to local machine, am getting the below error/exception.
    For PRINT type...error is below
    Document delivery failed
    [INSTANCE_ID=bisrv.oracleads.com.1305914111196] [DELIVERY_ID=1182]Error deliver document to printer::Exception happened when calling deliver API::Error deliver document to printer::Exception happened when calling deliver API::oracle.xdo.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException: java.net.UnknownHostException: blr-ibc-7a-prn1 oracle.xdo.service.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException
    for FILE type.... error is below
    Document delivery failed
    [INSTANCE_ID=bisrv.oracleads.com.1305914111196] [DELIVERY_ID=1192]Error deliver document to file::FILE=[D:\Harish:9930609876-10001969343.pdf::Exception happened when calling deliver API::FILE=[D:\Harish:9930609876-10001969343.pdf::Exception happened when deliver to file:: FILE_NAME= D:\Harish/9930609876-10001969343.pdf] ::oracle.xdo.delivery.DeliveryException: java.io.FileNotFoundException: D:\Harish/9930609876-10001969343.pdf (No such file or directory)oracle.xdo.ser
    Can anyone please help on this?
    Thanks,
    Harish

    Hi Varma,
    thanks for the reply.
    Here are the below sql scripts I used.
    -- Printer
    SELECT BILL_NUMBER      KEY,
    'Layout'           TEMPLATE,     
    'en-US'                     LOCALE,
    'PDF'                          OUTPUT_FORMAT,
    'PRINT'                     DEL_CHANNEL,
    BILL_NUMBER                OUTPUT_NAME,
    'true'                          SAVE_OUTPUT,
    'Direct Printers'           PARAMETER1,
    'LocalPrinter'               PARAMETER2,
    1                               PARAMETER3,
    'd_single_sided'           PARAMETER4,
    'default'                     PARAMETER5
    FROM XXXX_BILL_TAB;
    -- File
    SELECT BILL_NUMBER           KEY,
    'VLayout'           TEMPLATE,
    'RTF'               TEMPLATE_FORMAT,
    'en-US'           LOCALE,
    'PDF'           OUTPUT_FORMAT,
    'FILE'           DEL_CHANNEL,
    'true'           SAVE_OUTPUT,
    'Monthly Bill for ' || MOBILE_NUMBER OUTPUT_NAME,
    'D:\Harish'      PARAMETER1,
    MOBILE_NUMBER||'-'||BILL_NUMBER     PARAMETER2
    FROM XXXX_BILL_TAB;
    Thanks,
    Harish
    Edited by: 899863 on Dec 16, 2011 4:01 AM

  • Error code = 601; message="An Error happened during call of MaxDB Tool sdbi

    I'm trying to install SAPNW7.0ABAPTrialSP12 and
    I did these steps and was able to reinstall without any problems.
    1. Run registry clean tool that came with the packaged software
    \Additional_Tools\RegCleanTool
    2. Then run Uninstall - System/Standalone Engine/Optional Standadlon ......
    This is under the Software Life-Cycle Options-Uninstall
    3. Check if there are any files located in
    \Program Files\sapinst_instdir -
    delete this directory
    \Documents and SettinsThe specified item was not found.\Local settings\Temp
    delete any references to SAP
    The above steps helped me to reinstall the Trial software.
    Make sure that the system for the install meet the following requirements:
    u2022 Operating System: Windows XP Professional (Service Pack 2) or Windows Server 2003 or Windows Vista
    u2022 Hostname must not exceed 13 characters
    u2022 NTFS-File system
    u2022 Internet Explorer 5.5 or higher or Firefox 1.0 or higher
    u2022 At least 1 GB RAM (2-4 GB recommended)
    u2022 Pagefile size according to your RAM settings.
    u2022 Intel Pentium III/1.1 GHz or higher (or compatible)
    u2022 30 GB hard disk space temporary during installation - 24 GB permanent
    The actual hard disk space required is more than 32GB. It is best to install the SAP directory on a separate drive if possible. Othewise you have to make sure that the drive where you install SAP has sufficient space for you system and the SAP install.
    u2022 High-resolution monitor (1024x768 or higher, 256 colors)
    u2022 Make sure that no other SAP system is installed on your computer
    u2022 The SAP system requires several ports for communication services. Therefore the file %WINDIR%\system32\drivers\etc\services must not include an entry for the ports 3200, 3600, 3900 and 8000. A possible entry can be excluded by using the hash symbol (#). (Note: The entry sapmsNSP 3600 for dialog instances may not exist, as it is set to 0 in Trial versions).
    u2022 If no DHCP server is available on your network (which dynamically determines the IP address) or your computer is not connected to any network, you need to install the virtual interface adapter MS Loopback Adapter.
    but it's happening the following error :
    (Dec 6, 2023 9:32:54 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file J:\sapdb\NSP\log.txt for details.
    (Dec 6, 2023 9:32:54 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile J:/DOCUME1/Nando/CONFIG1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile J:/DOCUME1/Nando/CONFIG1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks,
    Nando

    I'm trying to install SAPNW7.0ABAPTrialSP12 and
    I did these steps and was able to reinstall without any problems.
    1. Run registry clean tool that came with the packaged software
    \Additional_Tools\RegCleanTool
    2. Then run Uninstall - System/Standalone Engine/Optional Standadlon ......
    This is under the Software Life-Cycle Options-Uninstall
    3. Check if there are any files located in
    \Program Files\sapinst_instdir -
    delete this directory
    \Documents and SettinsThe specified item was not found.\Local settings\Temp
    delete any references to SAP
    The above steps helped me to reinstall the Trial software.
    Make sure that the system for the install meet the following requirements:
    u2022 Operating System: Windows XP Professional (Service Pack 2) or Windows Server 2003 or Windows Vista
    u2022 Hostname must not exceed 13 characters
    u2022 NTFS-File system
    u2022 Internet Explorer 5.5 or higher or Firefox 1.0 or higher
    u2022 At least 1 GB RAM (2-4 GB recommended)
    u2022 Pagefile size according to your RAM settings.
    u2022 Intel Pentium III/1.1 GHz or higher (or compatible)
    u2022 30 GB hard disk space temporary during installation - 24 GB permanent
    The actual hard disk space required is more than 32GB. It is best to install the SAP directory on a separate drive if possible. Othewise you have to make sure that the drive where you install SAP has sufficient space for you system and the SAP install.
    u2022 High-resolution monitor (1024x768 or higher, 256 colors)
    u2022 Make sure that no other SAP system is installed on your computer
    u2022 The SAP system requires several ports for communication services. Therefore the file %WINDIR%\system32\drivers\etc\services must not include an entry for the ports 3200, 3600, 3900 and 8000. A possible entry can be excluded by using the hash symbol (#). (Note: The entry sapmsNSP 3600 for dialog instances may not exist, as it is set to 0 in Trial versions).
    u2022 If no DHCP server is available on your network (which dynamically determines the IP address) or your computer is not connected to any network, you need to install the virtual interface adapter MS Loopback Adapter.
    but it's happening the following error :
    (Dec 6, 2023 9:32:54 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file J:\sapdb\NSP\log.txt for details.
    (Dec 6, 2023 9:32:54 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile J:/DOCUME1/Nando/CONFIG1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile J:/DOCUME1/Nando/CONFIG1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks,
    Nando

  • How to call a action on page load in jsf

    Hi all,
    i am having a JSF page where i want to display the records from the datatable. I have a method in bean which call database and gets the list of records. If i call this method from a link (action on this link) present on this page i can display the records on this page.
    But i want to display these records at the time of page load only. How we can do this? How to call a action at the time of page load?
    Thanks in adv.

    If i am calling the database class and get the list in constructor only i am able to display list in the datatable on page load. This works fine. But the requirment is that if there are no records in the list display a error page with message-No records found! . But how i can navigate from the constructor to error page?
    Like-
    class MyBeam{
    MyBean{
    private List requestVOList = null;
    MyDao dao = new MyDao() //for fetching list from DB
    List records = dao.getList()  //get list from dao class
    if(records==null)
        //Navigate to error page. How to do this navigation here?
    else
        requestVOList  = records;
    //setter/getters for requestVOList 
    }

  • Ive deleted something, not sure what but my Ipod connects then disconnects. It doesnt come up on my Itunes or 'My Computer' Whatever happened, it deleted my music of my pod! Someone pleaseeee HELP!

    Ive deleted something, not sure what but my Ipod connects then disconnects. It doesnt come up on my Itunes or 'My Computer' Whatever happened, it deleted my music of my pod! Someone pleaseeee HELP!
    1. Ipod connects then disconnects
    2. Ive deleted my Itunes then d/l the new Itunes
    3. Ipod doesnt show up in Itunes
    4. Ipod doesnt show in 'My Computer'
    5. Ive reset my ipod
    6. Ive put it in Disc Mode
    & after all of that still nothing except an ipod that works but with no songs or videos!!
    HELP ME AHHH!!
    Thankyou

    Do the iPod Disk Diagnostics as posted by tt2, it wont fix your problem, but helps in troubleshooting.
    Post the results, so we will try to help.

  • Problem in calling dynamic actions in BDC

    Dear All,
    I have created a subroutine which is called when an entry is made in IT0015 for a particular wagetype. So I have used dynamic actions to serve the purpose.
    But the entries in IT0015 are made through a BDC, and I am facing in calling dynamic actions through BDC. I have tried the following code:
    DATA: opt TYPE ctu_params .
    DATA: zmode TYPE c VALUE 'N',
    zupd TYPE c VALUE 'A'.
    opt-dismode = zmode.
    opt-updmode = zupd.
    opt-defsize = 'X'.
    opt-nobinpt = 'X'.
    ******While calling transaction in BDC
    CALL TRANSACTION 'PA40' USING g_t_bdc
    OPTIONS FROM opt
    MESSAGES INTO g_t_messtab.
    But this does not work, it only calls the first screen of tcode PA30 and only populates the PERNR in that.
    Please suggest how do I rectify this problem.
    Regards,
    Kanupriya

    Hi Marcin,
    When I call PA30 without using options i.e.:
    CALL TRANSACTION 'PA30' USING BDCDATA MODE 'A' UPDATE 'S'.
    then, the BDC works perfectly and calls all the required screens correctly.
    But when I use:
    CALL TRANSACTION 'PA30' USING bdcdata
    OPTIONS FROM opt
    MESSAGES INTO messtab.
    then, it shows me only the first screen of PA30 and stops there.
    Also, if I hard code a break-point in my subroutine and save an entry in PA30, then the subroutine stops at the breakpoint. But if I call PA30 with SHDB transaction, then the code does not stop at subroutine which means the subroutine is not being called with SHDB.
    Please suggest why this is occuring.
    Regards,
    Kanupriya

  • How to call a action in javascript

    hi..
    am a learner..
    can anyone guide me how to call a action in Illustrator CS2 using javascript
    thanks in advance,
    Jasy

    Yep!
    Maybe they prefer Apple. Maybe most of their buyers comes from that side.  Maybe they dont know how to script.
    Java would have been to hard for most of us. Javascript is everywhere on the web ... pages.
    After so many years, they did not put the effort and money . This scripting idea is still for ' amateur' and to compensate for I dont know what.

Maybe you are looking for

  • IPod headphones no longer working

    I have an 8 GB, 2nd generation iPod nano, which I purchased around three years ago. Around early April last year, the headphones that came with the nano crapped out. Sound only came from the right earpiece. Assuming any kind of warranty that came wit

  • Business system RD1 Not Found

    Hi All, when i was trying to import the tpz from XI Dev into QA (XI Dev and XI QA are using the same SLD) i get the error: Import failed because of business system transfer of object Service | RD1: Obligatory transport target for business system RD1

  • Valueholderinterface - Many-to-Many mapping problem

    Hi i have two tables users and teams and i have created many-to-many relationship between two table through intermediated(users_teams) table. Here user can have many teams and team can have many users.But the following exception i m getting while get

  • Auto kill the connection

    Dear I am using 9i, when i use sqlplus remote connect to database server after no action around 1 hrs. the remote connection will be dicsconnect automaticlly. How can i solve this problem? Regards

  • I need help recovering the DOWNLOAD ICON from the side bar thing

    i don't know how but the download was gone from the side bar one day, i guess my parents did something accidentally and took it off. But i don't know. is there any way for me to get that icon back on the side bar?