Navigation with portlets

Hi,
I'm new to portlets and i'm trying to understand how they work. I'd like to know how to build a web-app. I know how to build an app with servlets/JSPs but not with portlets. Are the views implemented by JSPs or by portlets. And what about servlets. do i have to give them up? can i have several portlet per application or usually just one?
please help me a little, i just can't find any good tutorial that shows me how to build a web-app. i've found helloworld tutorial but there is only screen in this application and thus it doesn't show me how to navigate between the pages.

Thanks for your help. I checked all references to xml in the two sources and I don't see a difference. The code is below.
<%@ Pageanguage="vb" AutoEventWireup="false" Codebehind="WebForm2.aspx.vb" Inherits="webapplication1.WebForm2" EnableSessionState="False" %>
<%@ RegisteragPrefix="uc1" TagName="calendarcontrol" Src="calendarcontrol.ascx" %>
<%@ RegisteragPrefix="uc1" TagName="CalendarPopupControl" Src="CalendarPopupControl.ascx" %>
WebForm2<a href="pt://images/plumtree"></a>

Similar Messages

  • Navigation with rollovers

    Hi,
    I have the nice task to evalute the Portal of the 9iAS v2.
    We have a nice web which should be ported to the Portal.
    I have there a nice Navigation Bar with rollovers.
    How can I build this navigation? I can use "Page Links" from the items to build a navigation with links.
    But I want to use images.
    My questions:
    1. Are there any build in features to do images with links - rollovers with links
    and if not - how can I do this.
    2. when I use Page Links I can find the right page just by name - how can I do this when
    I have to enter this manually?
    thanks a lot,
    michael

    Here's the bad news - letting a graphics application write the HTML for a production site is not a viable method.  The tables produced are completely rigid and will break unexpectedly as you build your page and add content (thereby changing the 'shape' of the original layout plan).  Please read this to see why that's the case -
    http://www.apptools.com/rants/spans.php
    The spans are what create "gaps" unexpectedly as the table tries to maintain its shape.  I believe the only way to fix this is to not use that FW HTML at all.

  • Best approach -Tabs based ADF Tree left side navigation with Dynamic Regions with out UI Shell

    Hi,
    Somebody can help for the best approach to implement the following requirement.
    Req: When the user select the ADF Tree left side navigation menu, each menu will open as multiple tabs(Dynamic Tabs) in right side content area with out UI Shell Template.
    I completed the
    Step-1: From the Model project, I can able to render ADF Tree in the using view and view links. I can get the adf tree which is having 3 menu items. Each menu item having 2 sub menu's.
    I took each menu item as one(1) taskflow, each taskflow will have two(2) fragments.
    Total I have 3 task flows as Menu Items and 6 fragments for sub menu's.
    Step-2:  My question is How do I implement Tab based the ADF tree navigation (left side area to dynamic regions in content area) through dynamic regions? Please provide the steps in view layers.

    Than ks for your response.
    This is working fine for ADF Tree navigation with dynamic regions if the taskflow having only one fragment. if the taskflow having more than one fragments, this will not work. The following conditions are always satisfies one page fragment of either "employees" or "departments" task flow.  If the "employees" task flow have 2 page fragments, it's not work even you pass parameters through routers.
    public TaskFlowId getDynamicTaskFlowId() {
    if (currentTaskFlowID == null ||
    currentTaskFlowID.equalsIgnoreCase(“employees”)) {
    return TaskFlowId.parse(employeetaskFlowId);
    if (currentTaskFlowID != null &&
    currentTaskFlowID.equalsIgnoreCase(“departments”)) {
    return TaskFlowId.parse(departmetaskFlowId);
    return TaskFlowId.parse(employeetaskFlowId);
    My question is "Same use case with Dynamic Tabs" when the user click on any adf tree node.

  • Using Spry Vertical Navigation with Templates-Need to indicate current page

    Using Spry Vertical Navigation with the Dreamweaver templates.  Using editable attributes etc., the current page mennu item does not seem to be changing.  How do you indicate the. current page.

    Persistent Page Indicator on Site Wide CSS Menus:
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • JTable's Cell navigation with TAB

    Dear ALL
    I have face one problem in JTable's cell navigation with TAB. The problem as describe bellow.
    I have two columns NAME and ADDRESS. Set focus on ADDRESS column's first cell. now if i am press tab key then focus controll comes on second cell which is the ADDRESS column. At the end of row controll comes on first row second column that means focus on ADDRESS column's first cell.
    Please give me some hints.
    Thanks in advance.
    Amit

    Your description doesn't make any sense (to me at least) so I don't know what your problem is or what you are asking to be changed.
    The normal tab order is Left to Right, Top to Bottom. So if the focus is at the top/left normal tabbing would be:
    Row 0, Column 0 (name 0)
    Row 0 Column 1 (address 0)
    Row 1, Column0 (name 1)
    Row 1, Column 1 (address 1)
    Row 2, Column 0 (name 2)
    Row 2, Column 1 (address 2)
    Your question seems to imply that your tab from address to addreass, which doesn't make sense.
    "Set focus on ADDRESS column's first cell. now if i am press tab key then focus controll comes on second cell which is the ADDRESS "

  • Any Security Problems with Navigation with Short URLs?

    Hi ,
    I want to use Navigation with Short URLs for my users to access the portal. But if the users give that Short URLs to other non-users , will the URL open?
    I will give the role for the users only. Non-users will not have particular role.
    Are these Navigation with Short URLs are safe to use?
    Advise me.

    Hi,
    The iview have "EveryOne Role" and "Super Admin Role".
    The portal will not allow any "anonymous" users, because it needs atleast "EveryOne Role" for the access.
    Will this create any problem.
    I think the "EveryOne Role" is there for the user, if the iview1 assigned for role1 but still in the permissions of iview1 have the "Everyonerole" , it is allowing user to access this right?
    Then I need to remove the EveryOne Role from the permissions.
    Regards
    Kiran

  • Page navigation with SelectOneRadio

    Is it possible to do page navigation with just selectOneRadio choice and without link or command button?
    <h:form id="form1" styleClass="form">
                   <h:selectOneRadio disabledClass="selectOneRadio_Disabled"
                        enabledClass="selectOneRadio_Enabled" id="radio1"
                        styleClass="selectOneRadio" layout="pageDirection"
                        value="#{Main.selectedValue}"
                        valueChangeListener="#{Main.handleRadio1ValueChange}"
                        immediate="true" onclick="submit()">
                        <f:selectItem itemValue="page1" itemLabel="page1" />
                        <f:selectItem itemValue="page2" itemLabel="page2" />
                        <f:selectItem itemValue="page3" itemLabel="page3" />
                   </h:selectOneRadio>
                   <br>
              </h:form>
         public String handleRadio1ValueChange(ValueChangeEvent valueChangedEvent) {
              String s = (String)valueChangedEvent.getNewValue().toString();       
              return s;
    And faces-config:
    <navigation-rule>
              <from-view-id>/main.jsp</from-view-id>
              <navigation-case>
                   <from-action>#{Main.handleRadio1ValueChange}</from-action>
                   <from-outcome>page1</from-outcome>
                   <to-view-id>/page1.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>

    I hope u figured out a solution for this post already. But, if not u can try this. It worked for me.
    In the change listener method, add these few lines for redirecting the control to required page.
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExternalContext externalContext = facesContext.getExternalContext();
    facesContext.responseComplete();
    HttpServletResponse response = (HttpServletResponse) externalContext.getResponse();
    try {
    response.sendRedirect("abc.jspx");
    } catch (Exception e) {
    e.printStackTrace();
    Regards, Hari.

  • Navigation between portlets

    I am using JSR168 portlet API.how to navigate between portlets

    Hi,
    Navigating between portlets on the same page or between portlets on different pages ?
    Could i know for what functionality you want to have navigation between portlets ?
    Please let me know.
    Thanks
    <Neeraj Sidhaye/>
    Try_Catch_Finally AT YAHOO DOT COM
    http://ExtremePortal.blog.co.uk

  • Problem with Portlet Backing Context

    Hi,
    I am having problem with Portlet Backing context.
    I have on portlet and one JPF associated with this portlet.
    Now in JPF action method i have Portlet Backing context object, using this object
    i tried to get the previous portlet state using portletCtx.getPreviousWindowState().
    But It always gives me null.
    can anyone help me out ? its very urgent.
    or you can suggest me anyother option to do this....
    Thanks,
    Vijay Patel

    Vijay -
    You might want to post this to the Portal newsgroup.
    Regards,
    Kunal
    "vijay patel" <[email protected]> wrote:
    >
    Hi,
    I am having problem with Portlet Backing context.
    I have on portlet and one JPF associated with this portlet.
    Now in JPF action method i have Portlet Backing context object, using
    this object
    i tried to get the previous portlet state using portletCtx.getPreviousWindowState().
    But It always gives me null.
    can anyone help me out ? its very urgent.
    or you can suggest me anyother option to do this....
    Thanks,
    Vijay Patel

  • Use JSF with Portlet JSR 168 Specification

    Hi
    I need to know.... is possible run JSF application with Portlet Specification JSR 168, using Pluto Portal and Apache Tomcat ???
    Best Regards
    Mauricio

    Hi,
    the Apache Jetspeed2 - Project has a bridge,
    that is designed to work with MyFaces.
    http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed-2/portals-bridges/myfaces/
    Hope it helps you.
    Regards,
    Matthias

  • Horizontal Navigation with Dropdown Menu

    Hello!
    I am trying to put together a site with Horizontal navigation with items in the dropdown. I built my plan with main pages and child pages, and added my horizontal navigation on the Master page, but when I go to preview, I don't see any of my dropdown (child) pages. Is there any way to fix this? (I've attached a screenshot, hopefully this will help clarify)......

    Hello,
    Please click on the tiny white Arrow in the blue circle which comes up at the top right of the Menu. And there change the Menu type from Top Level pages to All pages.
    Note : Child pages on the same level in Plan view are listed vertically in a Horizontal Menu.
    Regards,
    Sachin

  • Cross Site collections navigation with publishing feature enabled into sharepoint 2010??

    Hi,
    Is it possible to cross site collection navigation in share point 2010 with publishing feature enabled? Right now we have a site collection with all the departmental sites within it. We are trying to create separate site collection with separate content
    database for each department for better management. But problem with Global navigation as OOB does not provide cross site collection navigation functionality, So looking for multiple site collections or navigation for more than one site collection under single
    umbrella. i was able to get the cross site collection navigation in my development env without publishing feature enabled using below link. But problem with production environment, as all the site collections and sites are publishing feature enabled. how i
    am gonna do cross site navigation with publishing feature enabled? 
    http://www.itsolutionbraindumps.com/2011/10/sharepoint-2010-cross-site-collection.html
    Any link or suggest will be greatly appreciated !

    Hi,
    According to your description, my understanding is that you want to create cross site collections navigation with publishing feature enabled in SharePoint 2010.
    Publishing sites (sites with publishing infrastructure) have their own navigation API, and it is much more complicated task to preserve cross-publishing sites navigation.
    We need to implement our own custom navigation provider.
    Please refer to the link below about the cross site collections navigation with publishing feature enabled:
    http://sadomovalex.blogspot.com/2010/12/cross-site-and-cross-site-collection.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Error on page when navigating with in webdynpro applications

    Hi All,
    I have developed 5 different webdynpro applications. I need to navigate between these webdynpro applications. I am handling the navigation with in the webdynpro applications.
    The problem is after some time ( after navigating to the second or third level) when I try to click on the tabs(top level navigation), the JAVA SCRIPT ERROR is coming.
    And any other tabs are not coming.
    ERROR is: 'Error on page'
    ERROR Description is:'Problems with the web page might prevent it from being displayed properly or functioned properly'
    Any suggestions are appreciated.
    Thanks & Regards,
    Seshu

    Hi !,
    Please can you tell me what to do if you DO NOT want to destroy the source application when navigating away from it?
    For example...  Webdynpro App #1 calls Webdynpro App #2,
    Webdynpro App #1 will always stay visible and available to the user in there toolbar in the portal.  However after I click "Go" to trigger the navigation to Webdynpro App #2, then the next time I hit "Go", Webdynpro Application was destroyed out of memory I believe.

  • Passing parameters along with portlet publishing url

    Hi All
    Any idea if portlet publishing url can take some custom parameters along with the publishing url when using disc api
    Thanks

    Hi Muthaiah,
    Is this IView a Web Dynpro IView. If yes then you can easily do this by simply adding a Url parameter to the default inbound plug of the interface Controller of your WD application.
    You can refer to this link: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/webdynpro/inter-application-navigation%20in%20web%20dynpro.pdf">Tutorial 15</a>, <a href="/people/jochen.guertler/blog/2004/11/23/web-dynpro-best-practices-how-to-navigate-between-different-web-dynpro-applications Blog</a>
    Do reward points if it helps.
    Regards
    Sid

  • Help needed with portlet webflow

    How can I get a portlet to invoke the JSP that it was associated with in EBCC when
    the portal page is invoked from the navigation tab (regardless of what JSP was
    invoked last due to a portlet webflow) ?
    This can be best explained by describing the scenario:
    I have 2 portal pages P1 & P2. Each portal page contains a portlet. The portlet
    on portal page P2 is associated with a page, say J1.jsp & a portlet webflow (generated
    by the portlet wizard). The portlet webflow contains a flow between J1.jsp & J2.jsp
    for a certain event.
    - When the tab is clicked to show portal page P2, the portlet displays content
    generated by J1.jsp as expected. This content contains a link to navigate to J2.jsp
    - When a link is clicked to flow to J2.jsp (<portlet:createWebflowURL event="e1"/>),
    content generated by J2.jsp is displayed by the portlet on page P2 as expected.
    - I click on the main navigation tab to go to portal page P1
    At this point if I click the main navigation tab to go to P2, the portlet still
    displays content generated by J2.jsp instead of re-invoking J1.jsp. Is there a
    way to influence this behavior to always invoke the JSP that was associated with
    the portlet in EBCC when the portal page is displayed by clicking on the navigation
    tab ?
    Any help is greatly appreciated. Thanks !

    Jalpesh,
    That worked. Thank you !
    Shah
    Jalpesh Patadia <[email protected]> wrote:
    Hello Sidi,
    What you can do is that in the webflow of your portlet there will be
    an
    event called "bea.portal.framework.internal.refresh"
    This event is pointing to "portal_lastContentUrl" which is why you are
    seeing the behaviour of displaying J2.jsp when you go back to page P2.
    What you can do is point this event to J1.jsp, that way whenever the
    page is refreshed (which is what happens when you click on your tab)
    you
    will be taken to J2.jsp.
    However, the side effect is that if your portlet displays J2.jsp and
    you
    just did a browser refresh (F5 in IE) it will still revert back to
    J1.jsp. If that is ok with you then you do not have to do anything
    special, if not you will probably have to write an InputProcessor after
    the event which will redirect based on what was done by the user.
    Thanks,
    Jalpesh.
    Shah Sidi wrote:
    How can I get a portlet to invoke the JSP that it was associated within EBCC when
    the portal page is invoked from the navigation tab (regardless of whatJSP was
    invoked last due to a portlet webflow) ?
    This can be best explained by describing the scenario:
    I have 2 portal pages P1 & P2. Each portal page contains a portlet.The portlet
    on portal page P2 is associated with a page, say J1.jsp & a portletwebflow (generated
    by the portlet wizard). The portlet webflow contains a flow betweenJ1.jsp & J2.jsp
    for a certain event.
    - When the tab is clicked to show portal page P2, the portlet displayscontent
    generated by J1.jsp as expected. This content contains a link to navigateto J2.jsp
    - When a link is clicked to flow to J2.jsp (<portlet:createWebflowURLevent="e1"/>),
    content generated by J2.jsp is displayed by the portlet on page P2as expected.
    - I click on the main navigation tab to go to portal page P1
    At this point if I click the main navigation tab to go to P2, the portletstill
    displays content generated by J2.jsp instead of re-invoking J1.jsp.Is there a
    way to influence this behavior to always invoke the JSP that was associatedwith
    the portlet in EBCC when the portal page is displayed by clicking onthe navigation
    tab ?
    Any help is greatly appreciated. Thanks !

Maybe you are looking for

  • How can I transfer purchased apps from one iPad to another?

    Hi all, We just got a second iPad.  Previously our single iPad was registered under my Apple ID.  My wife downloaded lots of apps for the kids on our old iPad.  Now I want to associate the old iPad with my wife's Apple ID, but be able to keep all the

  • While taking backup of Archive and datbase.

    Dear All I have production server 4.6c on windows 2000 server. Database is oracle. My problem is backup (Brarchive Redolog and Database Backup). I am unable to take both type of backup. Error log is bellow. Please help me out. BR002I BRARCHIVE 6.20 (

  • Set cursor in a textinput

    In this example, the focus is set to the phoneInput object but the cursor in this textinput is not set. How can I do this? Thank you! <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx=" http://www.adobe.com/2006/mxml" viewSourceURL="src

  • How to transfer music from PC to Mac?

    I'm trying to transfer music from my PC to my MacBook Pro before college. I have a wireless network set up that I could use to copy my music, but that has just been copying files. I also want to transfer my playlists, though, so that I don't have to

  • Keynote Crashes

    I use a looping Keynote for communications purposes here at work and I have it lopping 24 hours a day. The problem I am having is that the Keynote crashes if there is a QuickTime movie in the Keynote. The keynote runs fine all day long if there are n