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
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?
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
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]
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
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
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
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
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
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
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
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
---
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
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
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
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
What is the Tapestry way of closing a window that has been rendered
using PopupLinkRenderer after a submit?
Help is much appreciated.
Andreas
17 matches
Mail list logo