Page Flow - Help please

Dear All,
I am new to Portal application development by using Weblogic 8.1 I have read the
docs and I did simple page flow example. But when i start looking the requirement,
it is having basic login screen contains Home page of website. Once the user login
for example employee or manager, it should show the user specific content. In
this case the functionality of both user are altogether different. So I have created
Three portal
1.Login Portal -- Login screen
2.Empolyee Portal -- Employee Functionality
3.Manager Portal -- Manager Functionality
I would like to know how to link these three pages by using page flow or provide
me any document. Document provided by weblogic is not sufficient.... please help
me...
Regards
Neels

Prashaht thanks
What package do I have to import in the Java Class/JSP for the ScopedServlet utils
to work. I tried it but it kept giving error message saying the method could not
be found indicating I do not have the right package imported in the program.
Please help
"Prashanth " <[email protected]> wrote:
>
Here you go :
HttpServletRequest outerRequest = ScopedServletUtils.getOuterRequest(request);
Once you have outerRequest object, you can retrive the values much like
normal
request object.
Hope,this helps.
Prashanth Bhat.
"pete" <[email protected]> wrote:
I have a JsP which has a netui:form with some text fields. This jspcalls
a action
(actionABC) in a .jpf file. The jpf files then forwards it to a jsp.
What I want
to do is set some values in the request object in the .jpf file(which
will be
from the 1st jsp) and then call the 2nd jsp from the jpf. the 2nd jpf
should then
read the request object get the values out and display them. I do not
want to
use the (netui-datasource) tag, I specifically want to use the request
object.
A sample code will be highly appreciated.

Similar Messages

  • My Mac Book Pro was really slow at everything and would kick me out of my photos every time i got on them. now it won't even allow me to log on. i put my password in and the screen will flash white and go back to the login page. HELP please...

    My Mac Book Pro was really slow at everything and would kick me out of my photos every time i got on them. now it won't even allow me to log on. i put my password in and the screen will flash white and go back to the login page. HELP please...

    There is nothing wrong with your Dell, it will work fine with any MacbookPro. I have been using Dell displays for over 12 years with many different Mac models. I have two 21" Ultra Sharp displays working side by side to design a Keynote presentation right now.
    The issue your having is with the way Keynote  takes control of the video output to both displays, it sends the presentation signal to one and the presenter display to the other, this is set up in;
    Keynote preferences > Presenter display.
    If you want to show a wesite or another app on  either display,  use application switcher:
    press the the  command key on the keyboard, then the tab key; a row of applications will show what applications are running, choose which one you want to show. Use command  > tab to return to Keynote.

  • HT4623 Hi there, yesterday I updated Facebook and Viber. They are not working,Viber shows waiting and when try to launch Facebook all I get is a BLACK page. Help please

    Hi there,
    yesterday I updated Facebook and Viber, they are not working.
    When I launch Facebook all I'm getting is a BLACK page and Viber is highlighted in grey and showing "waiting".
    Help Please Please Please

    Hello rulawa,
    You may want to take a look at some of the standard troubleshooting steps for App Store apps found in the article below.
    iOS: Troubleshooting applications purchased from the App Store
    http://support.apple.com/kb/ts1702
    Hope that helps,
    - Griff W.

  • 'Description' text missing for all my iTunes pages - any help please ?

    I have Just noticed ( 11.10.2012 ) all the description text on all of my iTunes Pages is missing ! - no 'i' symbol, just to lines - - .
    Any ideas or help please, nothing changed my end !
    Kind regards,
    Matthew Jones

    On a similar note, any TV Shows that I have purchased from the iTunes store since 10.7.0.21 have no descriptions associated or embedded within the file downloads. I have to add them manually to my iTunes library, which is a bit annoying.
    Any ideas?
    Regards
    Hans

  • When I try to print labels I get no preview of the labels and then it just prints blank pages. Help please

    When I try to print labels I get no preview of the labels and then it just prints blank pages. Help please

    I post the same instructions almost every day...
    Change the Adobe Reader Preferences
    Documents: set 'View documents in PDF/A mode' to Never
    Security (Enhanced): disable Protected Mode at Startup

  • I can't get the PDF option any where on my other apps....including my safari and pages?.help please

    I can't get the PDF option any where on my other apps....including my safari and pages?.help please

    Here's how:
    http://forums.adobe.com/docs/DOC-2532

  • Cover Flow Help, please!

    I'm having trouble with "cover flow" on my new macbook air (and had the same problem with my old macbook).  I view my old photos in "cover flow" format in finder, but it has stopped working properly.  The photos are all pixely and don't reflect rotations I've saved.  It worked properly on my old macbook for years, then stopped, and I don't think it's ever worked properly on my new one.  Here's an example:
    Please help if you have any ideas!  Thanks.

    Got it - just sync adding/removing music and cover flow now works. And wait 2 secs when you hit Albums before tilting for Cover Flow.

  • R12.2.4 Data lost after using Dialog Page and return back to calling page.(Help Please! )

    Hi Team,
    I am new to OAF and is working on a requirement to add some custom validations when the user clicks on a Button in a standard seeded page.
    The approach I took was to Extend the seeded Controller object that handled this button press event and put my custom logic in the extended controller and override the standard controller via personalization.
    The standard flow was that upon pressing the Complete Button in Page A ,user was taken to the next seeded page (Page B) to perform certain operations based on the records that were selected in Page A.
    Part of the custom validation requirement was that if certain validations were not met then the user needs to be shown a Pop-up asking if they really wanted to proceed and if they selected Yes then continue with the standard seeded flow(move to page B)  and if they selected NO then just stay on the current page.
    I was able to use OADialogPage and do this partially , the issue I am running into is that once the user selects the one or more records  using a check box from a multi-record (table) region and hits the Complete Button on page A and if the validation fails then a modal page is shown and the user makes a selection i.e.either Yes or No from the modal page and when they return to calling page (i.e. Page A) , All the Data (records ) that they selected previously is lost (Page is refreshed). Based on what I see on this forum I suspect that it is because after clicking on Yes on the modal page and while returning to the original page the processRequest fires again and VO data is queried again and all selections on the page A are lost. Since I am trying to alter the flow in seeded pages based on user intervention I am kind of lost as to how this issue can be fixed. i.e. either prevent the page refresh or preserve the selections that were made prior to navigating to the modal page. Any Help is truly appreciated !!
    My Code :
    public void processFormRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    if (oapagecontext.getParameter("completeOps") != null) {
    if (warnCount > 0) {
      //OAException message = new OAException("Not in Sequence...", OAException.WARNING);
      //oapagecontext.putDialogMessage(message);
      OAException message = new OAException("Rule XYZ Violated .Do you want continue ?",OAException.WARNING);
      OADialogPage dialogPage = new OADialogPage(OAException.WARNING, message, null, "","");
      String yes = oapagecontext.getMessage("AK", "FWK_TBX_T_YES", null);
      String no = oapagecontext.getMessage("AK", "FWK_TBX_T_NO", null);
      dialogPage.setOkButtonItemName("ConYesButton");
      dialogPage.setNoButtonItemName("ConNoButton");
      dialogPage.setOkButtonToPost(true);
      dialogPage.setNoButtonToPost(true);
      dialogPage.setPostToCallingPage(true);
      dialogPage.setOkButtonLabel(yes);
      dialogPage.setNoButtonLabel(no);
      oapagecontext.redirectToDialogPage(dialogPage);
    if (oapagecontext.getParameter("ConYesButton") != null)   {
              // Write Action code for Yes Button
              oapagecontext.putParameter("completeOps", "Continue");
    if (oapagecontext.getParameter("ConNoButton") != null){
                // Write Action code for No Button
                String errormsg = "Rule Violations have occured ";
                throw new OAException(errormsg);
       super.processFormRequest(oapagecontext, oawebbean);

    I was able to work around this issue by adding a simple check in the processRequest method of my extended Controller to prevent the call to super.processRequest incase when the control returns to the page after the user has made a selection in the Dialog Page
    if((oapagecontext.getParameter("ConYesButton") == null) && (oapagecontext.getParameter("ConNoButton") == null)) {
      super.processRequest(oapagecontext, oawebbean);
    Thanks !

  • I am trying to to set up my iMessage and when I get to the screen with my email, it goes back to the previous page. Help please.

    Can someone please just help me? I just got a new iPod touch and all I wanna do is use the messaging and I can. I tried turning te thing off then back on and it didn't work. Help!?

    Try this
    http://appletoolbox.com/2011/10/ios-5-imessage-not-working-–-how-to-fix/

  • I'm finding it difficult creating exporting EPUB from pages. Help please!

    Hello,
    I'm finding it quite complicating on how to create and export EPUB files from pages so I can use these to send to iBooks on the iBook store.
    Can someone please tell me in the simplest term, how to create and export an EPUB file in pages please???
    Thank you!

    That's fine. If I wrote my book on pages on iPad, could I send via email as pages doc to my mac then open in pages on my mac and then export to EPUB from my mac?
    I like writing on the move.
    Thanks

  • Adobe Reader 11.0.09 on MAC prints PDFs 1/6 of page 6 times on page, instead of the whole page. Help please!!

    I am using Mac OS X 10.9.5 and Adobe Reader 11.0.09 and it prints PDFs 1/6 of page 6 times on page, instead of the whole page. I have tried Print as Image, no joy. Multiple pages is NOT selected. I cannot get anyone from Adobe to help me with this problem and it is becoming a major impediment to my work!

    Hi Suzbat,
    If you try to print any other document from any other application. Did you check, are you facing the same issue or not?
    Have you tried to install latest drivers of the printer.
    Regards,
    Ajlan Huda.

  • PSE9 will not load a blank page! HELP PLEASE?

    Hi I keep trying to create a new file. I need a blank page and it just does nothing when I hit file, new, select page size and then hit ok. The screen blinks and nothing. There is no loaded page.  What do I do to correct it?
    TIA for any help
    Michelle

    You are going through the correct steps. You just need to verify that you have chosen " white or Background Color" in Background Contents: drop down option. as below screen shot. concentrate on the field circled red color.
    or
    Let me know if the issue persist.
    Addi

  • Basic Flash Page, Script Help Please!

    So, I realize I'm an idiot, but I'm trying to teach myself flash because I need to make a basic flash page.  I am going by this tutorial:
    http://www.flash-game-design.com/flash-tutorials/basic-Website-flash-tutorial.html
    I have modified it (going step by step mind you) and now that it's over, instead of the page loading normally, it just goes from page to page without clicking on a link at all.  Just goes from home, to about, to artists, etc.
    I get no errors so... I'm a little lost.
    I've uploaded the swf for reference.

    I always say to doublecheck the instance names... you'd be surprised how often some says they're okay when they're not.  Sometimes they are using library names, not instances names, and something they simply did not assign instance names.
    Your description of how the buttons are related to a movieclip isn't clear, but if the traces I mentioned come out, then the buttons are working.
    I wish there was a way I could see the full set of messages for this posting (like the old system)... at this point I have to guess what I remember seeing...  Do you have frame labels in your section mc that match the calls in your buttons functions?
    For the home page issue... If it disappears it is likely going to another frame.  If a command says gotoAndPlay... and you're already there, it will advance in the timeline even if there is a stop in that frame (the stop is used up)
    Here's a routine that worked for another posting as far as getting the file to upload in the forum...
    1) zip the fla file
    2) rename the zip file to have a txt extenstion

  • Cannot download Mail from ISP Web Mail Page.  Help please?!!

    Using an Intel Mac, running OS X. 4. 11
    Mail 2.1.3
    Last night suddenly my mail stopped downloading new incoming mail from the server web mail page.
    I have spoken to my ISP/server (they have an excellent Mac tech team.) and the settings for my account are correct, and Connection Doctor says all is well.
    I can send mail, well I have not had any response from people yet to know they got it! But a test to myself goes into my web mail page and will not download either.
    My ISP says they wonder if it is problem with the Mail application.
    I do not want to do a clean install, and risk losing any data.
    As it was all of my old mail in my inbox and Trash, I had kept from people as a reminder, that went when we altered the settings temporarily but when that did not work we went back to the original settings.
    I hate having to have a web page open as well as my mail when replying to a person.
    Any ideas?
    Or if it is a Mail problem might it work if I used a different mail application such as Eudora or Thunderbird?

    Might be Apple, but I'd try re-applyimg the latest update...
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html
    The combo update for Intel-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateintel.html
    Repair Permissions after re-install, then reboot again.
    Use Custom installs in Mac OS X 10.4
    http://docs.info.apple.com/article.html?artnum=301229
    Here's a complete list of all the custom installation options available with Optional Installs.mpkg:
    * Applications
    o Address Book 4.0
    o iCal 2.0
    o iChat 3.0
    o iTunes 4.7.1
    o Mail 2.0
    o Oxford Dictionaries
    o Safari 2.0
    o X11
    To re-install Mail, or do An Archive & Install, which gives you a new OS, but can preserve all your files, pics, music, settings, etc...
    http://docs.info.apple.com/article.html?artnum=107120

  • Troubleshooting: Help please. Creating a PDF file from a Photoshop-designed project

    I wanted to add personal design elements to my resume so I decided to use Photoshop to add in a logo and a footer. The problem is, when I converted the 3 Photoshop .psd files (3 pages) to .pdf files, the combined file came out to be very big in size. The biggest was 2.88 MB and the smallest that I got it to be without compromising the quality of the text and images was 1.48 MB.
    What did I do wrong?
    I've seen other .pdf files with more images and more color and definitely more pages and text which were only 300KB in size. How can I make my final .pdf file size small but still retain the quality of the original design from Photoshop?
    I've tried merging the layers before saving. I've tried turning the files into .gif files before making the pdf. Into jpegs before making the pdf. Changing the canvas and image sizes in Photoshop into super small which made the final pdf file unreadable and super blurry. I'm at my wit's end.
    Details:
    .psd image size 8.5 by 11 inches (normal resume size)
    colors - black, gray, light blue and light yellow
    Images are very minimal, 4 lines total and around 5 circles at the header of the first page and footer of the 3rd page.
    Help please!
    X-cross-post: Acrobat Forum-X

    This is so sad. I read your comments and I said, "Huh?" Haha!
    I tried the indexed color option and it did make the final file smaller. Around 600KB. But there's probably another way to make it even smaller like the gazillion-paged pdf file that I mentioned that was only about 300KB.
    And by saying a layout program, does that mean like Adobe InDesign? Does that mean that I should just make my graphics in Photoshop and then import using another program and finish the file there?
    What other layout programs can I use?
    Thank you so much!

Maybe you are looking for

  • Create many pages is too slow, is there a way to format each page, not all?

    i'm creating hundreds of pages of report (very complicated report) when i using cliend/server version of oracle report, it created only the page user is viewing, and rest is not yet formatted. so even it has thousands of pages, since not all the page

  • Restart computer when program not running

    Hello, I am using Labview 2011 and 2014. I have set windows to launch my program when the computer is turned on. The VI is set so that the program runs when launched. Things have been working fine for several ON/OFF sequences of the computer. But las

  • MOVED: Not getting video when I turn on the computer

    This topic has been moved to AMD64 nVidia Based board. https://forum-en.msi.com/index.php?topic=101658.0

  • Correct way to delete software

    Please forgive my ignorance but could someone please tell me the correct way to uninstall software on a mac?? Just moved from PC to MAC Thanks Dave

  • Blocked Incoming Calls & Hotmail Issue

    First of all, I would like to thank JCG02 for answering my questions; this is my first time to use Iphone and use this communities. Acturally JCG02 was completely right, I should mark it as correct; I thought helpful was more accurate because the ans