Can I use SPEL instead of PPR

Dear,
I have two message text input fields on a page. My requirement is - the second one should render ONLY IF a user enters XYZ in the first field.
From looking at posts related to SPEL I gather that I need to use PPR to satisfy this requirement because if I create a transient attribute in the VO for field one - the attribute won't be populated until I submit the page? But I need to render field two as soon as I navigate out of field one.
Am I correct in my assumption that I can only acieve this through PPR?
Thank you.
Anatoliy

Just to add a bit more detail: PPR is used where you want to rerender a particular portion of the page based on the some user action instead of complete page refresh.
Whereas SPEL is used where you want to control some properties of the bean based on an expression which can use some runtime values from page. Rendered, Read Only, Disabled, and Required are the only properties for which SPEL bindings can be defined.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • HT2534 can you use paypal instead of credit card for iTunes

    just got an Ipad & am trying to download apps but can't as I need to give credit card details.  Can you use paypal instead of credit card?

    Sad but true, I've tried to pay for iTunes Match with my credit and couldn't because it's a subscription service, regardless the credit amount I have. The system ask me to pay with my credit card too.
    How are Family Sharing purchases billed?
    When you initiate a new purchase, it will be billed directly to the family organizer's account, unless you have gift or store credit. First, your store credit will be used to pay the partial or total bill. The remainder will bill to the family organizer. iTunes Store credit on your account isn't shared with other family members. So if the family organizer has a $50 credit on their account and another family member initiates a purchase, it won't deduct from the organizer's iTunes Store credit, but will bill the organizer's credit or debit card.
    How iTunes Store purchases are billed

  • HT204053 can i use paypal instead of credit card

    Can i use paypal instead of credit card

    http://www.apple.com/legal/itunes/appstore/qa/terms.html#SALE
    PAYMENTS, TAXES, AND REFUND POLICY
       The Mac App Store, App Store and iBookstore services (the "Stores") accept credit cards issued by banks in Qatar or Content Codes as forms of payment.
    To use the iTunes Store in a country you need a credit card (or other card type if acceptable in a country) issued in that country, billed to an address in that country, and also be physically present in that country when using the store.

  • HT4848 can i use Dvd  instead of USB , as a recovery disk

    can i use DVd instead of Usb as a recover disk

    How , can i  ???
    Recovery Disk Assistent is not recognizing the DVD, its only recognizing DVDs

  • HT5132 can i use iCloud instead of MobileMe?

    can i use iCloud instead of MobileMe?

    iCloud can be used to sync your documents between iCloud-ready applications to your mobile devices, but you cannot use it to host web galleries. For this you will need to find a different host, for example the ftp-site of your internet provider. Export your web galleries to your hard drive and upload them to your new web host using ftp (I use Cyber Duck for this).
    See Roger Wilmut's page (the last line on the page addresses links to photo galleries):
    Migrating from Mobile Me:
    http://www.wilmut.webspace.virginmedia.com/notes/migrate/frommobileme3.html
    And if you need a replacement for your iDisk, see this user tip by Winston Churchill:
    Winston Churchill: Using iCloud as an iDisk:
    https://discussions.apple.com/docs/DOC-2711
    If you create your web pages with iWeb, you can still use the iWeb application, but you need to patch it a little, because iWeb references icons (arrows) on MobileMe, that may not longer exist: See this guide by Old Toad and Roddy, on how to do this:
    Modify the iWeb Application: http://oldtoadstutorials.net/No.26.html
    Regards
    Léonie

  • Can I use SQLJ instead of JSP ?

    Hi:
    Can I use SQLJ instead of JSP to work with Oracle Mobile / Wireless ?
    Thanks

    You can use any language that can output XML - There is a Tag Glossary for the Oracle9iAS Wireless XML on http://studio.oraclemobile.com .
    Regards,
    Kalle
    [email protected]
    Hi:
    Can I use SQLJ instead of JSP to work with Oracle Mobile / Wireless ?
    Thanks

  • Can I use speakers instead of headphones with my iPod shuffle?

    How can I use speakers instead of headphones or earbuds with my iPod Shuffle?

    Yes, as long as they are self-powered (don't need an amplifier) and connect using the same type of standard "mini-stereo" connector that is on headphones. 

  • Can we use EDID4 instead of EDIDD for generating IDOC

    Hi Abap-Experts,
                           My question is can we use EDID4 instead of EDIDD for generating IDOC. I have declared internal table for idoc data using EDIDD...but can i use instead EDID4 for the same as well as in FM('MASTER_IDOC_DISTRIBUTE'). I have tried to use but it was giving me runtime error
       DATA : ls_edidd  TYPE edidd .
      DATA : it_edidd TYPE TABLE OF edidd .
    LOOP AT it_cust INTO wa_cust .
        lv_segnum = lv_segnum + 1 .
        ls_edidd-segnum = lv_segnum .
        ls_edidd-segnam = 'Z1ZZ_CUST' .
        ls_edidd-hlevel = '1' .
        ls_edidd-sdata = wa_cust .
    CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'
        EXPORTING
          master_idoc_control                  = ls_edidc
      OBJ_TYPE                             = ''
      CHNUM                                = ''
        TABLES
          communication_idoc_control           = it_edidc
          master_idoc_data                     = it_edidd
    Thanks in advance,

    Hi Alexander,
             I am not getting any error when i try EDIDD for generating IDOC..but if i try EDID4........it does give me error message.
               so please tell me what is the solution for this.

  • Can we use BLOB instead of LONG RAW in JMSStore

    (Oracle 9i, Weblogic 8.1.2)
              We are putting in place a Dataguard environment (or standby database). In such environment, prod data is copied to another database in 'pseudo' real time. Unfortunately some 'old' datatypes are not supported by Dataguard. In JMS tables %JMSSTORE, the field RECORD is defined as LONG RAW and LONG RAW is one of the unsupported datatypes.
              Can we alter those tables in order to use BLOB instead of LONG RAW ?
              Regards,
              Bao Nguyen
              

    Hi Bao,
              Answers in-line:
              Bao Nguyen wrote:
              > (Oracle 9i, Weblogic 8.1.2)
              >
              > We are putting in place a Dataguard environment (or standby database). In such environment, prod data is copied to another database in 'pseudo' real time. Unfortunately some 'old' datatypes are not supported by Dataguard. In JMS tables %JMSSTORE, the field RECORD is defined as LONG RAW and LONG RAW is one of the unsupported datatypes.
              >
              > Can we alter those tables in order to use BLOB instead of LONG RAW ?
              Not supported in 8.1. A supported Oracle BLOB capability will be
              available in the next release. I can think of two
              possible work-arounds:
              (1) The following might work, but is not currently supported by
              BEA: Manually create the table with a BLOB type and use
              an Oracle OCI or BEA type IV driver. Definitely do NOT use
              an Oracle thin driver, as data corruption may result.
              (2) I recall that another customer had a replication product
              they were able to get working with LONG RAW by modifying
              the table definition so that the table's handle index was a primary key.
              I do not remember the name of the product.
              (The latter modification is supported for certain releases
              now - but I think this usage must be confirmed with customer support.)
              Tom
              >
              > Regards,
              >
              > Bao Nguyen
              >
              

  • Can I use JMS instead of  multithreaded approach

    Hi,
    I am having a typical problem where the XML data coming through sockets using TCP/IP needs to be read and perform some action.
    The code I have uses two classes to do this, each of them extending the Thread class, and invokes the individual run() method. In the run() method the second class's constructor is called which in turn invokes its own run() method. In the second run() method a handler method is invoked which does the required function. The dedicated threading approach is required in my application but my question is:
    1. Instead of achieving the handling using threading, which seems to be a bit complex, can I write a JMS listener and queue the XML messages in a Oracle database. ( I am using Oracle 9i (Advance Queue can be used)).
    2. Will using JMS will increase the overall performance any way?
    PLease help!!
    regards
    Kaushik

    The JMS does the threading for you. This would potentially make your application simpler but you still need a thread(s) at the end of the day in the same way.
    The JMS is a more comprehensive package which hides much of the work for you. It also does alot of work which is not needed. For this reason I would expect JMS to be slower than a well written custom implementation. However, typically JMS is fast enough and much more maintainable, easily reconfigured etc. etc. and CV++ :)
    My guess is that most of your work is in decoding your XML data or somewhere you don't expect.
    If you want it to go faster I would suggest getting a profiler e.g. JProfiler on demo license and do some performance tests. You will probilbly find there a few simple things you can do to improve performance.
    I would not concider the kind of migration you suggest until you know expectly what the problem is. You can waste alot of time optimising code which was not a problem in the first place. (: from experience :)

  • Can I use JMS instead of a shared database.

              I need to share data between mutiple weblogic instances and I would like to use
              JMS instead of a shared database.
              Senario:
              Weblogic instance 1 recevies message withy parameters 1,2
              Calcualate 1,2
              Weblogic instance 2 recevies message withy parameters 1,2
              Do not calculate 1,2 until Weblogic 1 is finish.
              I know I can persiste in a shared table the work currently being done but this
              alot on this table.
              I would like to use JMS to tell the other servers that I am working on a process
              so the other servers don't.
              My goal is to share data with multiple weblogic servers without going to the database.
              Is it possible?
              Any ideas?
              Tommy Lapierre
              

    One way to accomplish this with queing is to partition
              related work to a single destination that has a single
              consumer.
              Tommy Lapierre wrote:
              > I need to share data between mutiple weblogic instances and I would like to use
              > JMS instead of a shared database.
              >
              > Senario:
              > Weblogic instance 1 recevies message withy parameters 1,2
              > Calcualate 1,2
              > Weblogic instance 2 recevies message withy parameters 1,2
              > Do not calculate 1,2 until Weblogic 1 is finish.
              >
              > I know I can persiste in a shared table the work currently being done but this
              > alot on this table.
              >
              > I would like to use JMS to tell the other servers that I am working on a process
              > so the other servers don't.
              >
              > My goal is to share data with multiple weblogic servers without going to the database.
              > Is it possible?
              >
              > Any ideas?
              >
              > Tommy Lapierre
              

  • What can i use now instead of iweb?

    I know Apple did away with iweb some time ago, but what can I use now to create a simple website using mac templates?

    Apple have not 'Done away with iWeb' as you put it.  They are no longer supporting it and no longer upgrading it, but this DOES NOT mean that you can't still use it to create websites with.
    Apple stopped supporting it sometime ago now, but it is an application like any other that you have and if you have it on your Mac, then you can still use it - it works with both Lion and Mountain Lion and if you want it you can still get it, but you'll have to purchase it from Amazon as part of either the iLife 11 or iLife 09 boxed set.
    If you really want to use other software, which you don't need to take a look at RapidWeaver, Sandvox, Freeway Express and Pro 6, Flux 4 and Quick n' Easy Website Builder.  Most, if not all of these have free month long trials where you can download and try before you buy.
    As well as these, you have other options such as the online web site builders such as http://www.wix.com or http://www.weebly.com, or the CMS's (Content Management Systems) that you can install directly on your host/server and include http://drupal.org and http://joomla.org amongst others.
    Rage software are also producing their own version of iWeb called EasyWeb - however, all first reports would seem to suggest that you won't be able to purchase this software on its own when it is released - it will initially be tied to Rage web hosting, so you would need to purchase this first to be able to use EasyWeb.
    However, if you still have iWeb then use it for as long as it works and don't look elsewhere.  Just because iWeb is no longer sold or supported by Apple does not mean that you can't still use it - you most certainly can.

  • Can I use Siri instead of pressing accept?

    My screen is broken and I can't view anything. I want to backup my phone on iTunes on a new computer, but I can't see or press the button that accepts the new computer on my phone. Can I use Siri to accept?

    No.

  • Can we use Aliases instead of member name in Calc Manager

    We migrated business rules to Calc Manager. After migration Calc Managers are not getting validated (stating the member is missing in the database). Later found out that in the script it has alias name instead of member name which was causing this error.
    example
    Member name = C001
    Alias = Texas
    in the script it is mentioned Texas = 5; (this statement throws an error while validating, stating Texas is not present in the outline, even though Texas is present in the Alias table as an alias for C001).
    Once I modify the script to C001 = 5; it gets validated without any issue.
    Does this mean in Calc Manager we cannot use Aliases unlike business rules and Calc Scripts?
    Please advice.

    The 'Defects Fixed' section of the release notes for 11.1.2 includes...
    "Calculation scripts validate inconsistently in Essbase and Calculation Manager (8800397)."
    ...which is pretty broad!
    Can you run the rules OK? If so, I'd just ignore the Calculation Manager validation message.

  • Can I use gmail instead of yahoo in combination with Adobe Reader

    Adobe Reader has the ability to attach a pdf to an email. It is defaulting to Yahoo mail. I have changed the default email in firefox to gmail, but that does not seem to impact anything. I have also tried to change the email client within Adobe Reader, but couldn't do it.
    Is there a way to use gmail as the email client?

    I realize it, but is sending me now to yahoo.com. Why can I not sent it to gmail instead of yahoo.
    Also, if I were to use outlook how would I set that up? I cannot find a place anywhere to make changes to the email client Adobe Reader is using.

Maybe you are looking for

  • Cannot log into Digital Library

    Hello, I have been trying to resolve this problem for several hours now, but have been unable to do so. I recently downloaded Test Drive Unlimited 2 Windows Digital Download and received a confirmation email stating that I was now able to enter the D

  • Enterprise Portal monitoring with Solution Manager

    Dear guru's, I have just installed a SAP Solution Manager 4.0 I would like to monitor a Enterprise Portal SP15. Does someone have a walkthrough for this because very little information can be found on the sap help pages. I'm interested in user/memory

  • Unable to create a Site Content in Web Page Composer

    Hi All, I am new to WPC and would like to explore more on the same. I tried following some blogs inorder to create and publish Web Pages. I was stuck at a point where we need to create a site content. I guess all the permissions required to access ea

  • How do you embed a pdf into a pdf?

    I have a word document, that has files embedded in it. There are excel, word, ppt and pdf files embedded in it. I want to convert the word document to a pdf but want the pdf to contain the embedded docs within it.

  • FIrewire to FME - 4 feeds / 1 server?

    Hello smart people. I am at the end of my rope, I have vendors claiming they sold my client the right stuff, Im pretty sure they didnt, So I am here to see if I can get a more accurate, useful, impartial answer. The hardware: Server - Dual Xeon 2.4 (