opening a new window using tr:commandLink

2007-05-10 Thread Nikhil Smotra
Hi, I am trying to open a link in a new window using tr:commandLink by setting 'useWindow' attribute to 'true'. The link opens in the very same same window and not a new window. The code I am using is as follows: tr:commandLink text=View Report action=test useWindow=true windowHeight=200

Re: opening a new window using tr:commandLink

2007-05-10 Thread Luka Surija
action has to be dialog:something. It must start with dialog:. Nikhil Smotra wrote: Hi, I am trying to open a link in a new window using tr:commandLink by setting 'useWindow' attribute to 'true'. The link opens in the very same same window and not a new window. The code I am using is as

Re: Opening a new window with t:jscookMenu and javaScript

2006-04-28 Thread Timo Thomas
Hi Greg, still waiting for an answer? I had the same problem, and modified the javascript sources of jscookmenu to get this feature. Let me know if you want more details. Timo Lindholm, Greg schrieb: I'm using the t:jscookMenu and very happy with it but would like to do something different

RE: Opening a new window with t:jscookMenu and javaScript

2006-04-28 Thread Lindholm, Greg
Discussion Subject: Re: Opening a new window with t:jscookMenu and javaScript Hi Greg, still waiting for an answer? I had the same problem, and modified the javascript sources of jscookmenu to get this feature. Let me know if you want more details. Timo Lindholm, Greg schrieb: I'm using

Opening a new window with t:jscookMenu and javaScript

2006-03-24 Thread Lindholm, Greg
I'm using the t:jscookMenu and very happy with it but would like to do something different for the Help MenuItem. I the user clicks on our Help MenuItem in the t:jscookMenu I would like to pop open a new Window. I know how to do this with JavaScript but I can't figure out how to hook it up

Opening a new window

2005-08-26 Thread Emmanuel Jay
Hi, I would like to know if there are any solution to open a new (sub) window with MyFaces. I have a button on my main page and on user clicc I would like to open a new window and display some data in it. Are there any other solutions than using _javascript_? Can the JSF navigation system handle

Re: Opening a new window

2005-08-26 Thread Emmanuel Jay
I dont think this tag opens a new browser window as the _javascript_ function window.open('url',...) would (correct me if I'm wrong and if there is a way to do it with this tag without modifying it)... I nevertheless use the popup tag to display info that is temporary in the same way as in the

Re: Opening a new window

2005-08-26 Thread Dennis Byrne
This one might help. http://myfaces.apache.org/tlddoc/tomahawk/t/popup.html Original message Date: Fri, 26 Aug 2005 17:53:04 +0200 From: Emmanuel Jay [EMAIL PROTECTED] Subject: Opening a new window To: MyFaces Discussion users@myfaces.apache.org Hi, I would like to know

RE: Opening a new window

2005-08-26 Thread CONNER, BRENDAN \(SBCSI\)
Title: Message See the book Core JavaServer Faces (Geary, Horstman), pp. 587 - 595 (in the section: "How do I generate a popup window"). - Brendan -Original Message-From: Emmanuel Jay [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 10:53 AMTo: MyFaces

RE: Opening a new window

2005-08-26 Thread CONNER, BRENDAN \(SBCSI\)
: Opening a new window See the book Core JavaServer Faces (Geary, Horstman), pp. 587 - 595 (in the section: "How do I generate a popup window"). - Brendan -Original Message-From: Emmanuel Jay [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 10:53

Re: Opening a new window

2005-08-26 Thread Emmanuel Jay
) Sent: Friday, August 26, 2005 11:43 AMTo: 'MyFaces Discussion'Subject: RE: Opening a new window See the book Core JavaServer Faces (Geary, Horstman), pp. 587 - 595 (in the section: How do I generate a popup window). - Brendan -Original Message-From: Emmanuel Jay

How Can I make CommandLink support opening in new window

2005-03-11 Thread Virtudazo, Dennis \(Exchange\)
CommandLink appears as a regular link on the page, but when you right-click and choose open in new window (using IE), it opens a new window on the same page without actually invoking the action for the link. Any suggestions how to make this work?

Re: How Can I make CommandLink support opening in new window

2005-03-11 Thread Bruno Aranda
If it applies, you can use an outputLink with target=_blank. Regards, Bruno On Fri, 11 Mar 2005 10:01:17 -0500, Virtudazo, Dennis (Exchange) [EMAIL PROTECTED] wrote: CommandLink appears as a regular link on the page, but when you right-click and choose open in new window (using IE), it opens

Re: How Can I make CommandLink support opening in new window

2005-03-11 Thread Heath Borders
: How Can I make CommandLink support opening in new window If it applies, you can use an outputLink with target=_blank. Regards, Bruno On Fri, 11 Mar 2005 10:01:17 -0500, Virtudazo, Dennis (Exchange) [EMAIL PROTECTED] wrote: CommandLink appears as a regular link on the page, but when

RE: How Can I make CommandLink support opening in new window

2005-03-11 Thread Virtudazo, Dennis \(Exchange\)
submitted. -Original Message- From: Heath Borders [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 11:09 AM To: MyFaces Discussion Subject: Re: How Can I make CommandLink support opening in new window You'd have to do a bit of custom work to get it to go. Here's the problem

RE: How Can I make CommandLink support opening in new window

2005-03-11 Thread Virtudazo, Dennis \(Exchange\)
link. -Original Message- From: Korhonen, Kalle [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 1:17 PM To: MyFaces Discussion Subject: RE: How Can I make CommandLink support opening in new window -Original Message- From: Virtudazo, Dennis (Exchange) [mailto:[EMAIL