Sorry Gregor ... I wrote my reply just as you wrote yours! It's a while
since I used T4 but I'll look through some of my old code and try to find
out how I did this

Toby

2008/8/8 Gregor Burger <[EMAIL PROTECTED]>

> Hi Toby,
>
> As i mentioned earlier I can't use Tapestry5 (old Servlet container) which
> would
> be a big help. So, is ComponentResource or anything equivalent
> available in Tapestry 4?
>
> thanks
> Gregor
>
> On Fri, Aug 8, 2008 at 3:32 PM, Toby Hobson <[EMAIL PROTECTED]>
> wrote:
> > Hi Gregor,
> >
> > Basically you inject ComponentResources into your page then use
> > componentResurces.createActionLink() method to generate a Link object.
> Then
> > call toAbsoluteURI() on the link to get the url.
> >
> > N.B. if you are planning to use ajax and zones you have to do a little
> bit
> > more ...  I'll happily explain it if you want to know.
> >
> > Toby
> >
> > 2008/8/8 Gregor Burger <[EMAIL PROTECTED]>
> >
> >> hi,
> >>
> >> I would like to develop a component which renders an imagemap
> >> produced by graphviz, so I can click on the graph elements.
> >> graphviz provides me the html map which i render using
> >> an raw Insert component. I've also developed a service which provides
> >>  me the images from graphviz. This works fine, which is really cool.
> >>
> >> BUT:
> >>
> >> I need to specify the link targets in the graphviz script before the
> >> component gets rendered. So my question: How could I generate
> >> DirectLinks so i can embed the urls of the links in the graphviz script.
> >>
> >> I hope my explanations aren't to confusing and that somebody can
> >> help me.
> >>
> >> thanks in advance
> >>
> >> gregor
> >>
> >> ---------------------------------------------------------------------
> >> 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]
>
>

Reply via email to