Taavi,
Tapestry supports a popup page and you can link to it directly.

javascript: w = window.open('/pingfederate/app?service=external/aboutPopUp', 
'', 'top=100,left=100,height=600,width=800,scrollbars'); w.focus();

hth,

Mark


-----Original Message-----
From: Taavi Sildeberg [mailto:[EMAIL PROTECTED]
Sent: Mon 6/26/2006 3:04 AM
To: Tapersty List
Subject: SubmitButton and popup window
 
Hello,

I have a problem :) I need to open popup window with tapestry page in it 
with a submit button click. I dried to combine something like javascript 
onclick and submit listener, but this do not work.
Can some one help me with this?

All the best,
Taavi

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



Reply via email to