How can I jump from a portlet to another one in other page?

Hi
I'm doing a tasks list porltet, when the user makes a click over a task, the user
has to see another porlet in other page. How can I activate a porlet residing
in other page?
Thanks for All

In all portal versions you need to add the pageLabel param to the URL and the application
automatically go the good page (for synthax look at the URL in the browser)
For exemple in portal 8.1 using the bea tags add the following link in the jsp
of the portlet one : go
to the second portlet page
You can also use a form instead just add the "_pageLabel" param to the form using
directly
an <input> tag not a <netui:param> tag that would prefix your parameter with the
current portlet instance label.
We did it for our project and it works.
"David Uribe" <[email protected]> wrote:
>
Hi
I'm doing a tasks list porltet, when the user makes a click over a task,
the user
has to see another porlet in other page. How can I activate a porlet
residing
in other page?
Thanks for All

Similar Messages

  • I lost my iPhone device, how can I get my data back on another one without using an iCloud backup just back up on i Tunes, Please Help.

    I lost my iPhone device, how can I get my data back on another one without using an iCloud backup just back up on i Tunes, Please Help.??

    You can find the backup files and then copy them to a safe place if you are worrying about this.
    iTunes places the backup files in these places:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    The "~" represents your Home folder. If you don't see Library in your Home folder, hold Option and click the Go menu.
    Windows Vista, Windows 7, and Windows 8: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    To quickly access the AppData folder, click Start. In the search bar, type %appdata%, then press Return.
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    To quickly access the Application Data folder, click Start, then choose Run. In the search bar, type %appdata%, then click OK.

  • How can I jump from Safari window to Safari window?

    Hey all,
    How does one jump from one Safari window to another? While Im at it, also from Tab to Tab?
    On Window to Window in WinXP, I would use Command/Tab. However, in OSX, if I Command/Tab, then I get a different program list other then available, open Safari windows.
    When in a single Safari window and have multiple tabs, to go from Tab to Tab, in Windows, you use Control/Tab. But in OSX, this does not work. I have tried variations to see if I could figure it out, but have been unsuccessful. Many thanks for any help and input.
    LH

    Command + ` is a system-wide function to toggle between open windows within any running app. Works for everything.
    In Safari 4 and 5, ShiftCommand (right or left) arrow moves tabs for me. I noticed that in Apple Discussions, should I have a "reply box" open, this copmmand will go to the that tab and stay there, highlighting text. Otherwise the combo wrks fine.

  • How can transfer data from a dialog to another panel?

    Will anyone help me?Thanks.
    In our project,When the user need to fill some data into the textfield in a panel,he can simplify this action by click a button,when the button is clicked,then a dialog which contains a table of all the imformation of all customers will show,then the user can select one customer's information from the table,after click a button such as "OK",the selected information will show in corresponding textfiled in another panel.Because the dialog and the panel are two
    different object,so how can I transfer the data selected from the dialog to the panel and show the updated information timely??

    try this program. it exchanges some data between s adialog and a frame.
    akz
    * @version 1.20 01 Sep 1998
    * @author Cay Horstmann
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class DataExchangeTest extends JFrame
    implements ActionListener
    {  public DataExchangeTest()
    {  setTitle("DataExchangeTest");
    setSize(300, 300);
    JMenuBar mbar = new JMenuBar();
    setJMenuBar(mbar);
    JMenu fileMenu = new JMenu("File");
    mbar.add(fileMenu);
    connectItem = new JMenuItem("Connect");
    connectItem.addActionListener(this);
    fileMenu.add(connectItem);
    exitItem = new JMenuItem("Exit");
    exitItem.addActionListener(this);
    fileMenu.add(exitItem);
    public void actionPerformed(ActionEvent evt)
    {  Object source = evt.getSource();
    if (source == connectItem)
    {  ConnectInfo transfer= new ConnectInfo("yourname", "pw");
    if (dialog == null)
    dialog = new ConnectDialog(this);
    if (dialog.showDialog(transfer))
    {  String uname = transfer.username;
    String pwd = transfer.password;
    Container contentPane = getContentPane();
    contentPane.add(new JLabel("username=" + uname + ", password=" + pwd),"South");
    validate();
    else if(source == exitItem)
    System.exit(0);
    public static void main(String[] args)
    {  JFrame f = new DataExchangeTest();
    f.show();
    private ConnectDialog dialog = null;
    private JMenuItem connectItem;
    private JMenuItem exitItem;
    class ConnectInfo
    {  public String username;
    public String password;
    public ConnectInfo(String u, String p)
    { username = u; password = p; }
    class ConnectDialog extends JDialog implements ActionListener
    {  public ConnectDialog(JFrame parent)
    {  super(parent, "Connect", true);
    Container contentPane = getContentPane();
    JPanel p1 = new JPanel();
    p1.setLayout(new GridLayout(2, 2));
    p1.add(new JLabel("User name:"));
    p1.add(username = new JTextField(""));
    p1.add(new JLabel("Password:"));
    p1.add(password = new JPasswordField(""));
    contentPane.add("Center", p1);
    Panel p2 = new Panel();
    okButton = addButton(p2, "Ok");
    cancelButton = addButton(p2, "Cancel");
    contentPane.add("South", p2);
    setSize(240, 120);
         //custom method to create and buttons to a container
    JButton addButton(Container c, String name)
    {  JButton button = new JButton(name);
    button.addActionListener(this);
    c.add(button);
    return button;
    public void actionPerformed(ActionEvent evt)
    {  Object source = evt.getSource();
    if(source == okButton)
    {  ok = true;
    setVisible(false);
    else if (source == cancelButton)
    setVisible(false);
    public boolean showDialog(ConnectInfo transfer)
    {  username.setText(transfer.username);
    password.setText(transfer.password);
    ok = false;
    show();
    if (ok)
    {  transfer.username = username.getText();
    transfer.password = password.getText();
    return ok;
    private JTextField username;
    private JTextField password;
    private boolean ok;
    private JButton okButton;
    private JButton cancelButton;

  • How can I change from 6 to 9 boxes on my home page?? AND missing Firefox logo and wording

    I recently removed some adware and now I have 6 tiles/boxes showing when I open a new tab instead of the 9 I used to have
    How can I have 9 tiles/boxes showing instead of 6?? (Are 12 boxes available??)
    Also, I'm missing the Firefox logo in the upper left corner as well as the words "File", "Bookmarks", etc. How can I restore them??
    Thanks,
    Bill

    In current Firefox releases (29 and later) the orange Firefox menu button has been replaced by the three-bar Firefox Menu button at the far right end of the Navigation Toolbar and this button is always visible whether the Menu Bar is visible or hidden.
    You can have the Menu Bar visible via the right-click context menu of a toolbar to have menus like the File menu with Print (Ctrl+P) and Print Preview and the Bookmarks and History and Tools menus.
    You can toggle the title bar on/off via the "Title Bar" button at the bottom left in the Customize palette window.
    See also:
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox
    *https://support.mozilla.org/kb/common-questions-after-updating-to-new-firefox

  • How can I jump from scene to scene without settings being cleared

    I'm making a Jeopardy game. When someone clicks on the button with the dollar amount on it, I have it reset to a different scene on the button so the players know it has been used. When another button is clicked, the first button resets back to its original dollar amount, rather than the blank scene it was reset to.
    I'm not sure I'm wording the question very well, but I would appreciate any help you might have for me.
    Thanks!

    I did that here like this.
    In each button i have this code on my main screen i have this
    on(release) {
         indexscore = 100; (is the point value)
         cellnumber = 1; (i made the instance of each button "Cell" and then a number incrimenting....Cell1, Cell2.....
         gotoAndStop("Questions", 1);
    Once it goes to the Questions scene that is where i click a button that will add the index number to my total points depending on if they clicked the button for team 1 or team 2... then that goes to my Answer scene which shows the right answers.....
    This is the button that goes to the main screen from the answer scene
    on(release) {
         gotoAndStop("Main Screen", 1);
         blankcell = "Cell"+cellnumber;
         setProperty(this.blankcell, _alpha, false);
    i have blankcell declared at the beginning of the game as a global var
    this code works so far but atm as soon as i try to have more than one button disapear it doesnt work, the problem i see is that im telling it to go back to that scene at frame 1, and that has all the buttons appear.....in other words it will make one disapear because its the button right before it but the frame with all the cells will override as soon as i try to get another button to dissapear.

  • How can I select from drop-down list and jumping to selected subform?

    I using LC Designer ES2 vers 9. Developing XDP. How can I Select from a drop-down list the appropriate selected subform (jumping to the selected subform on the page)?
    drop-down list...A (jump to subform1)
                             B (jump to subform2)
                             C (jump to subform3)
    subform1
    subform2
    subform3
    ....end of form

    Hi,
    you cannot set focus on a subform but on a field, as only interactive objects can be focussed.
    From a dropdowns exit event the script will look this way:
    switch (this.rawValue) {
              case "A" : xfa.host.setFocus("form1.page2.field1"); break;
              case "B" : xfa.host.setFocus("form1.page2.field1"); break;

  • I'm scared.  Can you help?  I can't jump from here to there.

    Dear Apple MobileMe
    I am very eager to make the move from MobileMe to iCloud, but...
    As you can see from your own email, this is far from simple 
    My wife and I totally depend on my Macbook Pro (1), my old Powerbook that my wife uses (2), our iPhones (3 & 4), our iPad (5), my Time Machine, and my MobileMe (6), including Backups to our iDisk on MobileMe to keep our lives running.
    iCal's synced across 6 Apple platforms
    Address Books synced across 6 Apple platforms
    Email synced across 6 Apple platforms (me using Mail and wife using AOL)
    Bookmarks synced across 6 Apple platforms
    Various apple ID's synced across 6 Apple platforms
    You get the picture
    I would hate to mess this delicately balanced Apple computer ecosystem up at all.
    iOS 10.7 requires that I upgrade a bunch of my key work apps and figure out a way to transfer a 10 year dependence on Quicken onto some other equally robust financial management platform that doesn't seem to exist.  Just to add insult to potential injury.
    I'm scared.
    Wish this whole process could be 500% more automated.
    We've been on Macs  and other Apple devices since 1987.  I can't keep track of all of my "Apple ID's" for this and that that you've asked me to set up for each device and for each service over the years.  Everything's registered with you. 
    Devices
    MobileMe email aliases
    iTunes
    iDisk
    App Store
    AppleCare(s)
    MobileMe
    Apple.com support (here)
    Apple ProCare
    Apple iDisk Public folder
    etc.
    etc.
    You should be able to gather all of my identities together into one place and figure out the best way to migrate me to the new Apple iCloud Garden of Eden.
    You've got to find a way to help us work all this out.  It's more than intimidating.  We're frozen in fear.  We just can't jump from here to there.
    Steve
    ==================================================
    On Dec 1, 2011, at 1:57 PM, MobileMe wrote: 
    iCloud is here Dear MobileMe member, 
    iCloud is here and you can now make the transition from MobileMe. You can move your
    MobileMe mail, contacts, calendars, and bookmarks to iCloud, and keep your me.com and
    mac.com email addresses. iCloud is a breakthrough set of free cloud services, including iTunes in the Cloud, Photo Stream
    and Documents in the Cloud, that works seamlessly with your iPhone, iPad, iPod touch, Mac or
    PC to store your content in iCloud and push it to all your devices. When content changes on one
    device, all your other devices are updated automatically and wirelessly. 
    Making the Move
    Before moving to iCloud, make sure that your iOS devices and computers have the required
    software and your data is properly backed up by following these steps:
    Get iTunes 10.5.
    Download iTunes 10.5 to your Mac or PC.
    Update your devices to iOS 5.
    Update your iPhone, iPad and iPod touch to iOS 5 by connecting each
    device to your Mac or PC and following the instructions in iTunes.
    When you are asked to provide your Apple ID during iOS setup, use
    your MobileMe email address and password.
    Update your computers.Mac: Update to OS X Lion v10.7.2PC:   Update to Windows 7 or Windows Vista Service Pack 2 andinstall the iCloud Control Panel for Windows.
    Back up your MobileMe data.
    For detailed instructions, review this article.
    Verify your contacts and bookmarks.
    Verify that your contacts and bookmarks are completely up to date on
    at least one device you will use with iCloud. They will be uploaded to
    iCloud from your devices after you move. iCloud will not copy any
    contacts or bookmarks directly from me.com.
    When you are ready, go to me.com/move and follow the instructions to move your account to
    iCloud. 
    Important Notes
    If your me.com or mac.com email address is used with more than one Apple ID, you may be
    unable to access some iCloud services. If this occurs, you can remove duplicate email
    addresses from your other Apple IDs by visiting My Apple ID. You can also use different Apple IDs for iCloud and your Store purchases (including iTunes,
    App Store and iBookstore). For more information and detailed instructions, review this article. You can make the move from MobileMe to iCloud anytime between now and June 30, 2012. For
    answers to some of the most common questions about the transition, see the MobileMe
    transition FAQ. Sincerely, 
    Apple 
    iCloud requires iOS 5 on iPhone 3GS or later, iPod touch (3rd and 4th generation), iPad, or iPad 2; a Mac computer
    with OS X Lion; or a PC with Windows Vista or Windows 7 (Outlook 2007 or 2010 or an up-to-date browser is
    required for accessing email, contacts and calendars). Some features require a Wi-Fi connection. Some features
    are not available in all countries. Access to some services is limited to 10 devices. Previous purchases may be
    unavailable if they are no longer in the iTunes Store, App Store, or iBookstore.
    MobileMe is a service provided by Apple • Terms of Service • Privacy Policy
    Copyright © 2011 Apple Inc. • 1 Infinite Loop, Cupertino, CA 95014
    You are receiving this email from Apple to notify you of service information regarding your MobileMe account.

    This is a user-to-user forum: you aren't talking to Apple here.
    I do sympathize with your situation: you are among many for whom upgrading is impracticable, but who are dependent on MobileMe facilities which will be withdrawn next June.
    As you say, you will need 10.7.2 to access iCloud on a Mac, and iOS5 for mobile devices.
    I can't offer you any easy solutions, but this list may at least clarify the exact situation for you:
    Your email, calendars, contacts and bookmarks, and 'Find my iPhone' will be migrated to iCloud.
    Your iDisk, together with website hosting and Gallery. will continue to work as before until next June.
    You will be able to access email, calendar and contacts on the iCloud website at http://icloud.com provided your browser is reasonably up-to-date.
    You will not be able to sync contacts or bookmarks from a pre-Lion Mac.
    You will be able to enter the server settings for email manually in the Mail application and access your email.
    You will not be able to sync your calendars directly.
    Some people have been able to set up calendar syncing by using the method detailed here - this is an unsupported hack and may not be reliable, and may stop working at some future point. BusyCal is an iCal-like calendar application with extra facilities: it can sync with the iCloud Calendar while running on Leopard, Snow Leopard or Lion.
    There appears to be no method of syncing contacts (though Address Book on a Mac can be synced with Google or Yahoo address books - I don't know how reliable this is).

  • How can I upgrade from Infinity to 56K dial-up?

    I have had Infinity for about a month. At first everything was great, 38Mbps. I am about 25m from the cabinet where the optical fibre is terminated so I expected this to be quite consistent.
    Seven days ago the speed dropped to about 5Mbps and over the next 12 hours or so dropped even further. The last time I managed to get a download speed measurement I recorded a speed of 28.2Kbps (yes, that is Kilobits). I have not had a speed as low as that in almost 20 years. Currently the BT speed tester is not working, I suspect my speed is too slow for it. The BBC speed tester reports my speed as being 0Mbps.
    I have called the BT help line every day since and have been told today that it has finally been escalated to the BT Openreach Engineering Dept. I am told that an engineer will visit me in 3 days time to fix the problem. Why has it taken a week to do this and why can somebody not do something quicker? Is BT Infinity so bad that all the engineers are running around trying to get it to work. People always go on about Microsoft getting customers to test their products, I think BT are doing the same thing with a product which is obviously not suitable for it's task.
    This is absolutely awful customer service. Seven days for a succession of "support engineers" a few thousand miles away reading from a prepared script is not my idea of looking after customers.
    I cannot express how this has changed my opinion of BT.
    A few years ago I worked for a major supplier of satellite communications equipment. BT were one of our first big customers. We had to jump though so many hoops before we installed the equipment it was unbelievable. The system was tested to death before it entered service. What has happened to this level of quality control?
    To reiterate the subject heading - how can I upgrade from BT Infinity to 56K dial-up?

    Hi Satcomman,
    Welcome to the forums! I'm sorry to hear of the problems you're having with your speeds. If you could fill out our contact webform (you can find the link in my profile under "about me") and include details of your home network setup, I'll be able to run a few checks and hopefully find out where the problem lies.
    Dean
    BTCare Community Mod
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Window vs view - how can i jump to a view which was previously created?

    Hello!
    how can i jump to a view previously created without the push or pop to view function?
    I have a UITabBarController with several view(s) (controllers)* and in one of my views i am using a navigation controller which pushes to various views. At the end, i would like to have a button, where the user can go back to its initial view (when the application is starting) i guess, that it has something to do with the rootview Controller.. the problem is: i dont have a root view controller because i am working with the TabBar example from apple, which is using the IB.
    thx for any hints..
    alex
    *which still is not working.. availiable at http://www.learnclip.com/iphone_tutorials/ViewPusher.zip

    You know what, about 30 seconds ago I figured out what I did. I set the Quiz preferences to “Required to pass before continuing” instead of “Required to take quiz”.
    I am sure Action Script is the wrong term (I’ve only used Captivate for 2 weeks). I applied an Advanced action to skip over the knowledge checks. I got the tutorial from this link:
    http://blogs.adobe.com/captivate/2011/07/excluding-knowledge-check-questions-when-reviewin gretaking-the-quiz.html
    Thanks for replying!
      Tiffany Robinson│Instructional Designer│Design and Development Team
       Email: [email protected]<mailto:[email protected]> │ Phone: 386-218-3577
      Check out thousands of free books and reports from Books 24x7 in the Kelly Learning Center!
            Kelly Services, Inc.

  • How can I print to hp photosmart all in one 7280 from ipad

    How can I print to hp photosmart all in one 7280 from ipad
    This question was solved.
    View Solution.

    Hi,
    Although the C7280 is not AirPrint enabled, you may still print through the local network using the HP ePrint mobile app.
    you may find the steps to get and use the app in the following document:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02775166&cc=us&dlc=en&lc=en&product=3204785&tmp...
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • How can I steam from my early 2011 15-inch Mac Book Pro to my 2007 Samsung TV?

    I have an early 2011, 15-inch Mac Book Pro Software  OS X 10.9.5 (13F34). It does not have an HDMI port. I have a Samsung TV I bought in 2007 (Model LN-4061F). How can I stream from laptop to my TV? My laptop does not have an HDMI port. I've read I can buy an adapter, but I'm not sure what to buy.
    -Does Apple make them?
    -Are knockoff adapters "safe" to use with my laptop, and are they reliable/have a good quality connection?
    -How much do they cost (I've seen cheap ones on Amazon)?
    -What kind should I buy?
    -Will my laptop stream in HD? 
    I'm new to the community, so hoping someone can advise me how to do this. We also have a Roku, but I'm looking to stream DVDs and directly from TV network websites. 
    Thanks for your help!

    You will have to use the  minidisplay port to connect to the TV.  Assuming that the TV has an HDMI port, you will need a cable such as this:
    http://www.monoprice.com/Product?seq=1&kpid=9476&format=2&p_id=9476&CAWELAID=164 2113595&CAGPSPN=pla%26catargetid=320013720000066114%26cadevice=c&gclid=CJHTtbyQ0 8MCFRQ2aQod14cABw
    With this, you eliminate the need for an adapter.
    Ciao.

  • How can I switch from auto_login wallet to password-protected encryption wallet in 12c  ?

    How can I switch from auto_login wallet to password-protected encryption wallet in 12c
    --Now the autologin wallet is in effect
    SQL> select * from v$encryption_wallet
      2  ;
    WRL_TYPE
    WRL_PARAMETER
    STATUS       WALLET_TYPE    WALLET_OR FULLY_BAC
        CON_ID
    FILE
    /acfs3/wallet
    OPEN       AUTOLOGIN    SINGLE    NO
      0
    --I need to export the keys and it informs me to use password-based keystore
    SQL> ADMINISTER KEY MANAGEMENT export KEYS with secret tde_1234 to '/home/oracle/dumpdir/orapdba.wallet' IDENTIFIED BY "tde_1234";
    ADMINISTER KEY MANAGEMENT export KEYS with secret tde_1234 to '/home/oracle/dumpdir/orapdba.wallet' IDENTIFIED BY "tde_1234"
    ERROR at line 1:
    ORA-28417: password-based keystore is not open
    --So I try to close the autologin keystore and open the password-based keystore, but the autologin keystore cannot be closed
    SQL>  administer key management set keystore close;
    administer key management set keystore close
    ERROR at line 1:
    ORA-28365: wallet is not open
    SQL> administer key management set keystore open identified by "tde_1234";
    administer key management set keystore open identified by "tde_1234"
    ERROR at line 1:
    ORA-28354: Encryption wallet, auto login wallet, or HSM is already open
    So My question is
    How to switch from auto_login keystore to password-protected keystore ?

    Remove the cwallet.sso file and check the wallet status in v$encryption_wallet.
    If it is not opened, try to open it with administer key statement.
    Check the status again.

  • HT201320 How can I switch from one email user to another?

    How can I switch from one email account to another?

    You have to select between the two accounts in the mail app.
    Say for instance that you are reading an email in your XYZ email account. Tap the button in the upper left corner of the mail app to back out all the way to where you can see all of the email accounts.... Tap InBox, then tap XYZ email Account and that will take you back to the main MailBoxes window.
    Is that what you want to know? There is no way to simply "toggle" between the two accounts.

  • How can I stream from my macmini to my apple tv

    How can I stream from my desk top to my apple tv. My Wi-Fi network is up and working and I'm able to watch all the netflix, youtube and hulu content endlessly. But how can I also stream directly from my dektop?

    Thanks diesel vdub. I didn't know it was there sitting right on top. I got this new macmini end of april and still discovering all kinds of stuff on it. You are Golden!! Thank you until next time.

Maybe you are looking for