Results 1 to 5 of 5

Thread: Redirect To Same Page

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Question Redirect To Same Page

    Hello,

    I have been stuck by a serious situation. I wish to redirect my page to the same page. In my JSP page's form action property page I like to mention the same page name.

    We can do the same in PHP page like below.

    PHP syntax
    <form name="f" method="post" action="<?php echo $_SERVER["PHP_SELF"] ?>">
    ...............
    ...............
    </form>

    How is it possible to do the same in the JSP page ? I am using JSP with the Servlet in MVC framework.

    Please help. Thanks a lot in advance.

    Thanks & Regards.

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Redirect To Same Page



    Has someone helped you? Then you can Rate their helpful post.

  3. #3
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Redirect To Same Page

    Or you can simply set the Action to "." or "#"
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Question Re: Redirect To Same Page

    Hello,

    Dear ComputerJy, can you please provide me a simple example.

    Thanks & Regards.

  5. #5
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Redirect To Same Page

    <form method="post" action="#">
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width