You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Mauricio T. Ferraz" <ma...@cilix.com.br> on 2003/11/04 14:26:59 UTC

Tag Map on Struts

How a use this (for the link)tag on struts to:
<map name="Map2">
<area shape="rect" coords="119,27,187,42" href="mapadosite.htm">

<area shape="rect" coords="223,26,289,44" href="http://www.teste.com.br" target="_blank">

<area shape="rect" coords="129,0,187,15" href="http://www.teste2/index.htm" target="_blank">

<area shape="rect" coords="221,-9,290,14" href="http://www.teste3.com" target="_blank">

</map>

And how I use a Image on the td of the table, for example, I Can leave that???

<td background="imagens/backtab.gif">

I starting in the Struts now, tanks!!!

Mauricio