Ajax Framework Navigation Detection

Hi
   We are currently adapting a component to work with every framework on the portal.
   This component has to detect navigation(and respective node) and then do a amount of actions on pre-defined services with Java Code.
  The problem is as far as i can understand the Ajax framework uses client Side Events to navigate(using LAPSI javascript) and the navigation_helper_service .getCurrentSelectedNode does not work.
  How can i track the last navigation made in this Framework?
Thanks

Hi,
This issue is an application issue and not a OBN issue as the application has already rendered.
I have found this note that may be helpful to you:
2040099 - On click of 'ReviewCart' error occurs 'Object or set with GUID 0000000000000000000
does not exist'
BR,
Etay

Similar Messages

  • Ajax Framework Page - Customized and Modified

    Dear All,
    I am trying to Customize and Modify the default ajax framework page. So with the help of the [SDN Document |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70bfe58d-1ed9-2d10-42b6-821d62777d6f?QuickLink=index&overridelayout=true&50599009721255] I tried to implement the same.
    We have SAP NW Enterprise Portal 7.3 and NWDS 7.3 SP05.
    I created the portal Application Project and portal component and added all the needed css, script, html and images.
    Below is the code of my portal component:
    package com.sap.itelo.framework.page;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.resource.IResource;
    public class ITelOFramework extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
             IResource navigationCSS = request.getResource(IResource.CSS, "css/style.css");
             response.include(request, navigationCSS);
             IResource menuCSS = request.getResource(IResource.CSS, "css/menu.css");
             response.include(request, menuCSS);
             IResource navTreeSource =
             request.getResource(IResource.STATIC_PAGE,"html/framework.html");
             response.include(request,navTreeSource);
             IResource navigationJs =
             request.getResource(IResource.SCRIPT,"scripts/navigation.js");
             response.include(request, navigationJs);
    I deployed the application and created Framework Page Iview based on the deployed application. When I previewed the page, I noticed the navigation Script page is not loaded. That means, I didn't get detailed navigation on the framework page.
    Please tell me where I went wrong and how to resolve this error.
    Regards
    Eben Joyson

    Hi Eben
    I am facing the same problem. Did you find a solution for this?
    Thanks and best regards
    Christophe

  • Modification of Ajax Framework Page Layout.

    Hi,
    I am trying to modify the layout of Ajax Framework Page by importing the war file of com.sap.portal.navigation.afp.layout.
    I have the below errors even though I added all the needed jar files .
    Can not find the tag library descriptor for "prt:taglib:com.sap.portal.reserved.layout.TagLibLayout"
    The method getServletRequest() from the type IPortalComponentRequest refers to the missing type HttpServletRequest
    javax.servlet.jsp.PageContext cannot be resolved to a type
    epPageVariables cannot be resolved
    How to resolve this?
    Regards,
    Eben Joyson.

    Hi,
    I upgraded the support pack of SAP NW EP 7.3  form SP05 tp SP07.
    Then tried to modify the layout of Ajax Framework Page by importing the war file of com.sap.portal.navigation.afp.layout. Now I am not facing that issue.
    Hope it was a bug with NWDS.
    Regards,
    Eben Joyson

  • Ajax Framework not displayed in 7.3

    Hi,
    I'm testing the new Portal with Netweaver 7.3 - SP004.
    I've tried to use the Ajax Framework, but after the Login the Framework is not displayed.
    You can only see a background and the SAP Logo in the top left corner without any buttons or anything else.
    I tried to type in this URL
    (http://<host>:<port>/irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.afp.setup.AFPEnabler)
    to activate the framework , but than the following Error Message appears :
    Portal-Runtime-Fehler
    Ausnahme bei der Verarbeitung des Requests; senden Sie die ID der Ausnahme an Ihren Portaladministrator
    Ausnahme-ID 11:34_14/02/12_0023_7745551
    Any thoughts?
    Thank you very much,
    Alexander Beck

    Hi Detlev,
    thank you very much for your fast reply.
    The 7.3 was created by an upgrade.
    My own user is defined as a administrator. With that user I get the "Content-", "User-" and "System Administration" if I log in about the following Desktop rule:
    IF User = beckalex
    THEN Portal Desktop = pcd:portal_content/every_user/general/defaultDesktop
    So I defined the following Desktop rule to test the Ajax Framework with my own (admin) user:
    IF User = beckalex
    THEN Portal Desktop = pcd:portal_content/every_user/general/defaultAjaxframeworkContent/com.sap.portal.afpDesktop
    If I add this rule to the Master Rule Collection, I just get a Splash Screen. After the Splash Screen an empty background appears with a thick border, the SAP Logo in the top left corner and a search function in the top right corner (search is not working).
    Is it still possible there are missing roles, although I got the Administration Content with the default Desktop? Or do you got any other ideas?
    Thank you very much for your help,
    Alexander

  • Custom Branding Using the AJAX Framework L-Shape APIs

    Hello folks,
    i want to do this Tutorial (How To Apply Custom Branding Using the AJAX Framework L-Shape APIs) but i'm missing the source code.
    Can anyone of you provide me with the necessary files?!
    It was once located in Sap Code-Exchange (https://code.sdn.sap.com/svn/sap-portal-ajax-framework)
    Thanks in advance.
    Greetings,

    I downloaded in May 2014 two EARs with a custom AFP from SAP:
    com.customer.afp.fromscratch.ear
    com.customer.sdesign.ear
    I also have the images shown in the pdf....
    If interested, send me an email (see profile).
    Kai

  • Ajax Framework Page

    Is there a  tutorial or article on how to  create  or customize your own Ajax Framework page on the portal for the SAP Netweaver CE 7.2 version?
    Vijay

    Hi,
    i think this is quite helpful tutorial on how to create own custom Ajax-based framework.
    http://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/b0adc900-edb2-2d10-6482-bdf4870eb35c
    Hope this helps.
    Best regards,
    Alex
    Edited by: Alexander Schnaidt on Oct 15, 2010 12:26 AM

  • Information About AJAX Framework Page

    Hi,
    We recently implemented one portal with EHP1. We find ajax framework page in the pcd.
    I already go through some of the documents available in SDN.
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00b99527-da5b-2b10-e4b9-81fb9317f28b]
    Even i search help.sap.com release note for EHP1. But didnot found anything regarding this frame work page.
    Please tell us, whether we can use this in produciton environment? Can we customize this one? For example i need to use a masthead iview which is on default framework(not ajax) in this new (ajax) framework.
    Regards
    Baby

    Hi,
    [Ajax Framework Page (AFB) - Introduction and Architecture|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/50047b5f-e52c-2d10-5e83-cb73a108134b]
    [Ajax Framework Page Features and Benefits|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/800249ff-e42c-2d10-ecbb-d393415534c5]
    [AFP at ASUG|http://www.agendasap.com/agenda/usa2010/sessiondetails.epx?sessionid=17899&agendaitemtype=2&keynotes=false&mode=standalone]
    Regards
    Baby

  • JSF-Ajax  framework.

    Hi all,
    Can anybody suggest any jsf-ajax framework which is free...?
    Waiting for u'r reply..
    Regards,
    Jijo

    ajax4jsf.dev.java.net

  • Ajax framework : how to remove the Trex search field ?

    Hi community,
    I am trying to remove the TRex search field in an ajax framework. As for the "normal" framework I make not visible the tool page, even in the headerless framework, but it is still displaying...
    Has someone ever face this problem ?
    Thanks a lot.

    Hi Fabien
    I am not sure if i got your question currectly
    In general on the Ajax Framework page there is the masthead iview
    On the masthead iview there is a property "Enable Search" that allows you to enable and disable the search box in the page.
    Please try to use it
    There is now search box of the framewrok in headerless window
    the search box is probably part of the application.
    Regards
    Oz

  • Why we should considering Ajax framework...

    Hi' i'm really confused about this question. Why we shoud consider about ajax framework??
    My question are :
    1. If we are using ajax framework, it will make our ajax code become not standard. does it good or not? what's the solution?
    2. For now, those framework are open source. but until when it still become open source? if we are dependent with those framework, i think that's not a good solution.
    3. Is it good solution for not using framework, of course it will make more difficult to develop. But i think this is good solution. true or not?
    Thanks...

    1. if you always use the same framework it becomes a standard within your own environment and that is what you want to aim for
    2. they are javascript libraries, you cannot close source javascript. None of the framework developers will ever do that anyway because developers will simply migrate to a framework that is not closed source.
    3. it is not like when you plug in an ajax framework that your applications will suddenly be better than all the others out there. they are only a tool, and you can choose to use it or not. If you need a lot of the features in such a framework then use it, otherwise don't.

  • Creator and  futureproof AJAX framework ?

    Hi,
    I am glad there are a couple of AJAX enabled Creator JSF components. No doubt over the next year or so there will be more, and richer AJAX JSF components from SUN.
    What should one use now to make the best of Creator and AJAX ?
    I see current options as ICEFaces, jMaki, or Dojo, etc. I would prefer to stay with JSF components rather than a 'lower level' AJAX framework. I would hate to lose the ability to use the Java Row Sets and Data Providers from Creator that make so easy to get data from databases. Design time drag and drop of components is nice, but I could live without it for a while if need be.
    I am hoping for JSF features such as communicating with other components (click one button and a table does an AJAX refresh), drag and drop, pop-ups, etc.
    Any suggestions on how to achieve AJAX now while making the most of Creator and not digging into a hole for the future ?
    Thanks,
    JC

    You might want to consider the jMaki framework. See http://blogs.sun.com/divas/entry/using_the_dojo_combobox_in

  • Ajax recordset navigation

    Hello, I'm looking for ajax code to navigate recordset
    without reload the
    page.
    I use php and asp, any suggestion ?

    Thankyou very much Massimo, I try now.
    "Massimo Foti" <[email protected]> wrote in
    message
    news:er8v79$7cm$[email protected]..
    > "EdIT" <[email protected]> wrote in message
    > news:er86ff$b4o$[email protected]..
    >> Hello, I'm looking for ajax code to navigate
    recordset without reload the
    >> page.
    >> I use php and asp, any suggestion ?
    >
    > I made this for Spry (Adobe's Ajax framework):
    >
    http://www.massimocorner.com/libraries/spry/spry_paging/sample.htm
    >
    >
    > --
    > ----------------------------
    > Massimo Foti, web-programmer for hire
    > Tools for ColdFusion and Dreamweaver developers:
    >
    http://www.massimocorner.com
    > ----------------------------
    >
    >

  • Ajax Framework / Buttonpositions not saved after logout

    Hi there,
    in the AJAX Frameworkpage i can sort the Buttons in the Header as i wish with drag and drop as you know.. but when i logoff and login again the Buttons are on the position as before...
    How can i save the position of the Buttons for me?
    Regards
    Bjoern

    Hi,
    Please Assign that Iview to any Role -> user and Login with that user to check whether the iview of masthead is running with your new change. (ignoring framework, Running mastgead iview like any other application iview)
    if working, then the frame work has some issue and we can suggest accordingly. Else, if iview is not running with your changes, then the change itself is not reflecting and par file has to be checked. accordingly we can suggest.
    Please check and let us know whether you are facing issue in Framework setting or in par file itself.

  • Shine J2EE Appplication Framework - A New MVC -JWMS-Ajax Framework

    Hi Dears
    Shine is a Java-J2EE Application Framework/JWMS(Java Web Model Service)Framework/MVC Framework/Service Oriented Framework. Shine Includes Ajax Libs/Server API/J2EE Architecture. Shine Supported JSF/Spring/AspectJ/Struts/Hibernate/...
    You can use Shine Framework for Implement ERP Web Based Application, Web Based Operating System, WFM Web Based Application, CRM Web Based Application, HRM Web Based Application, BPR Web Based Application, Or ... Web Based Application, Shine Registered in Source Forge.
    This Framework is a Java Service Oriented Framework for Web Based Project. This Framework include:
    * MVC (Model View Controller)
    * Ajax
    * Service Oriented Scope
    * JWMS (Java Web Model Service)
    Shine Framework is a Java Web Model Service Framework.
    Shine Framework is very easy, stable. You can use other Framework by Shine Framework:
    *Hibernate
    *Struts
    *Spring
    *And Other Framework
    JWMS And Shine J2EE Framework ?
    JWMS is a J2EE Architecture for implement Service Oriented Web-Based Appliction you can get more information about this and Shine J2EE Application Framework by -> J2EE And Service Oriented Programming :
    http://j2sos.googlegroups.com/web/J2EE_And_Service_Oriented_Programming+(English).doc?gda=VCp-YWkAAABaK1bFJn7XMhSpdkjvrT6Pd5MA3H6uh5taxEUxR6gwSUWwa05VcrqgHRSC0l_xcf_5FoxLEBXNbyq4-bBifvraWOZGQE6LgzeTU5Q6eFny4M-fIZvKNC5H8bRWhAn1psCECKgQbmraGdxlZulaYnsh
    Or
    http://j2sos.googlegroups.com
    Report: http://sourceforge.net/tracker/?group_id=244136
    Forum: http://sourceforge.net/forum/?group_id=244136
    News: http://sourceforge.net/news/?group_id=244136
    Wiki: http://shine-app.wiki.sourceforge.net/space/pagelist
    Rank: http://sourceforge.net/project/stats/rank_history.php?group_id=244136&ugn=shine-app
    Shine J2EE Framework Rank in Sourceforge is 14!
    Shine J2EE Framework: http://sourceforge.net/projects/shine-app/
    Site: www.J2SOS.org
    Special Thanks Oracle! For this Part! Your Site is very Active about J2EE - Java!
    This paper is no image paper !!!!!!!!!!!!!!!!!!!
    J2EE and Service Oriented Programming
    Authored by: AmirSam Bahador
    Level:
    Advanced
    Contents:
    Introduction
    - The purpose of compilation this essay
    Chapter 1: Basic concepts of J2EE
    - Servlet and JSP
    - MVC
    - MVC or JWMS? That is the problem? Perhaps both!
    Chapter 2: Basic concepts of Shine Framework
    - What is "Shine Framework�?
    - The components of Shine Framework
    - Implimentation of an application by Shine Framework
    Chapter 3: The objects of Shine Framework
    - The types of objects in Shine Framework
    Chapter 4: Engineering & Communication items
    - The communication of Shine Framework with the other
    existing Frameworks
    - The major purpose of Shine Framework
    Introduction
    The purpose of compilation of the this paper
    A few years ago, when I was the software architect of a big project with J2EE, I advised some of the modern tools of that time to the project manager. He acknowledged it. Therefore, we began deploying our Enterprise on Java platform. However, we encounterd with many problems, as we got ahead the project. Our tools were included Struts Framework, Spring Framework & Hibernate.
    I convinced that MVC architecture is the best option to develop macro projects! However, I believe it now, as well. Couldn't it be more completed? In developed Enterprise projects, an advanced architecture is required to divide the project, technically. The project was successfully finished after one year, but my mind was busy with it for a long time!
    Then, I began implementing an Application Framework and registered it in Sourceforge.net as an Open Source Framework. I developed some Enterprise projects & some other J2EE frameworks, as well. I achieved a good result! The velocity of implemention & developing projects increased up to 50%. Subsequently, by cooperation of my elected students who had worked with Application Framework, I established an organization, named J2SOS, to protect & develop this Application Framework.
    Fortunately, my students were so skilled that each took a chief task in big J2EE projects.
    Their experiences had a practical affect on development of Application Framework as well as the organization.
    Therefore, it is required to write down my & my yesterday students (my today co-workers) experiences. This was the outset to write the present paper!
    Chapter 1
    The basic concepts of J2EE
    Purposes
    In this chapter, we do our best to introduce J2EE basic concepts.
    Servlet & JSP
    If you ahve ever worked with JSP & Servlet, you know that Servlet is so proper for processing functions but there are particular problems with it in displaying functions.
    JSP is applied reverse to Servlet. Thus, what is the solution? To apply both JSP and Servlet together!
    What is MVC?
    MVC is an easy way to use JSP & Servlet together. In MVC architecture, the request will be processed by a Class (Servlet) and the appropriate response will be showen by JSP.
    n the above Servlet Class, the validation operation, etc will be done.
    Nowadays, there are numerous Frameworks which will assist you to use MVC Framework architecture. Struts Framework is the most well-known one.
    MVC or JWMS ? That is the problem! Perhaps both!
    MVC is a powerful architecture, but it is required an advanced architecture to implement developed projects.
    Today, web applications are well developed which complicatethe work for programmers & developers.
    To clarify it, see Google site! Google Web Application enjoys numerous services, each have a special service for the users.
    For Instance, Gmail service, E-Mail or by SearchEngine, the users can search for websites, pictures, etc.
    These services have certaily close communication with each other.
    If the services do not use a particular architecture, the Google will encounter with various problems.
    In Service Oriented architecture, each part of the program is a service programme. For example, E-Mail service, SearchEngine service, etc.
    for get full this paper plz goto : J2EE And Service Oriented Programming
    in :
    http://groups.google.com/group/j2sos
    Or
    http://j2sos.googlegroups.com/web/J2EE_And_Service_Oriented_Programming+(English).doc?gda=-C13JmkAAABaK1bFJn7XMhSpdkjvrT6PLb1WFhhPKkBftsH3LvtvGEWwa05VcrqgHRSC0l_xcf_5FoxLEBXNbyq4-bBifvraWOZGQE6LgzeTU5Q6eFny4M-fIZvKNC5H8bRWhAn1psCECKgQbmraGdxlZulaYnsh

    iabstudio have been engaged in a persistent Usenet and webboard spamming and astroturfing operation since the beginning of this month. Google has the scoop at http://groups.google.com/groups?q=www.iabstudio.com&hl=en&lr=&c2coff=1&scoring=d&start=0&sa=N&filter=0 note in particular the same IP address is used to post both their spam from iabstudio themselves and from people who claim to be satisfied users. If you do not like spamming and dishonest, don't use the product.

  • How to Use Ajax Framework with Netbean6.0

    Hello Friends....
    I am using netbeans IDE to develop Java enabled web application
    now i want to use ajax technology in my webapp.
    So how can i use ajax with netbeans.
    I add Jmaki plugins in netbeans and i got various jmaki component but i dont know how to use them.....!
    Please somebody help me.........

    vasim_saiyad2000 wrote:
    Yes My Friend in the past i made a web application and all html, jsp and java code was written in notepad.
    I want that how to use ajax with java. IDE does not matter i wrote about netbeans because now i am very good aware of netbeans and i am using netbeans ide to develop my app.
    You just tell me how to use ajax with java like .net has some ajax toolkit in its palette..
    How can we use same thing in java /netbeans.Uh, look for a plugin which does that? Or, better, just write code yourself inside Netbeans.
    Can u tell one most import thing .......Suppose when user log in i have created session.
    Suppose user does not logout manually by clicking LOGOUT link its close directly browser so can be I sure that session may have been expired......!
    Please solve my this doubt.....!Implement HttpSessionListener and do the desired task in sessionDestroyed() method.

Maybe you are looking for