Hello,
I would like to know if it's possible to create an <area> tag with a jsf action
instead of an href ?
In fact, I would like to transform my code from this :
<h:graphicImage url="/img/final/europe2.gif" usemap="#euronomos" />
<map name="euronomos">
<area shape="poly" coords="175,248,........,251" href="france_page.htm"
title="France" />
</map>
Into something like this :
<h:graphicImage url="/img/final/europe2.gif" usemap="#euronomos" />
<map name="euronomos">
<area shape="poly" coords="175,248,........,251"
action="#{euronomosMapHelper.changeToFrance}" title="France" />
</map>
If it's not possible, a solution for me is to force Nuxeo to reload the xhtml
instead of getting it from the cache. Is there any way to do that ?
Thanks a lot.
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm