Use the "Any" component to create the link.

Cheers,
detlef

-----Original Message-----
From: Jani Lindqvist [mailto:[EMAIL PROTECTED] 
Sent: Freitag, 28. Juli 2006 14:55
To: Tapestry users
Subject: dynamic links to non tapestry pages

I tried to find a solution to this from the documents but couldnt really
find it.

We just switched from spring mvc to tapestry and when adding new pages i
need to keep the old pages also fully functional until they are converted to
tapestry.

I have a page where i loop a list of objects with For component, and for
every object i´d like to create a link to a page generated by spring mvc and
pass the id of the object in the url.

in other words i need a <a href="details.html?id=N">itemtitle</a> link per
object in the list, where N is the id of the object

how should it be done?

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

Reply via email to