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 h:commandlink right click not working 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 "h:commandlink right click not working" Watch "h:commandlink right click not working" New topic
Author

h:commandlink right click not working

mano ranjan
Ranch Hand

Joined: Jul 12, 2007
Posts: 102
Hi
I have a <h:commanlink action="sample" > when is click this window ill will go to sample page.but when i try to right click and open in new window its goes to the login page or previous page ..Can anybody suggest some idea how to solve this issue...

thanks
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14480
    
    7

Web browsers don't understand JSF tags. JSF converts them into HTML. You should look at the page source in your browser to see what actually gets output to the client.

If you want specific (non-default functionality) attached to that element for the right mouse button, you'll have to attach some JavaScript to it.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: h:commandlink right click not working
 
Similar Threads
synchronizing on HttpSession
SAVE AS with memu bar
Commandlink problem
check if the window is new or old ?
Regarding dynamic table generation