This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes how to redirect request on click of a button. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "how to redirect request on click of a button." Watch "how to redirect request on click of a button." New topic
Author

how to redirect request on click of a button.

Maneessh saxena
Ranch Hand

Joined: Oct 03, 2006
Posts: 125
HI Ranchers,
Actually I need to show a pop up on click a button which is a jsp. I've the URL for that perticular jsp. But as I am new to JSF I don't know the syntax/method to get my work done. Please help guys...

Thanks & Regards


SCJP 1.4, SCWCD 1.5
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
The easiest way would be to have the link open in a new window by using a target attribute: <a href="..." target="_blank">click here<a>. I'm sure JSF supports this somehow; it's a very common thing to do.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to redirect request on click of a button.
 
Similar Threads
How to exit from a jsp page
how to clear request object
open a popup window of a pop up window from the parent window
Navigate from one JSP to another
Jsp to pdf