You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "talk.small" <ta...@gmail.com> on 2006/12/21 05:47:41 UTC

DirectLink with another element instead of

I want to create the href with DirectLink, but with another owner element of
<area .../> instead of  
becuase I want to render an image map on the page like this:

<MAP NAME=mymap>
<AREA HREF="/reference/" ALT="HTML and CSS Reference" COORDS="5,5,95,195">
<AREA HREF="/design/" ALT="Design Guide" COORDS="105,5,195,195">
<AREA HREF="/tools/" ALT="Tools" COORDS="205,5,295,195">
</MAP>
sitemap.gif 

Does anyone know how can I achieve it? Thanks

talk.small

-- 
View this message in context: http://www.nabble.com/DirectLink-with-another-element-instead-of-%3Ca-href%3D%22...%22-%3E-tf2863714.html#a8002768
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DirectLink with another element instead of

Posted by Ron Piterman <rp...@gmx.net>.
AFAIK all link components have a linkRenderer parameter - I think thats
what you need...

Cheers,
Ron


talk.small wrote:
> I want to create the href with DirectLink, but with another owner element of
> <area .../> instead of  
> becuase I want to render an image map on the page like this:
> 
> <MAP NAME=mymap>
> <AREA HREF="/reference/" ALT="HTML and CSS Reference" COORDS="5,5,95,195">
> <AREA HREF="/design/" ALT="Design Guide" COORDS="105,5,195,195">
> <AREA HREF="/tools/" ALT="Tools" COORDS="205,5,295,195">
> </MAP>
> sitemap.gif 
> 
> Does anyone know how can I achieve it? Thanks
> 
> talk.small
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org