Hi guys, im trying to make this sentence ... 

...
<PointSymbolizer>
  <Graphic>
    <ExternalGraphic>
      <OnlineResource xlink:type = "simple" xlink:href = "${URL_RECURSO}"/>
      <Format>image/png</Format>
    </ExternalGraphic>
  </Graphic>
</PointSymbolizer>
...

but geoserver throws me in console some thing like:

ERROR [lite.StyledShapePainter] - ShapePainter has been asked to paint a null 
style!!

woow ... but the variable was an value like:

http://foo.com/public/images/D3B02AA2-3B12-4212-9B03-3493EC18DA78.png

buuuut the BEST part is ... if i make partial expression IT WORKS !!!

...
<PointSymbolizer>
  <Graphic>
    <ExternalGraphic>
      <OnlineResource xlink:type = "simple" xlink:href = 
"http://foo.com/public/images/${ID_RECURSO}.png"/>
      <Format>image/png</Format>
    </ExternalGraphic>
  </Graphic>
</PointSymbolizer>
...

whats wrong ?? why i need to define mixin string ... not is possible to define 
whole expresion attribute at xlink:href ??

thks !

--
Ariel Falduto
[email protected]





------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to