<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
</head>
<body style="font-family:Arial;font-size:12px">
<p>Hi guys,<br>
<br>
<br>
I am using geoext 1.1 with openlayers 2.11.<br>
I have a few point layers (WFS) with associated styles where I pass an image adress&nbsp; to 'externalGraphic' parameter like<br>
this 'http://test.pt/images/point.png'. Works well. My problem is, when I make this parameter dynamic to use features attribute value&nbsp;<br>
like that&nbsp; "http://test.pt/images/" + '${cod}" + ".png" the layers symbols display the graphic cool but we cannot see them on legend.<br>
You can see an example on attached image. Somenone knows hot to fix that?<br>
<br>
<br>
thanks in advance</p>
</body>
</html>