RE: Tapestry 3.0.3 Popups

2007-03-23 Thread Mark Stang
Nick,
Thanks for all your help that worked.  I believe that one of my developers 
thought that providing a window name would cause IE to blow up.  Which is why 
we don't have window names on any of our pop-ups.  And they went as far as to 
create individual classes for pop-ups rather than using the .jwc.

As I have time, I will be RIPPING out all of their implementations! 
!

regards,

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Nick Westgate [mailto:[EMAIL PROTECTED]
Sent: Fri 3/23/2007 5:26 AM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups
 
Hi Mark.

Can't you just use the PopupLinkRenderer?


 
 
 

...

 
 


Cheers,
Nick.


Mark Stang wrote:
> Jesse,
> Thanks for the response.  It looks like it will put an .html into a pop-up.  
> It requires a URL, I have a .page that I am displaying.
> 
> Thoughts?
> 
> Thanks!
> 
> Mark
> 
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
> 
> 
> 
> -Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> Sent: Thu 3/22/2007 2:52 PM
> To: Tapestry users
> Subject: Re: Tapestry 3.0.3 Popups
>  
> You can use the PopupLink component to have them go to the same window
> name or control it yourself via target="". (i think)
> 
> On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
>> Hi,
>> Every time I have an external link pop up a window, I get a new window.  
>> Even if it is the same link.  Any idea how to have it re-use the same 
>> window?  I think it is a parameter to the javascript, but I don't know how 
>> to pass the value down to the javascript.
>>
>> Application Endpoints
>>
>> thanks,
>>
>> Mark
>>
>> Mark J. Stang
>> Senior Engineer/Architect
>> office: +1 303.468.2900
>> mobile: +1 303.507.2833
>> Ping Identity
>>
>>
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Tapestry 3.0.3 Popups

2007-03-23 Thread Mark Stang
I took a look at our local pop-up renderer.  It appears, at some point, that 
setting the window name caused an error with IE, has anyone seen this behavior?

thanks,

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Nick Westgate [mailto:[EMAIL PROTECTED]
Sent: Fri 3/23/2007 5:26 AM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups
 
Hi Mark.

Can't you just use the PopupLinkRenderer?


 
 
 

...

 
 


Cheers,
Nick.


Mark Stang wrote:
> Jesse,
> Thanks for the response.  It looks like it will put an .html into a pop-up.  
> It requires a URL, I have a .page that I am displaying.
> 
> Thoughts?
> 
> Thanks!
> 
> Mark
> 
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
> 
> 
> 
> -Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> Sent: Thu 3/22/2007 2:52 PM
> To: Tapestry users
> Subject: Re: Tapestry 3.0.3 Popups
>  
> You can use the PopupLink component to have them go to the same window
> name or control it yourself via target="". (i think)
> 
> On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
>> Hi,
>> Every time I have an external link pop up a window, I get a new window.  
>> Even if it is the same link.  Any idea how to have it re-use the same 
>> window?  I think it is a parameter to the javascript, but I don't know how 
>> to pass the value down to the javascript.
>>
>> Application Endpoints
>>
>> thanks,
>>
>> Mark
>>
>> Mark J. Stang
>> Senior Engineer/Architect
>> office: +1 303.468.2900
>> mobile: +1 303.507.2833
>> Ping Identity
>>
>>
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Tapestry 3.0.3 Popups

2007-03-23 Thread Robert Zeigler

Mark,

Have you tried the "NewWindowLink" in tassel?
http://www.tapestrycomponents.org/Tassel/app?service=external/ 
ViewComponent&sp=SNewWindowLink


Robert

On Mar 23, 2007, at 3/2310:36 AM , Mark Stang wrote:


Nick,
I will give it a shot, nothing else has worked.  I suppose I could  
write my own component as a last resort.


Thanks!

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Nick Westgate [mailto:[EMAIL PROTECTED]
Sent: Fri 3/23/2007 5:26 AM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups

Hi Mark.

Can't you just use the PopupLinkRenderer?


 
 
 expression="beans.detailPrintLinkRenderer"/>


...
name="detailPrintLinkRenderer">

 
 expression="'top=100,left=100,height=600,width=800,scrollbars'"/>



Cheers,
Nick.


Mark Stang wrote:

Jesse,
Thanks for the response.  It looks like it will put an .html into  
a pop-up.  It requires a URL, I have a .page that I am displaying.


Thoughts?

Thanks!

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Thu 3/22/2007 2:52 PM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups

You can use the PopupLink component to have them go to the same  
window

name or control it yourself via target="". (i think)

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:

Hi,
Every time I have an external link pop up a window, I get a new  
window.  Even if it is the same link.  Any idea how to have it re- 
use the same window?  I think it is a parameter to the  
javascript, but I don't know how to pass the value down to the  
javascript.


Application Endpoints


thanks,

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tapestry 3.0.3 Popups

2007-03-23 Thread Mark Stang
Nick,
I will give it a shot, nothing else has worked.  I suppose I could write my own 
component as a last resort.

Thanks!

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Nick Westgate [mailto:[EMAIL PROTECTED]
Sent: Fri 3/23/2007 5:26 AM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups
 
Hi Mark.

Can't you just use the PopupLinkRenderer?


 
 
 

...

 
 


Cheers,
Nick.


Mark Stang wrote:
> Jesse,
> Thanks for the response.  It looks like it will put an .html into a pop-up.  
> It requires a URL, I have a .page that I am displaying.
> 
> Thoughts?
> 
> Thanks!
> 
> Mark
> 
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
> 
> 
> 
> -Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> Sent: Thu 3/22/2007 2:52 PM
> To: Tapestry users
> Subject: Re: Tapestry 3.0.3 Popups
>  
> You can use the PopupLink component to have them go to the same window
> name or control it yourself via target="". (i think)
> 
> On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
>> Hi,
>> Every time I have an external link pop up a window, I get a new window.  
>> Even if it is the same link.  Any idea how to have it re-use the same 
>> window?  I think it is a parameter to the javascript, but I don't know how 
>> to pass the value down to the javascript.
>>
>> Application Endpoints
>>
>> thanks,
>>
>> Mark
>>
>> Mark J. Stang
>> Senior Engineer/Architect
>> office: +1 303.468.2900
>> mobile: +1 303.507.2833
>> Ping Identity
>>
>>
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Tapestry 3.0.3 Popups

2007-03-23 Thread Nick Westgate

Hi Mark.

Can't you just use the PopupLinkRenderer?






...





Cheers,
Nick.


Mark Stang wrote:

Jesse,
Thanks for the response.  It looks like it will put an .html into a pop-up.  It 
requires a URL, I have a .page that I am displaying.

Thoughts?

Thanks!

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Thu 3/22/2007 2:52 PM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups
 
You can use the PopupLink component to have them go to the same window

name or control it yourself via target="". (i think)

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:

Hi,
Every time I have an external link pop up a window, I get a new window.  Even 
if it is the same link.  Any idea how to have it re-use the same window?  I 
think it is a parameter to the javascript, but I don't know how to pass the 
value down to the javascript.

Application 
Endpoints

thanks,

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tapestry 3.0.3 Popups

2007-03-22 Thread Jesse Kuhnert

Try getAbsoluteURL() on the page link...It's opening a new window with
a url of ("/pingfederate" - which your browser won't know how to
handle so it defaults to thinking you must be trying to open a local
file.

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:

Well, I am having a bit of a problem.
I used the code that Jesse sent me and it returns:

/pingfederate/app?service=page/SamlEndpointsPopUp

Which when I pass to the popup, opens a popup that doesn't contain my page, but 
rather my main menu...

And in my log file, I get:

16:12:39,456 WARN  [ResourceCache] Alias request of 
'file:/tmp/Jetty____pingfederate/webapp/app%3Fservice=page/SamlEndpointsPopUp'
 for 
'file:/tmp/Jetty____pingfederate/webapp/app%3Fservice=page/SamlEndpointsPopUp'


Thoughts?

thanks,

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Mark Stang
Sent: Thu 3/22/2007 3:30 PM
To: Tapestry users
Subject: RE: Tapestry 3.0.3 Popups

Thanks, I will see what I can monkey up...:-)

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Thu 3/22/2007 3:24 PM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups

Well...Looking at the javadocs I'd say you need to do something more like:

cycle.getEngine().getService(Tapestry.PAGE_SERVICE).getLink(cycle,
page, new Object[] { "Your .page name "}).getURL()

You can also try getAbsoluteURL() if it's not putting the
http//context/ stuff in there for some reason.

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> This is what I get:
>
> HTTP ERROR: 404
>
> Not Found
>
> RequestURI=/pingfederate/help/account-number-help.html
>
> Powered by Jetty://
>
>
> I specifically used an html page that doesn't exist.  I guess the question is 
how I would specify a .page...
>
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
>
>
>
> -----Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> Sent: Thu 3/22/2007 2:52 PM
> To: Tapestry users
> Subject: Re: Tapestry 3.0.3 Popups
>
> You can use the PopupLink component to have them go to the same window
> name or control it yourself via target="". (i think)
>
> On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> > Hi,
> > Every time I have an external link pop up a window, I get a new window.  
Even if it is the same link.  Any idea how to have it re-use the same window?  I 
think it is a parameter to the javascript, but I don't know how to pass the value 
down to the javascript.
> >
> > Application Endpoints
> >
> > thanks,
> >
> > Mark
> >
> > Mark J. Stang
> > Senior Engineer/Architect
> > office: +1 303.468.2900
> > mobile: +1 303.507.2833
> > Ping Identity
> >
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tapestry 3.0.3 Popups

2007-03-22 Thread Mark Stang
Well, I am having a bit of a problem.
I used the code that Jesse sent me and it returns:

/pingfederate/app?service=page/SamlEndpointsPopUp

Which when I pass to the popup, opens a popup that doesn't contain my page, but 
rather my main menu...

And in my log file, I get:

16:12:39,456 WARN  [ResourceCache] Alias request of 
'file:/tmp/Jetty____pingfederate/webapp/app%3Fservice=page/SamlEndpointsPopUp'
 for 
'file:/tmp/Jetty____pingfederate/webapp/app%3Fservice=page/SamlEndpointsPopUp'
 

Thoughts?

thanks,

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Mark Stang
Sent: Thu 3/22/2007 3:30 PM
To: Tapestry users
Subject: RE: Tapestry 3.0.3 Popups
 
Thanks, I will see what I can monkey up...:-)

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Thu 3/22/2007 3:24 PM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups
 
Well...Looking at the javadocs I'd say you need to do something more like:

cycle.getEngine().getService(Tapestry.PAGE_SERVICE).getLink(cycle,
page, new Object[] { "Your .page name "}).getURL()

You can also try getAbsoluteURL() if it's not putting the
http//context/ stuff in there for some reason.

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> This is what I get:
>
> HTTP ERROR: 404
>
> Not Found
>
> RequestURI=/pingfederate/help/account-number-help.html
>
> Powered by Jetty://
>
>
> I specifically used an html page that doesn't exist.  I guess the question is 
> how I would specify a .page...
>
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
>
>
>
> -Original Message-----
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> Sent: Thu 3/22/2007 2:52 PM
> To: Tapestry users
> Subject: Re: Tapestry 3.0.3 Popups
>
> You can use the PopupLink component to have them go to the same window
> name or control it yourself via target="". (i think)
>
> On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> > Hi,
> > Every time I have an external link pop up a window, I get a new window.  
> > Even if it is the same link.  Any idea how to have it re-use the same 
> > window?  I think it is a parameter to the javascript, but I don't know how 
> > to pass the value down to the javascript.
> >
> > Application Endpoints
> >
> > thanks,
> >
> > Mark
> >
> > Mark J. Stang
> > Senior Engineer/Architect
> > office: +1 303.468.2900
> > mobile: +1 303.507.2833
> > Ping Identity
> >
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






RE: Tapestry 3.0.3 Popups

2007-03-22 Thread Mark Stang
Jesse,
Thanks for the response.  It looks like it will put an .html into a pop-up.  It 
requires a URL, I have a .page that I am displaying.

Thoughts?

Thanks!

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Thu 3/22/2007 2:52 PM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups
 
You can use the PopupLink component to have them go to the same window
name or control it yourself via target="". (i think)

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> Hi,
> Every time I have an external link pop up a window, I get a new window.  Even 
> if it is the same link.  Any idea how to have it re-use the same window?  I 
> think it is a parameter to the javascript, but I don't know how to pass the 
> value down to the javascript.
>
> Application Endpoints
>
> thanks,
>
> Mark
>
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Tapestry 3.0.3 Popups

2007-03-22 Thread Jesse Kuhnert

Well...Looking at the javadocs I'd say you need to do something more like:

cycle.getEngine().getService(Tapestry.PAGE_SERVICE).getLink(cycle,
page, new Object[] { "Your .page name "}).getURL()

You can also try getAbsoluteURL() if it's not putting the
http//context/ stuff in there for some reason.

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:

This is what I get:

HTTP ERROR: 404

Not Found

RequestURI=/pingfederate/help/account-number-help.html

Powered by Jetty://


I specifically used an html page that doesn't exist.  I guess the question is 
how I would specify a .page...

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Thu 3/22/2007 2:52 PM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups

You can use the PopupLink component to have them go to the same window
name or control it yourself via target="". (i think)

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> Hi,
> Every time I have an external link pop up a window, I get a new window.  Even 
if it is the same link.  Any idea how to have it re-use the same window?  I think 
it is a parameter to the javascript, but I don't know how to pass the value down 
to the javascript.
>
> Application Endpoints
>
> thanks,
>
> Mark
>
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
>
>


--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tapestry 3.0.3 Popups

2007-03-22 Thread Mark Stang
This is what I get:

HTTP ERROR: 404

Not Found

RequestURI=/pingfederate/help/account-number-help.html

Powered by Jetty://


I specifically used an html page that doesn't exist.  I guess the question is 
how I would specify a .page...

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Thu 3/22/2007 2:52 PM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups
 
You can use the PopupLink component to have them go to the same window
name or control it yourself via target="". (i think)

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> Hi,
> Every time I have an external link pop up a window, I get a new window.  Even 
> if it is the same link.  Any idea how to have it re-use the same window?  I 
> think it is a parameter to the javascript, but I don't know how to pass the 
> value down to the javascript.
>
> Application Endpoints
>
> thanks,
>
> Mark
>
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Tapestry 3.0.3 Popups

2007-03-22 Thread Jesse Kuhnert

That's annoying...Well..However you get a reference to the page
service in T3 (i don't remember off hand ) should be enough for you to
do a getLink().buildURL() call to generate a url for that page.

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:

Jesse,
Thanks for the response.  It looks like it will put an .html into a pop-up.  It 
requires a URL, I have a .page that I am displaying.

Thoughts?

Thanks!

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Thu 3/22/2007 2:52 PM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups

You can use the PopupLink component to have them go to the same window
name or control it yourself via target="". (i think)

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> Hi,
> Every time I have an external link pop up a window, I get a new window.  Even 
if it is the same link.  Any idea how to have it re-use the same window?  I think 
it is a parameter to the javascript, but I don't know how to pass the value down 
to the javascript.
>
> Application Endpoints
>
> thanks,
>
> Mark
>
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
>
>


--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tapestry 3.0.3 Popups

2007-03-22 Thread Mark Stang
Thanks, I will see what I can monkey up...:-)

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Thu 3/22/2007 3:24 PM
To: Tapestry users
Subject: Re: Tapestry 3.0.3 Popups
 
Well...Looking at the javadocs I'd say you need to do something more like:

cycle.getEngine().getService(Tapestry.PAGE_SERVICE).getLink(cycle,
page, new Object[] { "Your .page name "}).getURL()

You can also try getAbsoluteURL() if it's not putting the
http//context/ stuff in there for some reason.

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> This is what I get:
>
> HTTP ERROR: 404
>
> Not Found
>
> RequestURI=/pingfederate/help/account-number-help.html
>
> Powered by Jetty://
>
>
> I specifically used an html page that doesn't exist.  I guess the question is 
> how I would specify a .page...
>
> Mark J. Stang
> Senior Engineer/Architect
> office: +1 303.468.2900
> mobile: +1 303.507.2833
> Ping Identity
>
>
>
> -Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> Sent: Thu 3/22/2007 2:52 PM
> To: Tapestry users
> Subject: Re: Tapestry 3.0.3 Popups
>
> You can use the PopupLink component to have them go to the same window
> name or control it yourself via target="". (i think)
>
> On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:
> > Hi,
> > Every time I have an external link pop up a window, I get a new window.  
> > Even if it is the same link.  Any idea how to have it re-use the same 
> > window?  I think it is a parameter to the javascript, but I don't know how 
> > to pass the value down to the javascript.
> >
> > Application Endpoints
> >
> > thanks,
> >
> > Mark
> >
> > Mark J. Stang
> > Senior Engineer/Architect
> > office: +1 303.468.2900
> > mobile: +1 303.507.2833
> > Ping Identity
> >
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tapestry 3.0.3 Popups

2007-03-22 Thread Jesse Kuhnert

You can use the PopupLink component to have them go to the same window
name or control it yourself via target="". (i think)

On 3/22/07, Mark Stang <[EMAIL PROTECTED]> wrote:

Hi,
Every time I have an external link pop up a window, I get a new window.  Even 
if it is the same link.  Any idea how to have it re-use the same window?  I 
think it is a parameter to the javascript, but I don't know how to pass the 
value down to the javascript.

Application 
Endpoints

thanks,

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity





--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tapestry 3.0.3 Popups

2007-03-22 Thread Mark Stang
Hi,
Every time I have an external link pop up a window, I get a new window.  Even 
if it is the same link.  Any idea how to have it re-use the same window?  I 
think it is a parameter to the javascript, but I don't know how to pass the 
value down to the javascript.

Application Endpoints

thanks,

Mark

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity