RE: PopupLinkRenderer

2006-04-19 Thread Craig Spry
I did it a little bit differently to the way described below here is how I did it: In the .html file: Link In the Page.java public class Page extends BasePage { public static PopupLinkRenderer LINK_RENDERER = new PopupLinkRenderer(); public void pageBeginRender(PageEvent arg0

Re: PopupLinkRenderer

2006-04-19 Thread Chris Chiappone
Here is some code examples: In .jwc or .page: In .html file: Hope that helps... ~chris On 4/19/06, Mark <[EMAIL PROTECTED]> wrote: > > If it's not too much code, can you post it for others who might have the > same problem, please?

Re: PopupLinkRenderer

2006-04-19 Thread Mark
If it's not too much code, can you post it for others who might have the same problem, please? Craig Spry wrote: Don't worry about my question I figured it out for myself. Craig - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

RE: PopupLinkRenderer

2006-04-18 Thread Craig Spry
Don't worry about my question I figured it out for myself. Craig - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

PopupLinkRenderer

2006-04-18 Thread Craig Spry
I was wondering if someone could give me an example of PopupLinkRenderer being used, I'm having trouble getting it to work, here is my code: link name Where link is the name of an external page that is generated in the page class. On an unrelated not I've written a link reneder for

Re: PopupLinkRenderer in form rewind problem

2005-11-24 Thread Scott Russell
which > version of tapestry/etc..) ? > > On 11/25/05, Scott Russell <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I have a DirectLink component, with a PopupLinkRenderer, embedded within > > a Form. The problem is that upon Form submit, I am getting an error while

Re: PopupLinkRenderer in form rewind problem

2005-11-24 Thread Jesse Kuhnert
Yeah, they should be checking for cycle.isRewind(). I had the same bug in my direct link component. Can you log it into JIRA (along with which version of tapestry/etc..) ? On 11/25/05, Scott Russell <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have a DirectLink component, with a

PopupLinkRenderer in form rewind problem

2005-11-24 Thread Scott Russell
Hi All, I have a DirectLink component, with a PopupLinkRenderer, embedded within a Form. The problem is that upon Form submit, I am getting an error while rewinding the DirectLink component. It is saying: Component booking/Booking/chooseSenderLink requires rendering support, but no

RE: T4.0 beta 12 PopupLinkRenderer problem: is it a bug?

2005-11-16 Thread Noam Solomon
nm, see it's fixed in beta 13 -Original Message- From: Noam Solomon [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 10:25 AM To: tapestry-user@jakarta.apache.org Subject: T4.0 beta 12 PopupLinkRenderer problem: is it a bug? I've been trying to set up a popup link

T4.0 beta 12 PopupLinkRenderer problem: is it a bug?

2005-11-16 Thread Noam Solomon
h the jar file was that it was deprecated for some reason, and that I should use the similar-sounding PopupLinkRenderer instead. The second problem took me a long time to sort out. In the template I set up a GenericLink component, and passed it a PopupLinkRenderer bean as a parameter. In th

RE: PopupLinkRenderer broken in beta12?

2005-11-08 Thread Jeff Lubetkin
I just filed TAPESTRY-741 which covers this issue. You can work around by subclassing the PopupLinkRenderer class and implementing a stub constructURL that overrides the correct method on DefaultLinkRenderer and passes the parameters to PopupLinkRenderer.constructURL jeff -Original Message

PopupLinkRenderer broken in beta12?

2005-11-08 Thread Dan Adams
I upgraded to b12 from b11. I have a page that uses a popuplinkrenderer but constructURL() is never called and the link that is rendered is a normal one. What's the deal? -- Dan Adams Software Engineer Interactive Factory ---

DirectLink parameter passing with PopupLinkRenderer bug?

2005-09-06 Thread Gabor Nagypal
is that with the PopupLinkRenderer the parameter does not get transported properly, if the parameter string contains any "problematic" characters, such as '#'. E.g. if we want to have an URI like "http://foo.org#bar"; transported, we receive in the listener method on

finally online and bug with PopupLinkRenderer

2005-08-26 Thread Henri Dupre
Our new website www.actualis.com finally went online. We are one of the major online retailers in France and the website is 100% in tapestry + spring + hibernate. There are some very strange bugs with the PopupLinkRenderer on an externalLink, sometimes the parameter is not rendered! Anyone has

One Question about PopupLinkRenderer

2005-06-16 Thread Andy Chu
1. How to let the browser create only one Popup Window instance. For example , there are two links, LinkA and LinkB. If you click the LinkA, "Hello, World" will be displayed inside a Popup window. and If you then click the LinkB, "Hello, Tapestry" will be displayed in the SAME popup window. No o

RE: PopupLinkRenderer followup question

2005-05-06 Thread Kemkes, Andreas
And how can I target the resulting content into it's parent window? > -Original Message-> > What is the Tapestry way of closing a window that has been > rendered using PopupLinkRenderer after a submit? > > Help is much app

PopupLinkRenderer question

2005-05-06 Thread Kemkes, Andreas
What is the Tapestry way of closing a window that has been rendered using PopupLinkRenderer after a submit? Help is much appreciated. Andreas