Navigate between HTML and WDJ

I have a URL iView created from an HTML page in a KM Folder.
From the HTML view, I navigate to a WDJ view. In the WDJ view I have a few links and on click of those links i want to go back to respective HTML pages stored in KM fodlers.
in the whole navigation, i want to stay in the Content Area page and not open a new window at any point in time.
LinkTOURL : _self is not supported anymore.
Tried using exit plugs, since static URL is not supported on 2004s, i tried the following:
String targetLink = WDURLGenerator.getWebResourceURL( wdComponentAPI.getComponent().getDeployableObjectPart(),"URL to KM html file");
wdThis.wdGetFileuploadInterfaceViewController().wdFirePlugToHome(targetLink);
The above code does nothing and there are no exceptions printed.
Please let me know if you have a readymade solution to this.
Regards,
Nitin

Hi Nitin ,
It may not be a ready made solution /////  but might be helpful 
go through the following link ...from sap about portal navigation
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2f72d990-0201-0010-85b0-8d626287dd4d?QuickLink=index&overridelayout=true
Regards,
toPpi

Similar Messages

  • Navigate between StandardTile and IconTabFilter

    Hi,
    is it possible to navigate between a StandardTile and an IconTabFilter? Both items are defined in one view via XML.
    So if you click on  StandardTile "Backgroundjobs" you should be navigate to IconTabFilter Backgroundjobs to see which Job is in status error.
    Best regards.
    Dominik

    Yeah, you can. In the click event of the tile, you can do
    yourIconTabBar.setSelectedKey('key2);
    Say, you can set the key property for the Icon Tab filter of Background jobs as Key2.

  • Passing a variable between html and jsp

    Hello there,
    I'm writing a simple application to show the use of custom tags. I have an html page with a dropdown box. Based on the selection from the dropdown box what the jsp outputs will be different. Can anyone tell me how to use the variable from the html page in the jsp page? The code is as follows:
    manager.html <form method="post" action="manager.jsp">
              <body>
                   <form>
                        <select name="person">
                        <option value="pevans">PEVANS
                        <option value="mgleeson">MGLEESON
                        <option value="jmolony">JMOLONY
                        <option value="pmccarthy">PMCCARTHY
                        <option value="jwalsh">JWALSH
                        </select>
                        <input type="submit" value="Submit" />
                   </form>
              </body>
    </form>and manager.jsp
    <%@ taglib prefix="man" uri="/tags/weekdayTags"%>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <table border="1">
         <man:forEachLine manager="html selection" var="line">
              <tr>
                   <c:forTokens items="${line}" delims="," var="field">
                        <td><c:out value="${field}"/></td>
                   </c:forTokens>
              </tr>
         </man:forEachLine>
    </table>Thanks very much,
    Ger

    You need to use the response.getParameter("selectName") method which will return a String with the selected value.

  • Can you code a link between html and a particular flash page?

    Hi,
    I hope this question is not too confusing. I am designing a website in flash CS3 using Action script 2.0 not 3.0 and Flash Player 8. The architecture I used is as follows:  I have a menu/main page which loads the swf files of other flash pages.  I have a particular flash chatroom page which is loaded by the main page that I would like to be able to link an web address (example ... www.chatroom.com) directly too that particular sub flash page ... rather than going to the main.swf which is what the original web address uses.  (I hope your following me).
    Technically I know I could link a web address to the chatroom.swf file, but then it would estetically look incomplete since the theme/design of the website is in the main.swf which calls the chatroom.swf.  
    Thus my question is: is there a way to assign the web address to  the chatroom.swf inside the main.swf. I would like to go directly to the chatroom without clicking chatroom on the main.swf menu.  I do not know enough Actionscript 2.0 to know if this is possible. I did try to search for the answer but could not find it.  If it is possible what script would I need?  If it is not possible, any other ideas to get the same effect?
    As always, thank you for your help.

    I just wanted to clarify how the main page links to the subsequest pages when I said it loads the swf file.  The links in the actual menu code are fla files.
    (on release) {
    _root.toLoad = 'chatroom'
    _root.con.play(_currentframe+1);
    Then I must publish the files to make swf files for each page which will be loaded into the main menu.
    I hope that gives insight to my thinking and helps you answer my question.

  • Regarding connection between front end HTML and back end SQL 7.0

    Hi!!
    I am working on the project 'ERM'. I have designed 12 forms using HTML. Can u please give me brief idea how to establish the connection between a back end and front end i.e. between HTML and SQL 7.0. If possible can u provide me the source code for the same.
    I will be very thankful to you.
    Thanks,
    Jigar.

    Read up about multi-tier applications.
    You need servlet and JSPs for the server-side presentation layer, some classes for the business logic, and some mor for the persistence layer either using JDBC or some framework like Hibernate.

  • Navigate between records, ViewLink problem...

    Hi, all! I will try to explain my problem. If something is not clear the pleas let me know.
    So, I have two VO: UzglabasanasDati and VidesDati. These VO have related with VL (UzglabasanasDati_VidesDati1) with 1 to 1 relationship. When I open UzglabasanasDati VO then I can navigate records, please see: http://my.jetscreenshot.com/2677/20110427-gqjl-85kb
    But when I open VidesDati VO the I can't navigate between records, pleas see: http://my.jetscreenshot.com/2677/20110427-6dvw-89kb
    In my case I need that when I open UzglabasanasDati Form (jspx page) then I can navigate records and then go to the correct VidesDati Form (jspx page) record (this I can do with my created VL UzglabasanasDati_VidesDati1) BUT I also need to navigate on the other hand - open my VidesDati Form, navigate between records and then go to UzglabasanasDati Form correct record. (This I can't do with the same VL UzglabasanasDati_VidesDati1).
    I do not understand where I am wrong? :( And what to do to resolve this problem? If You need more information, let me know.
    Hope for Your help, best regards, Debuger!

    Hi,
    I think that things are bit confused here,
    First of all if you are already filter VidesDati from UzglabsanasDati, you cannot see other rows than the ones pointing to UzglabsanasDati.
    That is why you cannot do the opposite filter. The first is already filtered.
    To my Opinion, you need Another Two different ViewObjects with the opposite Link.
    With Both Links on the same VOs, you will always have a VO filtered as a child.
    Hope this Will Help You
    Regards,
    Dimitris.

  • Difference between jsp and servlets

    Can any body tell me the difference b/w jsp and servlets.
    As i know one difference is to seperate the java code from html. Is there any other difference. please...

    Servlets are a way to run java on a server. They don't necessarily need to be about HTML or even HTTP. You can write servlets that generate images rather than HTML, for example.
    JSP is a way to create servlets that generate HTML. They get translated into servlets (special-purpose servlets). This is sort of glossing over the details -- the power of JSP is that, by being an intersection between HTML and executed Java code, they can provide a way to clearly differentiate between the two.
    That's a way of looking at it anyway.

  • How to open and navigate between human task forms in a same page?

    Hi
    I use Oracle BPM 11.1.1.5
    I have a question about taskflows in BPM Application.
    In ADF web application, I create a sipmle task flow and insert view id and bind these to jspx pages, my pages are opend in same page when
    return an outcome.
    For exapmle I have three pages like A,B,C.
    In task flow, insert three view ids and bind to A,B,C.
    My first pages is A, and when outcome is B navigate to B, when my outcome is C then navigate to C in a same page not separate pages.
    But my problem is here.. in BPM Application when create task forms, every task has a separate task flow that there exist a single view id and a wild card flow in it.
    In BPM workspace when initiate human task form is closed, I should press refresh button to see next human task form in task list table.
    I tried to create a simple task flow and insert human task forms in it and navigate between these.. but show human task form in wrong display and don`t show some component and human task payload.
    Now, my question : How to open and navigate between human task forms in a same page like software installation?

    Having a separate Data Control for each human task is normally the case. There is a way to assign multiple human tasks to a single data control (and one task flow), but I don't think that this is going to help you with what I think you're trying to do.
    If your human task is called "EmployeeDetail", then you'd use the data control associated with this for the UI pages in the task flow diagram that is associated with this human task. For example, you might have a first page that has just the basic employee information - the fields (at least the ID field) would come from the EmployeeDetail data control. When the end user clicks "Next", you might have this UI page flow to a second UI page in the task flow diagram that has the employee's address information. You might place the address fields from the EmployeeDetail data control onto this second UI page.
    You might be asking how the work item instance can automatically flow to the next interactive activity in the process while staying inside the first interactive activity's human task's task flow diagram. This is not how it works - the task flow diagram models the end user interaction while inside a single human task that is tied to a specific interactive activity in the process. If you want a the end user to be able to move the instance through multiple interactive activities in the process in one interaction, look at "Activity Guides". Activity Guides do a nice job of this.
    Dan

  • View Link and and navigate between pages problem...

    Hi, everyone! Hope someone can help with my problem. In DB I have one table with informationa about Employees and Jobs. From this one table I made one EO from which I made 2 VO - EmployeeVO and JobsVO. I link these two VO with ViewLink - EmpJobVL (1 to 1 realtionship).
    Then I created 2 .jspx pages. In one page I droped EmployeeVO but in second page I droped JobsVO. In page template I put button with which I can navigate between these two pages.
    The problem is... when I run my employee page and navigate to correct record with "next" button and then try to navigate to jobs page then in jobs page I can't see correct record. I always see there first record. Why it is so and what can I do?
    Hope that someone helps me,
    Best regards, Debuger!

    Hi Debuger,
         No probs, U can keep ur Jspx as such u just need to clean up ur PageDefs..... Dont struggle more urself its such a easy job...
         Delete all ur page def entries and then have a copy of ur jspx coding in a notepad and delete that too....
    make ur jspx and page def a fresh one re-drag ur VOs and paste ur jspx codings again
    Ur VOs will get binded automatically......... :)
    Regards,
    Suganth.G

  • JEditorPane: transforming between caret position in html and text/plain

    Hi all,
    I've done quite a bit of searching, and found problems similar to this one, but not this exactly, so I'll try asking it here.
    I have a JEditorPane with HTMLEditorKit, which I'm using for a WYSIWYG text editor. When the user wants to insert something, say an image, I get the caret position and insert a String into the document's underlying text.
    The problem is that if we are the WYSIWYG mode, the caret position isn't the same as the caret position in text/plaain mode.
    So if the underlying text is
    <html>
      <body>
         Some text
      </body>
    </html>the user will just see "Some text". If they place the caret between "Some" and "text", editorPane.getSelectionStart() will return '5'. But I want to insert my text at position '16' in the plain text.
    Is there a simple way to go back and forth between these two positions? Or to have getSelectionStart() to return the index relative to the text/plain mode?
    Thanks!
    Tim

    Very poor that no one answered this one.
    Did you still need the answer?
    I have 'a' answer. But not a complete one.
    In fact I only found this in search for an answer for my problem:
    http://forums.sun.com/thread.jspa?threadID=5409216&tstart=0
    Did you actually just test out what you knew so far to test what happens?
    If you were to use the HTMLEditorKit.insertHTML function, it just wants the visual caret position. So '5' would have been reasonably correct for you.
    I was doing something like this:
                   HTML.Tag tag = null;
                   Pattern p = Pattern.compile("\\s*\\<\\s*(\\w+).*", Pattern.MULTILINE|Pattern.DOTALL);
                   Matcher m = p.matcher(text);
                   if (m.matches())
                        tag = HTML.getTag(m.group(1));
                   kit.insertHTML(doc, offset,// +1
                                  text, 0,// 0
                                  0,// 0
                                  tag);
    Assuming you were inserting a tag, my code there checks what tag it is, and if that is known by the java implementation, assigns that to 'tag', so that the element is correctly inserted.
    If it is not known, we just use 'null'. Which for me wasn't such a great result.
    In fact, nothing really was a great result, as with the default java implementation being buggy (so far as I can see) it inserted to the wrong position and caused all sorts of anomalies.
    Hope you worked it out. And if you did, and have a better result than what I have, maybe you can let me know what you did!
    Sincerely,
    sean

  • Syncing styles between Word and RH HTML 7

    Question about syncing styles between Word and RH HTML 7.The
    printed Word format has Hdr/Ftr, TOC, Title Page stuff.
    I understood that, when importing a Word .docx, RH creates
    books for Heading 1s and Topic headings are Heading 2. That is why
    both Word and RH templates use the same paragraph style names
    (though the format in Word/print differs from that in RH/online).
    I imported my Word file into a new RH HTML 7 project. The TOC
    has the expected books/topics/subtopics. I imported the .css and
    the .htt from the RH 5 template project. I selected all 160 topics
    in the Topic List pod and applied the corporate .htt template
    (Topic Properties > General) AND (to be certain), the corporate
    .css stylesheet (Topic Properties . Appearance).
    This project doesn't have the same characteristics as the
    base/master from RH 5 that uses those same format files. I even
    imported the same skin. I get the banner, but not the styles.
    All the topic headings in the RH 7 project (were transformed
    to) are Heading 1 styles, even though they were Heading 2s in Word.
    (this breaks with my tribal knowledge of how RH imports
    Books/Topics from a Word doc). The heading colors (navy blue, royal
    blue, etc.) have taken on their own definitions--dunno where from,
    tho.
    Since I'm OCD about creating and using one style for each
    type of paragraph (procedurehead, syntax, procnum, procnonum, note,
    bullist) in Word or in RH, Peter Grainger's suggestion to "clean
    up" styles before importing shouldn't apply.
    RH instructions omit any detail about what to specifiy in the
    Conversion Options and Split On Style. I took a couple of swipes at
    the SOS--OK, split on Heading 1, Heading 2, Heading 3. So I get
    Books for Heading 1, separate topics for Heading 2 and Heading 3,
    but the "topic titles" have become Heading 1 in name but not in
    format. In fact, the format doesn't match anything I've specified
    in Word or RH. I thought by "attaching" the .htt and the .css to
    each topic (select all topics, , I'd have the look and feel I
    specified in my corporate RH(5) template. The banner imported, the
    navigation pane and icons imported. What happened to the styles?
    Here's the missing link that someone may need to explain
    (explicitly in Help somewhere). When I open the .htt template
    (sample topic) that I imported from RH 5, the topic title shows as
    Document > Heading 2 > in the Design view. The HTML view
    labels this paragraph as h2:
    <!doctype HTML public "-//W3C//DTD HTML 4.0
    Frameset//EN">
    <html><head>
    <meta http-equiv=content-type content="text/html;
    charset=utf-8">
    <meta name=generator content="Adobe RoboHelp -
    www.adobe.com">
    <meta name=generator-major-version content=0.1>
    <meta name=generator-minor-version content=1>
    <meta name=filetype content=RoboHelp>
    <meta name=filetype-version content=1>
    <meta name=page-count content=1>
    <meta name=layout-height content=1927>
    <meta name=layout-width content=732>
    <title>JavaCode</title>
    <link rel=StyleSheet href=mytemplate.css>
    </head>
    <body>
    <h2>NameOfPackage: NameOfMethod</h2>

    Hi Jim,
    Don't know how useful my question is now, given that you posted over a year ago.
    Do your RH X5 Word source docs use styles?  If so, take a look here, and I detail how I have been able to import from RH X5 for Word to RH 7 HTML.  (I'm currently still working on a leftover issue with Keywords and Subkeywords.)
    One thing I have done which probably helped:  while applying new standards to our documentation, we have removed almost all images (screen shots, etc.), and have only retained those images which don't have a text equivalent.  The drastically reduced the import file size of my Word source docs.  All my images were referenced via TrueCode, but upon importing to RH 7 HTML, there was so much less to be processed by RH 7 HTML, that the import went much more easily and quickly.
    I hope this helps,
    Marjorie

  • Navigate Between Multiple Account Log-in and Log-out

    I have an iMac running 10.5.8. I have it set up with five user accounts. Each user has to log-in and log-out to navigate between uses. Is there a way to navigate between multiple users without the constant logging in and logging out by the users?

    Top right hand corner of the menu bar, right beside the Spotlight icon, is the Fast User Switching menu.

  • Transfert between Labview and HTML page

    Is it possible to transfert data between LABVIEW and a HTML page without using a java applet?
    Is Labview including this possibility?
    The aim is to pilot a system via internet with a html page.

    Hi Mat,
    LabVIEW CGI is the best solution for that. I know that you can build ActiveX controls (in Visual Basic) that talk to labVIEW. But LabVIEW CGI is the easiest way of doing that. You should have some knowledge of HTML inorder to work with LabVIEW CGI.
    Also note that in order to have the LabVIEW CGI capability you should have Internet Toolkit for LabVIEW (available from NI). For more information
    http://www.ni.com/labview/internet/
    The examples that ship with the toolkit should get you started on it. LabVIEW CGI VIs would allow you to execute VI from web browser and get results back in web browser in form of HTML page.
    Hope this helps,
    A Rafiq
    National Instruments
    Hope this help.

  • What is the difference between HTML DB and HTML DB Studio?

    What is the difference between HTML DB and HTML DB Studio?

    Doug,
    Oracle HTML DB is a feature of the Oracle 10g Database which allows you to quickly & securely create web applications based on your data in Oracle.
    Please see our homepage on OTN for more details: http://otn.oracle.com/htmldb
    Oracle HTML DB Studio is a site where you can download HTML DB applications, utilities & tip and tricks for use with HTML DB.
    Thanks,
    - Scott -

  • I use BT Yahoo! but when I try and navigate to email from the home page it keeps jumping between 'connected and waiting for login' and never loads up.

    My internet service provider is BT in the UK. The home page is www.btinternet.com. After I've logged on, the home page displays fine - I can see the summary of my emails in one of the windows on the home page. The problem comes when I click on the mail application. The page then tries to load the email application. However, it never actually loads, it keeps jumping between connected and waiting for login. It never achieves it so I just have to click the 'back' button to get to the home page. I use chrome and ie but neither has this problem.

    I retraced my steps to how i got the Google app:
    App Store icon on Home Screen > Search, at bottom > entered Google
    The first Google App on the screen appears:
    Google logo small g in blue square: Google Search; Open (because it is already installed).  Below that is a picture of the iPod with the usual  Google Search screen.  I have never inserted a link into a discussion group so i hope you can open this. 
    http://https://itunes.apple.com/us/app/google-search/id284815942?mt=8
    Does this bring us any closer? 

Maybe you are looking for

  • Premiere CC 2014 'Media Pending' & constant hanging/crashing

    I have a Macbook Pro retina, using Canon 5D mk3 footage. I am working on a few projects and keep experiencing a problem where the program monitor will just 'hang' on a certain frame during playback, other times (less often) will display 'media pendin

  • Why is the usb input on the left side ?

    for the love of god, what exactly stood behind the design of putting the usb input on the left side of the laptop ? for right handed plugging in their mouse, the cord has to go all the way around to reach the right side.

  • Facing problem in installing oracle 9i on 2003 server

    hi all i am getting the following problem while installing oracle 9i on windows 2003 server. my system is haveing 3 more JRE s 1.4 and above installed as part of others softwares. error log i am getting is like this- An unexpected exception has been

  • Unit test for J2EE application

    I am writting a Unit test for One J2EE application. The Application is built in such a way that makes unit testing extremely difficult. There are 2 things that contribute to the mess. 1. Sping integration means all the config files are specified in w

  • Why do we need system password always while running AD utilies..

    Dear All, I always have a doubt why we need to give system password whil using all the AD utilies..Awaiting for your knowledge sharing..