Setting Target for navigated jsp file

i am setting the navigation in navigation.xml file in sun java studio creator but i want to open sone pages in new window and some in different frame so whats the attribute to set in navigation file like noramally we do target="_blank" or target="right"

Hi,
Have you tried the hyperlink component?
It has a target property
John

Similar Messages

  • How to set password for a zip file and should be checked when reading that

    Hi friends,
    how to set password for a zip file and should be checked when reading that file???
    thanks.
    Praveen Reddy.J

    Heyy man, i think, u did not get my problem.
    all i have to do is:
    i have to create a zip file, and we should secure it with password when creating. and whenever the user wants to open that zip file he should provide correct passowrd otherwise he could not read that file. So, we should check for that also.
    Tanks for reply.

  • In Initial View, can you set defaults for Navigation tab, Page layout, and Magnification?

    Adobe Acrobat 9 Pro V9.4.0
    Win7 Pro x64
    Problem: In Initial View, can you set defaults for Navigation tab, Page layout, and Magnification?
    Every time Acrobat scans a document, I have to go to Initial View to set Navigation tab, Page layout, and Magnification. It does not remember the settings I last used.
    Thanks in advance.

    See my response to this post

  • I want to install CCPL ,but it is not taking PAC file proxy.So please suggest an alternate way to set proxy for this exe file..

    I want to install CCPL ,but it is not taking PAC file proxy.So please suggest an alternate way to set proxy for this exe file..

    That file might have moved to a different location on the server. I think you'll need to check with RefWorks support or your local IT department on why the install page links do not work.

  • Setting targets for the KPI's

    Where and how do you set the target for the KPI?
    I see that there are input ready quesries available to set targets how to use them?
    Can you only set targets for base KPI's?
    How and where is the data collected stored for the KPI's? in the standard cube given as business content?
    I would really appreciate your input Gurus.

    Hi Sijesh,
    I am also, currently working on a project implementing BO SuPM Version 1.0. Landscape is ECC -> BI -> SuPM dashboards.
    I have created a KPI in SuPM dashboard.
    Case 1 : Automatic data collection - This KPI is marked for Automatic data collection. So, maintained Scripts with Connectivity and SAP BW Query name. I save this KPI and include in a new report and Run it. There are no records displayed.
    Case 2: Manual data collection - This KPI is marked for manual data collection. So, maintained values in SuPM portal itself. I save this KPI and include in a new report and Run it. There are no records displayed.
    Could you please help me how KPI in SuPM be filled manually and automatically ( from BW Query)?
    Thanks,
    Best Regards
    PhaniRaj

  • Can we keep one action file for all jsp files in struts?"

    I have 5-6 Jsp pages and all are inter connected.
    If any one make changes, these changes should be display in the database.
    In this case, I need only one Action class which can hold or manipulate all changes from all jsp pages. I am not sure "Can we keep one action file for all jsp files?"
    If yes, then how can we configure struts-config.xml file.
    If no, then pls suggest me any altenative solution.

    hai
    go for DispatchAction class and then pass as parameters
    refer struts complete reference...
    it will solve ur problems..

  • How to set password for a zip file?

    I am able to add files to a zip file using java.util.zip.ZipOutputStream. I'd like to set password for the generated zip file, but could not find any relevant API in JDK doc.
    How to do that in Java? Maybe using a third party library?
    Any suggestions are welcome.
    Thanks.

    Thanks bro, I am looking at the Zip4J :) one of its feature is "Read/Write password protected Zip files" :)

  • Setting target for the handler in CPO

    Hi,
    I would like to know how to set the target while invoking a handler at CPO end from CPSC. For testing at CPO end, i usually set the target at start time or as a default target. But i need to select the target based on the user who invokes the process. So how can i set the target for this scenario? My process is a webservice triggered and user trigerred one. There is an option of setting the target of Webservice triggering event's target. But am not able to configure that properly. Could anyone please help how to resolve this?
    Anish

    "Web Service Trigger" will always have the same target (Automation Service), so that will not be particularly helpful to what you are trying to achieve.
    I think you may want to approach this a little different.
    Suppose process A is the process for which you want to dynamically choose a target, based on how it is invoked (via a Northbound Web Service with some parameters or by a end-user or perhaps on a schedule).
    Move most of the functionality of the process A into process B.
    Modify process A to call process B.
    Add "steps" to process A, before the call to B, to find the target that you want. You can use "Find Target" activity and utilize properties of the trigger to determine the right target. For example, if the name of the target is passed as a parameter to the process or if there by looking up the target in a table variable "username to target".
    Call process B and use the target found in "Find Target" activity, instead of the one that process A is running on.
    I hope that makes sense.

  • Setting default for opening zip files IE11

    Is there a setting in IE11 that permits setting a default that zip files will be opened and not saved. The option is not where I thought it should be.  Thank you.

    Hi,
    Tools>View Downloads... locate your download in the list (if you have not already deleted it. X button on the RHS of the list item).
    At the bottom of the Downloads manager there is an options link where you can set the folder where your downloads will be copied to during the TCP download process.
    Regards.
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
    raise a question, it's highly recommended you head on over to http://answers.microsoft.com/en-us . If possible include links to any websites you are having problems with your questions.
    Rob^_^

  • Two scrollbars appear for single jsp file

    hi,
    i have a jsp file which displays on one section lik frame in a page.
    the contents are normal but it have 2 scrollbars. how to resolve it.
    please help me ASAP.

    Seriously. Do you honestly believe the above is enough information for anyone else other than you to understand what is happening. I'd like to help but you need to give a bit more to go on.
    Does your application use html frames? My guess is it does, and your 'content' frame (jsp) does not have enough layout space without a scrollbar (which maybe browser client dependent so that would help too). Try running the page and saving the output as an HTML page from the browser. Then open that page in again using the browser. If you see the same issue, you need to look at the HTML otherwise, post some more info.

  • Compilation error for a .jsp file

    I am working with JSP on WebLogic. I have a file called login.jsp, which takes values thru a form and uses a bean to set and get those values. I am getting the following error, can someone help me to figure out why i am getting this error.
    Compilation of 'D:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_myserver_DefaultWebApp\jsp_servlet\__login.java' failed:
    D:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_myserver_DefaultWebApp\jsp_servlet\__login.java:87: cannot resolve symbol
    probably occurred due to an error in /login.jsp line 7:
    <jsp:useBean id="logBean" scope="request" class="LoginBean" />

    Hey
    Check out the classpath for the application. The server is not able to find the class for that Bean. Also, try using a package name in that Bean Class. It has been a disadvantage with the JSP that it cannot detect the classes in the default package.
    Good luck

  • Can't set parameters for embedded audio files using css

    I'm embedding numerous audio files in Dreamweaver CS3 using
    the <embed> tag. I'm using CSS to control the box size and
    other attributes relating to how the file displays on the page, but
    I'd also like to set the parameter "autoplay" to false, and
    controller to "true," for all of the audio files. I've been doing
    this individually for each file (very time consuming), because I
    can't figure out a way to do it with CSS. Is there a way to set
    those parameters in CSS and apply it to all files?

    .oO(teachAA)
    >I'm embedding numerous audio files in Dreamweaver CS3
    using the <embed> tag.
    >I'm using CSS to control the box size and other
    attributes relating to how the
    >file displays on the page, but I'd also like to set the
    parameter "autoplay" to
    >false, and controller to "true," for all of the audio
    files. I've been doing
    >this individually for each file (very time consuming),
    Search & replace exists.
    >because I can't figure
    >out a way to do it with CSS. Is there a way to set those
    parameters in CSS and
    >apply it to all files?
    No. CSS is for presentation, but these parameters belong to
    the HTML and
    have to be written there.
    BTW: The 'embed' element is invalid HTML. If you care about
    valid markup
    and your site doesn't have to be compatible with really old
    browsers
    like NN 4 or IE 5.5, then you should use the valid method
    using 'object'
    elements.
    Micha

  • How to change default response encoding for not jsp files

    Hi
    Question about Weblogic Portal&Serwer 10.
    For standard web applications from war archiwes, html etc. files are send with default server response
    "Content-Type: text/html; charset=ISO-8859-1".
    The question is how to disable this default header
    or how to change this header to correct encoding.
    PS.
    I found solution only for ear' applications ...
    with file META-INF/weblogic-application.xml and webapp.encoding.default parameter. This works well for ear's.

    Thanks. I feel a bit like a dummy for not seeing that but so it goes. What I was looking for, in a perfect world, was to set a preference to permanently sert a default folder on an external drive to store the .dvdproj files once they are made.......but your suggestion is close enough to my original intention.
    Thanks again.

  • Setting Locations for IMovie 08 Files

    This seems rather basic. But, where do all these movies files get stored? If we are have a record of all movies, the movies will not normally fit on a single hard drive. i do not see anything in the preferences that allows me to set the movie location. Also, most movies will need to be stored on DVDs for the long term. Am I missing something?

    View > By Volume
    on the menu will show where all your movies are stored. I think you can then drag and drop movies from one volume to another (I haven't tried it yet).
    If you use finder to move a movie, it seems to have to redo the thumbnails (which takes hours for hours of footage).

  • How to set Path for a properties file

    Hi,
    I am using a SQL.properties file to load all my SQL statements to my EJB JDBC prepared Statement. I have placed the SQL.properties file in com.company.sql package. I have another SQL class in the same package which is loading the SQL.properties file to cache for future use. I am using the path as "SQL.properties" (the file name straight ) in the SQL class to access the properties file.
    I am using Sun App Server 7. To get access to this file I need to copy the SQL.properties file to the config directory of the app server instance. Otherwise it is not able to locate the file. I don't want to put the properties file in the config directory of the app server instance. Please help me, what path I have to give to access the file from the package itself, rather from the config directory of server instance.
    I think , some one who is doing localization can help me out here. They have to put the localized properties file to access the text out of it. Please help me. Thanks in advance.
    Thanks
    Amit

    I am using the propeties file to get the SQL statements. I have all the SQL query statement in the properties file. I am creating a preparedstatement after getting the statement from the properties file with the id like we do in ResourceBundle. If I keep the properties file in the config directory of the Sun App Server instance , then it is working fine. But If I don't keep it there, then it is giving me a file not found exception.
    My SQL class which is accessing the properties file are in same package (com.company.sql). But still it is not able to find the file. As suggested by you, I tried it by giving the path as com.company.sql.SQL. Still it did not found the file. The file is there inside the WEB-INF/classess/com/company/sql/.
    Thanks
    Amit

Maybe you are looking for

  • Music from new Mac to my iPhone

    I have a new mac, the problem is that I cannot link my iPhone with my new Mac. I should synchronize my iPhone. But it still doesn't work.

  • Using DIP to sync AD to OID  Failing

    When attempting to sync I receive the following error message. Status Profile Name Enabled Successful Change Failed Changes Successful Completion Time Last Execution Status Error DomainName Active 61.0 9 26790 0 18024010 Not Available Mar 13, 2012 4:

  • Text Characteristic from Vendor Class. System

    HI Gurus! I needed in a report a characteristic that came from Vendor Classification System in R/3. To get it, i enhanced the Datasource 0VENDOR_ATTR with the new characteristic attribute and used the function module 'BAPI_CLASS_GET_CLASSIFICATIONS'

  • Why cannot start database?

    Hi, everyone: I have intalled Ora 9.2.0.1 system and generate database successful under RedHat 8.0, but can not start database (because no messages display after run the dbstart), if login at sqlplus, it will display two error message: "ORA-01034: OR

  • In my laptop mic is not working plese help

    hai in my laptopmic is not working ....i updateteddriver sw but still it is not working