Is it possible to specify a target  in forward action?

I have this include statement
<jsp:forward page="login.html" />
The problem is that the page with the include is in a frame. i need the parent frame to be the target.
Is it possible to name the frame target or just specify _parent as the target ? ?
Stephen

I had the same question and found the answer in another thread:
http://forums.java.sun.com/thread.jsp?forum=45&thread=81199 - May 2, 2001
Try putting your target in the form tag calling the JSP or servlet.
eg: <form method="get" target="_top" action="Login">

Similar Messages

  • How to specify the target name while deploying a code in OSB-- Plz Help

    Hi all,
    Am working in creating a cluster environment. For my testing i created a new managed server(OSB_Server) in 9001 port in the admin console itself and that server started running. The default managed server(Admin_Server) is in 7001 port. So when i deploy a code in 7001 sb console the WSDL gets exposed in 7001 because the default admin server port is 7001. While deploying a code in service bus admin console we are not specifying the target name. So how to specify the target name while deploying the code in service bus admin console. Plz help me.
    Regards
    Prabhu

    Hi Prabhu,
    There are three kind of server architecture possible for OSB -
    1. Single server - Everything gets deployed on Admin server itself
    2. Admin Server + Single Managed Server for OSB -- OSB configuration gets deployed on OSB managed server. OSB resources (proxy service, WSDL, Schema) will remain available on OSB managed server port only and NOT on admin server port
    3. Admin Server + OSB cluster -- OSB configuration gets deployed on OSB cluster. OSB resources (proxy service, WSDL, Schema) will remain available on OSB Cluster port(s) only and NOT on admin server port
    Converting one type of server architecture to any other type, requires a manual tedious process, so it is suggested that you create domain accordingly i.e. if you need clusters then while creating domain itself, create OSB cluster, so that all OSB applications gets deployed to OSB cluster. I will suggest you to create a clustered domain from scratch and import the configuration from your existing domian to this new clustered domain.
    You may refer-
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15022/toc.htm
    Regards,
    Anuj

  • Is it possible to add a target amount to a query

    If I have a number being disagregated by Cost Center is it possible to add a target amount on a cost center level? I know we could add an attribute to Cost Center that hold a value for this target, but that could not be used in calculations or be shown in chart compared to the actuals. Does this have to be added to the cube as a Key Figure or is there an easier way?

    Hi.
    You can use IP module to enter/update target KF.
    Regards.

  • Posting rule to be specified in target field of mapping area/Mapping prefix in Search string use?

    Posting rule change using search string configuration
    Hello Friends - I have defined Search string and specified Posting rule in target field of mapping area and set up done on Search search use tab.
    When I imported the Statement, based on text found on statement, Posting rule specified in Search string is determined.
    I see Search strings already maintained in my system that Posting rule is maintained in Search string use tab - Mapping prefix.
    My doubt is that if Posting rule can be maintained in any of the below:
    Either at Posting rule to be specified in target field of mapping area or Mapping prefix in Search string use?
    Thanks

    Hello Kalim - Thanks. I have already configured Search string the way you suggested me last time and imported the statement during testing. It is working fine.
    Can you pls tell me in which scenario "mapping prefix field" should be maintained. Now, I will try to understand this from F1 help.
    For Search Strings already defined in our System long ago that Posting rule is not specified in Target field in mapping field, but maintained Mapping prefix.
    Thanks,
    GT

  • Is it possible to specify No Proxy within JNLP file

    Hi,
    Is it possible to specify do not use Proxy when executing the downloading of the JAR files within the JNLP file?
    Thanks....

    I don't know about the sync script -- it is not in the default installation -- I assume it is on the automator.us site. I will check. In regards to your question about rsync -- I have specified options (there are many) and have specified by a list of patterns which files not to sync. Rsync is a wonderful utility, very fast, can go through ssh, and has oodles of features. Unfortunately, its decisions on whether to copy are all based upon file by file comparisons -- hence the keynote problem. I will look at the automator site to see if there is a sync script, but I am afraid it will suffer from the same problem (copy individual files within a package) and end up breaking my keynote presentations.

  • Is it possible to specify print settings for web pages?

    Is it possible to specify print settings for web pages designed in Muse? For example, can you exclude background images from printing?

    Hello,
    You can define Print Setting to page By Defining CSS Style in page Header by typing Style tag.
    you can go to Page > Page Properties > Metadata  > HTML for <Head>.
    you can refer to the link below for more details about Print properties in CSS.
    http://www.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/
    Regards
    Vivek

  • Is it possible to use a Script within an action? - it doesn't seem to work...

    Is it possible to use a Script within an action? - it doesn't seem to work...
    I'm using the 'round any corner' script from SATO Hiroyuki..., and  I'd like to apply it to only one anchor point (on multiple boxes)

    An Action can call a script from the File>Scripts menu by means of the Add Menu Item Action step. But it will only work for the duration of your Illustrator work session. If you quit AI and then restart it, the Add Menu Item step will be blank. This bug has been reported for FOUR FULL VERSIONS of this sloppy program.
    However, if I am correctly understanding your description of what you are trying to automate, an Action will not be able to automate the selection of a particular anchorpoint in multiple paths. You'd have to make the selections all at first. Whether the script would then apply as desired to each path depends on how the script is written.
    JET

  • Is it possible to specify the nodenum when adding a node to a RAC database

    hi gurus
    I have a 10.2 one-node cluster database,the olsnodes show that the current node has nodenum of 2(because I removed the nodenum 1 before because the machine needs to be replaced),now I want to add a new node to the cluster to replace the priviously removed node1,but finally I found that ORACLE will use nodenum 3 for the new node instead of nudenum1,
    olsnodes command shows:
    +[oracle@rac2 bin]$ ./olsnodes -n+
    rac2    2
    rac1    3
    Is it possible to modify the nodenum or specify the nodenum when adding a new node?
    Hoping I am understood,thanks for your time.

    hi all
    I have found the way to do it. Moidy the rootaddnode.sh to the desired nodenum before running it.It worked.
    Thanks still!

  • Is it possible to specify MLS port in Mission Control Eclipse plugin?

    I'm running the Mission Control plugin in Eclipse to manage a remote server behind a firewall. I'm able to run the JRockit console, however I am unable to run Memory Leak Detector. It seems I need to specify the MLS port, or I need to turn off the firewall to allow the MLS to use a random port. Turning off the firewall is not a option.
    Is it possible specify the MLS port in the Eclipse Mission Control Plugin? I can't find anywhere to do. Is it possible to somehow include it as part of the Custom JMX URL?
    FYI, I have to use the Eclipse plugin because I'm working on OSX, and that seems to be my only option.

    You should be able to specifiy which port is used for Memleak in the Mission Control preferences,
    Mission Control/Memory Leak Detector/Communication - Use fixed port
    If you can't see those prefs, which version of Mission Control are you using?
    Klara, Mission Control dev

  • Is it possible to specify which space an app opens in?

    I've been using Spaces for years to have my mail in space 2, my browser in space 3, calendar in space 4 and so on. I've moved to Mavericks and while I have my spaces set up, I can't find out how to fix an app into a specified space. I miss my workflow. Is it possible?

    **** good question, because my apps jump to what ever space they wish.  I set them, but when they tire they move.

  • Is it possible to specify the window size when using opendocument?

    Does anyone know how to specify the window size for a child report launched from a hyperlink that uses opendocument? Is it possible?
    I have looked all of the posts I could find and have not found anything that would work, please help.

    So I have come up with the following URL based on the suggestions in this post, but it still isn't doing what I would like it to.
    It does launch a smaller window but posts the child report in the same window.  Is there something else I should do?
    Thanks for your help.

  • How to specify the target for a command button action?

    Hi can anybody explain how to achieve the target feature, i mean i need to display the result of the action in a different window after clicking on the button. Is there anyway to achieve this?
    I want to click the button using Javascript.(using button.click event).
    Thanks in advance

    Thanks for the reply Stas, but it is not the solution I wanted. I want display the result of that action into a different frame of the window. As we have target attribute of the anchor tag in HTML. The target attribute of the h:CommandLink is not working. I tried that.
    Anyway thanks again.

  • Windows 8.1 Client Side Caching - Is it possible to specify the location of the offline file cache?

    Hi,
    Is there any approved way to change the location of the offline files cache in Windows 8.1?  I'm asking before moving client systems from Windows 7 where a registry change was required - is this still the way to go?
    I believe that if the default user-profile directory is moved, this causes problems for updates to Windows 8/8.1 now, is the same true if you move CSC?
    Just a bit of background.  The systems I want to do this for have smallish SSD boot drives with a higher capacity spinning disk.  The machines are members of a domain with Folder Redirection setup.  I could setup group policies to disable
    caching of some of the larger directories or even disable CSC entirely on the machines which have an SSD boot drive, but would prefer not to do so.
    Thanks in advance.

    Hi,
    According to your descryption, In windows 7, the tool is migwiz.exe, namely the Windows Easy Transfer, you can modify the registry in the way listed in the post below:
    http://social.technet.microsoft.com/Forums/en-US/bbf5890c-b3d7-4b38-83d8-d9a5e025fb2b/how-to-move-clientside-caching-to-a-new-location?forum=w7itproinstall
    In Windows 8, Windows easy transfer is also a built in tool to migrate user profiles and user settings, but as for the offline transfer, I suggest to use the USMT for your situation.
    Because with USMT you can specify the folder that you want to migrate the files to, by using an offline.xml you can set the path just as the sample listed below:
    <offline>
         <winDir>
              <path>C:\Windows</path>
              <path>D:\Windows</path>
              <path>E:\</path>
         </winDir>
         <failOnMultipleWinDir>1</failOnMultipleWinDir>
    </offline>
    You can also refer t othe details at:
    http://technet.microsoft.com/en-us/library/hh824880.aspx
    Regards
    Wade Liu
    TechNet Community Support

  • Is it possible to specify exactly coordonates where to display a field

    Hello all,
    We use BIP 11.1.1.6 (build 5.12.110)
    In a rtf template, we've got for-each loop.
    We don't know exactly how many rows to display.
    After a for-each group, I need to write a sentence at 15cm from bottom
    My constraint: For other reasons, I cannot use the footer functionality...
    So, is there a way to write/position some text fields at 15cm or 100pixels from page bottom and 100pixel right ?
    I search around, and found the offset command:
    <?shape-offset-y:200?>but I wasn't able to correctly use this command or see a good result !
    I hope some of you will provide us some suggestions.
    Thanks a lot in advance,
    Oliver

    I had the same question and found the answer in another thread:
    http://forums.java.sun.com/thread.jsp?forum=45&thread=81199 - May 2, 2001
    Try putting your target in the form tag calling the JSP or servlet.
    eg: <form method="get" target="_top" action="Login">

  • Is it possible to specify width in pixels for multiple objects at the same time in Illustrator CS5?

    Illustrator has the 'Transform Each' dialog, but it only allows you to scale multiple objects by specifying a percentage. Is there any way to specify the size in pixels?
    More specifically, imagine I have 10 rectangles on my canvas, and I want them all to be of a specific height. The rectangle position on the canvas matters, so I can't do the 'vertical align to top and then resize group height' trick - they need to be resized in place.

    @Mike: Thank you very much for the quick reply.
    Your suggestion does help, but there is still a gap. To be more specific, my rectangles are actually a bar chart, so the heigh of the ractangles is different and should remain unchanged. What I want to do is make each bar narrower to a specific pixel width. The Shape Options feature allows you to specify absolute dimensions, but it seems like you have to specify this for both the Width and Height - can't just do one unless I'm missing something. You can specify relative increase/decrease in pixels (which mostly solves my problem), but I have to calculate the pixel difference, usually fine unless I'm dealing with decimal pixels which I'd like to clean up and turn to clean pixels.
    A bit confused about your last point. What does 'select individually' mean? Is Ctrl Enter do anything different from just Enter?

Maybe you are looking for

  • Setting ALSA sound card system wide (rather than just in KDE)

    Hi, I've got an HTPC with an ATI Radeon HD 4350 graphics card running Arch x86. It has its own integrated sound card for outputting audio via HDMI, which is detected by ALSA as a separate device. I've managed to set it as the default audio device in

  • Import duty to be added to material price

    Hi! I have one specific client's requirement ( not indian client), when import goods, they have to pay import duty and VAT : Import duty on Basic material price, VAT on Basic material price + Import duty. I have defined one condition type for import

  • Can a Macbook Pro be insured?

    My parents wanted me to find this out because they are buying me a MBP for Christmas. They wanted to know if Apple offered some sort of insurance policy, where if the MPB broke or became stolen a new one could be provided. Or are we just SOL, if some

  • Battery best practice Yoga Pro 3

    I use my YP3 at home and only need the battery to travel from room to room for a few hours at a time. Easy to keep it plugged in and charging at my primary use site. So any recommendations about best battery practice: 1) Conservation mode and just ke

  • Melding PC/Mac printer network

    I have a network set up in my house that provides wireless internet to both my PC and my Mac via a '2Wire' DSL modem. As a result of this relatively new installiation, I am no longer able to print wirelessley with my Epson Stylus C86. I have all the