Can a .jsp contain more then one jsp:forward page

Can a .jsp contain more then one jsp:forward page if it's conditional.
ie. if condition true
forward to pageA
else
forward to pageB?
Thank you.

gimbal2,
Thanks for the response. I did try it and I got a
compile error. I just realized that the error was
regarding a different issue.
JJIn that case, it would have been appropriate to post the actual problem.

Similar Messages

  • How can I talk with more then one person at a time?

    How can I talk with more then one person at a time? With Faxe time? Is thier software needed to do this or can it be done with the basic package?

    You can get the drop down list by either right-clicking on the back/forward buttons, or holding down the left button until the list appears.
    If you want the drop-down arrow you can add it with the Back/forward dropmarker add-on - https://addons.mozilla.org/firefox/addon/backforward-dropmarker

  • Can i back up more then one computer

    can i back up more then one computer to my Time Capsule?
    if so, how do i set it up?

    Time Machine will create a separate file for each computer.
    Are the two computers with a same name ?

  • More then one Iframe per page?

    Hi, is there any possibility to show more then one iframe per page.Beacuse when I put two html regions on my page with this content, only one is shown?
    <IFRAME src="f?p=&APP_ID.:1610:&SESSION.::&DEBUG.:1600:P1600_ID:20"
    style="width:400px;height:400px"
    name="details"
    scrolling="yes" marginwidth="3" marginheight="3"
    frameborder="2" vspace="2" hspace="2" />

    Hello,
    Should be possible. Can you see both iframes in the generated HTML code? Aren't they just overlapping each other?
    Otherwise try to embed both iframes in a DIV and position that DIV where you want it (one left, the other one right for instance).
    Greetings,
    Roel
    http://roelhartman.blogspot.com/

  • Can't connect to more then one server in a java appl.

    Hi:
    I'm connecting to OCS via java as the administrator without problems. But, even if I close the first connection
    I can't open the second one without getting an user unknown error. If I connect only to one or the other everything works.
    Here's part of the code:
    // Get system properties
    Properties props = System.getProperties();
    props.setProperty("oracle.mail.sdk.esmail.encryption", "false");
    props.setProperty("oracle.mail.sdk.esmail.driver_type", "thin");
    props.setProperty("oracle.mail.ldap.connectssl","true");
    props.setProperty("oracle.mail.ldap.sslport","636");
    props.setProperty("oracle.mail.ldap.admin_dn","cn=xxxx");
    props.setProperty("oracle.mail.ldap.admin_password",xxxx);
    session = Session.getDefaultInstance(props, new OracleAuthenticator());
    // Connect to the mailstore (Oracle)
    OracleStore store = (OracleStore)session.getStore("esmail"); // esmail is the Oracle provider name
    store.connect(owserver, -1, owuser, null);
    store.close();
    owserver="anothermachine";
    owuser="anotheruser";
    store.connect(owserver, -1, owuser, null);
    System.exit(0);
    Please help.
    Regards,
    Jerry

    Almost forgot, here is the error I am getting.
    ESDS error code - 10010] User Doesn't Exist
    at oracle.mail.ldap.ESDSContext.cacheUserAttrs(ESDSContext.java:690)
    at oracle.mail.ldap.ESDSContext.cacheCallerParams(ESDSContext.java:534)
    at oracle.mail.ldap.ESDSContext.<init>(ESDSContext.java:145)
    at oracle.mail.ldap.ESDSDirServerAccess.ESDSClientLogon(ESDSDirServerAccess.java:829)
    at oracle.mail.sdk.esmail.OracleStore.connect(OracleStore.java:921)
    at WriteOJMA.connect(WriteOJMA.java:52)
    at ReadOJMA.main(ReadOJMA.java:123)
    Exception in thread "main" javax.mail.MessagingException: [ESDS error code - 10010] User Doesn't Exist
    at oracle.mail.sdk.esmail.OracleStore.connect(OracleStore.java:1023)
    at WriteOJMA.connect(WriteOJMA.java:52)
    at ReadOJMA.main(ReadOJMA.java:123)

  • Can i back up more then one imac in home to 2T time capsule

    Can i back up 2 imacs to 2T time capsule.  all my music is on the mac in a room away from the time capsule

    if my second imac is wireless how do i hook up to time capsule to back it up or share and then confirm that it is saved to time capsule

  • Why can I not use more then one sim card with my iphone?

    I want to use different service providers.

    Why is unlocking the iphone an issue?
    It's not, if you bought your iPhone from a provider that offers unlocking.
    AT&T have made a business decision to lock iPhones they sell to their network. That is their policy, and they haven't changed it for anyone. That is their decision.
    If, for instance, you had bought your iPhone from O2 in the UK, you would've been able to get it unlocked, as O2 have made a business decision to offer unlocking to their customers if they want it.
    Different mobile networks around the world have different policies on:
    a) whether to sell the phone locked or unlocked to their customers
    b) whether to offer after-sales unlocking as a service to their customers
    Also, in some countries there are laws governing the locking and unlocking of phones. Networks have to abide be these local laws too.
    Unfortunately, you didn't do any research on AT&T's policies before buying your iPhone for their network, which is why you are in this predicament.
    Your only option is to sell your iPhone and buy one for the country you want to use it in.

  • Since iTunes 7 can't import more then one song at a time

    When I use File> Add file to library, I can no longer import more then one song. If I select more then one file, iTunes wont import anything. I have my music download to my main iTunes folder, therefor I dont want to use add a folder, also there often is other songs I dont want to import at that time. I can drag and drop from explorer, but its annoying.
    Not a terrible bug, but another in the long list for iTunes 7.
    custom   Windows XP Pro   P4 2.8, 1 Gig Ram, Radeon x1600pro, Asus mobo

    Thanks Rachyl, I'll try that when I get off of work. What about the album art? How can I make sure I get it every time in the future. Can I rip my CD's using another software to make sure they are tagged right?
    BTW I used to live in NC not too long ago and went to school there....GO HEELS!

  • Using more then one null in a Set

    Hello Friends,
    Can any one throw some lights for using the null values in Set.
    Can a set cantains more then one null values? It worls fine if there is only one null element alone but throwing exception if there are any other element with one null.
    Thank you.
    Roshan

    So when you read the documentation for TreeSet.add(), which you obviously did because it's so obvious that you should read the relevant documentation before posting questions, what did you not understand?
    Adds the specified element to this set if it is not already present. More formally, adds the specified element e to this set if the set contains no element e2 such that (e==null ? e2==null : e.equals(e2)). If this set already contains the element, the call leaves the set unchanged and returns false.
    Throws:
    NullPointerException - if the specified element is null and this set uses natural ordering, or its comparator does not permit null elements
    Edit: By the way, there was a recent thread about the fact that it appears that Java 5 had a bug in which when you add the first null, it didn't throw an NPE, but in Java 6 it did. That may be relevant information depending on what JRE you're using.
    Edited by: endasil on 9-Dec-2009 1:31 PM
    Edit 2: Here's a (or the) bug report: [http://bugs.sun.com/view_bug.do?bug_id=5045147]
    Edited by: endasil on 9-Dec-2009 1:34 PM

  • How to invoke more then one service from single button click

    Hi,
    I have created web service data control which contains more then one services.
    Now my problem is when I press button, it should take data from my input component and needs to set into multiple services and response of those services should be display to my binding component on the screen.
    Regards,
    DevangD

    See : 9.11 Overriding Built-in Framework Methods
    here: http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/bcservices.htm#sm0222
    You can have the code that was generated modified to invoke an additional action - you'll need to add the binding to that action to your page.

  • How can i get the values from one JSP to another JSP

    Hi All,
    I am very new to JSP technology, I have one jsp having radio button, i want to accecc the state of this radio button to another JSP page, How can i do this.
    Could anybody help me.
    with Regards
    Suresh

    Try page import <%@ page import ="index.jsp" %> or include <%@include file="index.jsp" %> methods perhaps they might work.

  • How can I restrict more then one user to access the table?

    Hi !
    I have a problem and two solutions and I am a bit confused as to
    which one is the best one and/or can there be any better way of
    handling the problem ?
    Problem : I have to update a key field of a table when I update
    it in the form 5.0 screen. I am basically doing a maintenance of
    a table and if a certain field is updated then the change has to
    be reflected in two more tables. But the issue is that the field
    is a part of the key in those two tables. So all I can think of
    is that I need to insert new set or rows for that new value of
    the field and delete the old set of records for old values of
    the field.
    There are two ways of doing it;
    1.One option can be to explicitely define two cursors separately
    and fetch the values in them one by one and then insert the new
    records and then delete the old records in both the tables. This
    I feel will be a cumbersome process both in terms of processing
    time and the coding.
    2.Second option I was thinking can be to create two flat tables
    (without keys) and insert the values in them and update the
    changed field there and then insert the rows in the respective
    tables. Delete the old records in the main tables and delets the
    records in these flat tables. This is a bit more faster and
    easier to predict and code. This seems to be a better option for
    me.
    Any comments on these ?
    In both the cases I was thinking of making some provision so
    that more then one person can't update the table simultaneously.
    Since if there are more then one persons doing the processing
    then some inconsistency might creep into the whole process.
    This is easier to do in the second process as if I check the
    data in the flat tables and if there is some data then I can
    presume that some one is doing the processing and I can ask the
    other person to hold for a while. But in this case how can I
    stop more then two people to simultaneously check for the empty
    table and start inserting the record ?
    I was just thinking of having a sepatare table having only one
    field and this will be a key field and as the process begins the
    process will insert a fix value say 'Y' in the key field and at
    the end of the process the record will be deleted and this way
    we can restrict the user to access the process more then one at
    a time..? Since you can't have same value of the key in a table
    more then once.
    Any better way of handling it will be deeply appreciated.
    How about locking the table at the begining and releasing the
    lock at the end ? Will there be any issue in that? since I am
    inserting and deleting the rows in the same transaction.
    Comments welcome,
    Shobhit
    null

    How about performing the update IN the database using a stored
    procedure?
    By using non-database fields on your form to get the
    information, you can then call the procedure in the database to
    perform the updates. If an error occurs in the procedure you
    rollback, if necessary, and send a message or status back to the
    form. If it succeeds you might wish to commit and then re-
    execute the form's query -- using either the original key values
    or the new key values...
    null

  • Can I use more then one apple ID on my computer/osx app store

    Hi,
    I use my MBP/iMac/ipad/iphone for both business and home.  Right now everything is setup to my home apple id (and I have made quite a few purchases with that).  With the release of the osx app store and FCPX,  my company wants to buy these for my computers.  But they want to do this on their apple id.  Can I run more then one id on a mac?  How can I make this work as I know they will want me to start getting more apps as they are released.

    You can have apps from multiple Apple IDs on one Mac. The issue will be that to update Mac apps bought with A ID #1 will require signing into A ID #1 in the MAS. And later when apps bought with A ID #2 need an update you will need to sign into A ID #2 in the MAS to update them. If you can keep that straight and can abide that requirement, there should be no issues.
    The same will be true to update iOS apps, but using iTunes.

  • HT1296 How can i get my contacts to show on itunes on my laptop?  Or at least delete more then one at a time on my iphone 4s???

    How can i delete more then one contact at a time on my iphone 4s or bring my contacts up on itunes on my laptop?? please help

    No.
    Iphone will sync with one and only one computer a a time.  Syncing to another will erase the current content from the iphone and replace with content from the new computer.

  • Can you connect more then one external screen to a mac with one mini display point?

    Does any one know if you can connect more then one external screen to a mac, with one mini display point?

    This company has a dual monitor solution for DisplayPort;
    http://www.matrox.com/graphics/en/products/gxm/dh2go/

Maybe you are looking for

  • Multiple copies of same document shown in iTunes

    All my documents are in a folder My Documents/iPad.  This contains Epub and PDF documents that are read by iBooks reader on my iPad2.  When I go into iTunes select the iPad and then ask to look at the books is shows these books/PDFs in the folder.  T

  • How can I get more space between items in a line of text .. elegantly

    Ok I have some equations that follow each other in a text line, eg Xc=10^6/2 pi f C     Xc = 10^6/2* pi *50 * C Xc = 10^4/pi C     .................   etc. Is there some way I can eg put a css entity in the paragraph so I can dimension the space as a

  • Scanjet G4010 Software Errors

    Hello, We have recently reimaged a few machines with Win7 Ent x64 and then tried resetting up the few scanners we have (all G4010s). We downloaded the latest version of the full software suite installer (ver 14.5.1) found here.  It installs fine, but

  • Need Installation Advice

    I want to install Leopard Server onto a Mac Pro currently running Leopard with many accounts, groups, and shared folders with various permission settings...but I'm afraid to. Will an installation delete all of the accounts, groups, and permissions th

  • ChaRM - Authorization Object to show documents in CRM_DNO_MONITOR

    Hi folks, does anyone know which auth. object or other prerequisite is needed to show documents in transaction CRM_DNO_MONITOR? To our needs the SAP ChaRM default roles do not fit. So I am building roles from scratch (basically). Auth. trace via ST01