Re: Popup on LinkSubmit

2006-05-04 Thread Henri Dupre
On 5/3/06, Wes Bramhall <[EMAIL PROTECTED]> wrote: Well, I just started working on something very similar. I want to submit a form using a LinkSubmit and render the response to that submission in a new window. After looking at it myself for a little bit, I got the window to pop up and the respon

RE: Popup on LinkSubmit

2006-05-03 Thread Wes Bramhall
in mind. Then I saw this thread. You have a component written that does this Henri? Thanks, -Wes -Original Message- From: Henri Dupre [mailto:[EMAIL PROTECTED] Sent: Monday, May 01, 2006 1:44 PM To: Tapestry users Subject: Re: Popup on LinkSubmit Is the popup a tapestry page? If not then

Re: Popup on LinkSubmit

2006-05-01 Thread Omar Valerio
Hi, You may find useful the ConfirmationLinkRenderer from Marius Siegus, just lookup the list archives to find original posting. I am reposting the code so you can get an idea of what it looks like. import org.apache.commons.lang.StringEscapeUtils; import org.apache.tapestry.IMarkupWriter; impor

Re: Popup on LinkSubmit

2006-05-01 Thread Henri Dupre
Is the popup a tapestry page? If not then you can just add the javascript code directly, or else you'll need to write a new component that does that. I did write it already and I can post the code if you want. Henri. On 5/1/06, Joel Trunick <[EMAIL PROTECTED]> wrote: I need to show a pop-up

Popup on LinkSubmit

2006-05-01 Thread Joel Trunick
I need to show a pop-up when a LinkSubmit is clicked. How do I insert my JavaScript popup into the call to linksubmit code? Thanks, Joel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT