How to create Login Pane

Hello Friends>
I want to create Login Page. but main problem is when user click Login Button it checks for validity & display next page but if user click Back Buton of Browser it goes to Login PAge. It should not b like that because if agin user click next button it enters. Pls provide mi solution for this.
THNKS & REGARDS

try this
Make all the pages Jsp pages which are pure html pages
and add this
response.setHeader( "Pragma", "no-cache" );
response.addHeader( "Cache-Control", "must-revalidate" );
response.addHeader( "Cache-Control", "no-cache" );
response.addHeader( "Cache-Control", "no-store" );
response.setDateHeader("Expires", 0);

Similar Messages

  • How to create Login page in Jdev11.1.1.4

    Hi All,
    can anyone please share how to create Login Page in Jdev11.1.1.4
    TIA,
    Bob
    Edited by: Bob on Feb 18, 2011 12:40 AM

    Bob,
    [url http://download.oracle.com/docs/cd/E17904_01/web.1111/b31974/adding_security.htm#BABDEICH]The documentation tells you how.
    John

  • How to create login page for application with jheadstart

    Is there a how to section for jheadstart?
    After reviewing the jheadstart developer's guide. I am still left with lot of questions:
    1. how to create a login page to allow access to an application using username/password from a database table
    2. how to change the title graphic (jheadstart demo) to (my application)
    3. how to execute a query by hitting enter instead of a mouse clicking a button
    Any suggestion to search for such practical questions in this forum or other blogs and such is appreciated.

    Mahin,
    You can set Authentication Schemes for your applications. If you are using Application Express Authentication, you can create additional users from here:
    1. From Application Express home, click Manage Application Express users.
    2. Click Create to create users. To create end user, select "no" to developer and admin.
    - Christina

  • How to create a Panning Tool with Mini Browser in AS3

    I would like to create a panning tool similar to the attached. I looking for something very simple, I would like to be able to scroll the large image from left to right using a smaller inset browser. If anyone know of any tutorials, please inform.
    Thanks for any response.

    Search Google for something like "AS3 custom scrollbar"  You will essentially be creating a custom scrollar where the thumb of the scroller is the yellow-bounded rectangle and the smaller image it sits on is the scroller track.

  • How to create login page in JDev

    Hi,
    First of all I'd like to apologize for posting this, but I just can't find what I'm looking for. I have a project to create an internal application to networked users via JDev/ADF that simply has a login and menu to run some reports and maybe a search screen. I am wondering the best approach since it's not a true web application and also wondering if anyone has a simple example to login to the database where the users are created as database users with assigned roles for table access? Any good advice will be appreciated!
    Thanks,
    Lee

    The link below will walk you through how to implement security in your ADF application.
    http://download-west.oracle.com/docs/html/B25947_01/adding_security.htm#BGBGJEAH

  • How to create tab pane in jsf

    i have two pages
    file.jsp
    file1.jsp
    i want to open these page in diff tab.
    both pages contains ajax tags
    how i will do this.

    There are several 3rd components available to create tabbed panels. Look around at the sites of Tomahawk, RI Sandbox, ICEFaces and ADF for example.

  • How to creat navigation pane or tabs in a document

    Dear Friends!
    I have prepared my thesis report having different chapters, each chapter has various sections. I want to create a navigation pane (just
    like tabs, a tab for each chapter and sub-tabs after opening a specific chapter) for my thesis, because this element is essential for easy navigation. The navigation pane may consist of Chapters heading, search option, switching to content from any page
    and page number (with navigation to next or returning page). furthermore, when I click to go to any specific chapter from navigation, a specific navigation pane may be there in that very chapter
     for easy switching to various sections of the same chapter.
    Secondly I also want to get the same report/data in PDFs, in order to enable quickly access for needed information.
    Is the same feature can be done in MS Office, or any other specialized tool/software is existing to create such type of documents
    please? I need help in this regard please.

    set your own UI, overriding paintTab(..) to add 5 (or whatever gap) to each of rects.x

  • How to create login page using OAF

    Hi,
    I am using Jdeveloper 11.1.1.6.0
    Plese give me Sample Code creating the log in page .
    Thanks
    Ram

    Hi,
    here i am using the webcenter application using the adf faces need secured login page using the OAM.
    Thanks
    Ram

  • How to creat login screen in oracle forms 10g.

    Hello I want to make a login form wher a database user will connect to the application and other forms.
    Must note that I have database users for login like hr, scott etc.I dont want to make users in a just table.
    I want to show a beatifull screen which will be our main form and there will be a login button then a user will put its credentials and then dashboard will be open.
    please guid me about this.bcz i made a form and call
    f
    Logon_Screen;
    but its going work properly and show message raise form trigger failure.

    Could share your error message?
    >>Must note that I have database users for login like hr, scott etc.I dont want to make users in a just table.
    what it means?

  • How to create login object

    hi
    iam having an infoview screen as
    System : xxx.com:2212    dropdown to select CMS name
    UserName: xxxx
    Password: xxxxx
    Authentication: Enterprise
    when i try to logon i get an error message cannot connect ...
    Can anyone put a snippet with logon details.
    Exact error is
    com.crystaldecisions.thirdparty.org.omg.CORBA.TRANSIENT: attempt to establish connection failed: java.net.ConnectException: Connection refused

    Hi Ted,
    We are indeed trying to connect to the java version of infoView.
    By deploying Java infoview in my development machine, I think you are referring if I can access the infoview link from my local machine. If it is right, then Yes I am able to connect to the infoview link from my development machine..
    But the only difference, that I notice is that, against the CMS textbox, I am getting a drop down along with the textbox, when I select a value from the dropdown and specify the other details , then only I am able to connect to the BO.
    I think, since I am not passing the dropdown value using java code I am unable to connect to the BO.
    But, the problem is I am not able to find out,, how can I pass this drop down value to BO.
    Can you please guide me in how to pass this drop down value using java
    Cheers,
    Shruti

  • How to create a login interface in labview PDA module?

    How to create a login interface in labview PDA module? So that it checks with a list of usernames and passwords and allow to go to another VI?
    Anu

    Anu,
    I've attached a really short example that does something like what you're talking about.  It just compares the user's username and password a pre-determined username and password and then "logs the user in" based on that comparison.  Like Greycat said, you probably want to store this username and password info in some sort of file on the PDA that's in an encrypted format for both security and flexibility of your application.
    I hope this helps,
    Justin D.
    Applications Engineer
    National Instruments
    Attachments:
    LoginVI.vi ‏17 KB

  • Does anyone here knows how to create a login page thru JDBC?

    Anyone here knows how to create a login page which connect to database thru JDBC but not JDBC-ODBC bridge?

    Hi..pls you'll do people here a great good if you could explain yourself better..!
    Anyway if you are trying to connect to an Oracle Database you dont need the jdbc-odbc bridge as oracle provides a special driver for java applets/applications that is "the thin driver" and the "oci driver"..so if you are connecting to Oracle your connection will look like this:
    Class.forName("oracle.jdbc.driver.OracleDriver"); //not sun.jdbc.odbc.JdbcOdbcDriver
    Connection con = DriverManager.getConnection ("blah blah, blah");
    no need for the jdbc-odbc bridge.
    I hope i've answered your question.
    Thanks.

  • How to create a user that can login the LDAP?

    I want to create a user that can login the OID/LDAP. I know how to create a user, it is allowed to login OIDDAS, but I also want the user to grant access to ldap directly. How do i do that?
    And how can I give it read rights and or update/delete rights on a specific tree?
    Regards
    Eelco

    Eelco,
    did you see the OiD developers guide? Here you find some examples how to create users in OiD using pl/sql or java.
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95193/smplcode.htm#637294
    how to use directory access control can be found in
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95192/access.htm#1054232
    --Olaf

  • How to create Jaas Login module !! Urgent

    <b>Hi developers</b>
                        I want to make some changes in logon messages. Right now we are getting only error <b>user authentication failed </b> on the portal even if user is locked or some other reason is there for failed authentiaction. I want proper message should be displaying based on user input. For it I hope its good to <b>create Jaas logon module</b> so that i can modify it accordingly .
    kindly if any one can give me way out , its urgent.
    how to create it step by step. it would be highly appriciable.
    any inputs are appriciated .
    Thanks in advance
    <b>Abhay</b>

    Hi Abhay,
    1.) Every question is "urgent"... Please read https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement - section "Use a Good Subject Line"
    2.) For JAAS Login Modules examples, see https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4d65ed90-0201-0010-3aba-9209836e8242
    Hope it helps
    Detlev

  • How to login in Sol man?How to create client?

    Hi
    I have installed solution manager 4.0 on AIX 5.3 (Database - MaxDB).
    How to login in it?
    Is it required to create client so as to login?
    If yes, how to create client in SolMan?

    <b>I have installed Solman 4.0 on AIX 5.3.
    <u>Available options are pasted below:</b></u>
    000001 SAP GUI FOR JAVA
    Installation Software Component (Current View)
    000002 SAP GUI FOR WINDOWS
    Installation Software Component (Current View)
    000003 SAP GUIDED SELLING
    Installation Software Component (Current View)
    000004 SAPSETUP FOR SAP GUI
    Installation Software Component (Current View)
    000005 SAP GUI FOR JAVA 7.00
    Installation Software Component (Current View)
    000006 SAP GUI FOR WINDOWS 6.20
    Installation Software Component (Current View)
    000007 SAP GUI FOR WINDOWS 6.40
    Installation Software Component (Current View)
    000008 SAP GUI FOR WINDOWS 7.10 CORE
    Installation Software Component (Current View)
    000009 SAP GUIDED SELLING 1.0
    Installation Software Component (Current View)
    000010 01200615322000000553 Installation SAP Guided Selling 1.0
    000011 51019289 CD SAP Web AS 6.20 Inst./Upgrade Guides
    CD
    000012 51030605 CD SAP CRM 4.0 SR1 Inst./Upgrade Guides
    CD
    000013 51031650 CD SAP R3E 4.7x2.00 SR1 Upg./Inst.Guides
    CD
    000014 51031651 CD SAP CRM 4.0 SR1 Inst./Upgrade Guides
    CD

Maybe you are looking for

  • HP office jet pro 8600- "No document loaded" error message with OS Mavericks 10.9.1 when scanning

    I am unable to scan from either my HP officejet pro 8600 printer or  my iMac, using OS Mavericks 10.9.1.  From computer, message in sequence are:  1) Waiting for scanner 2) no document loaded and 3) scanner failed to complete the scan (this after cha

  • IPhoto '08 problem with CMYK photos

    I notice something on iPhoto 06 and 08, when i use a photo in RGB mode the colors look great, but if i use a CMYK photo looks very bad... See the difference: http://www.welove.com.pt/iphoto_CMYK.png http://www.welove.com.pt/iphoto_RGB.png is it collo

  • Reset the iPod and music doesn't show up... but the files are still there..

    I had to reset my nano (just a soft reboot). Supposedly when you do this, you do not lose your files. Wrong! Well... not completely. The files are still there if I look under the iPod in "My Computer" but, tho iTunes recognizes the iPod, there is no

  • Need Driver for MAT**bleep**A DVD--RAM UJ-860 Drive

    Searched everywhere for a Driver for the above drive.  Drive has  a exclamation mark shown in the Device Manager display.  Not sure how the driver got deleted or what have you. Please supply whateever information you might have. Thank you, GENO

  • Nokia 6233 - Restarts automatically

    I need help with my fone: I recently bought this phone during christmass 2006, i noticed that everytime I play music the fone suddenly restarts without any warning. I'm not sure if it's only the music which causes this but thats when i only seen it h