| 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
|
|
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.
|
 |
 |
|
|
subject: h:commandlink right click not working
|
|
|