Hello GeoExt Users,<br><br>I&#39;ve been playing with the ExtJS and GeoExt libraries for a bit and now have what I can call a map browser.  I was originally calling layers from the server and had their icons displaying in a GeoExt.LegendPanel.  Ever since I started using GeoWebCache to get my layers from a cache location, the LegendPanel does not display the icons.  I actually do not understand why this had any effect since my styles are still located in the same place as they were before.  If anyone can provide me with some insight, I&#39;d be very greatful.  I have read that the LegendPanel pulls this from the WMS GetLegendGraphic parameter, but I do not have any idea where or how GeoExt.LegendPanel gets that info.  I&#39;ve also seen some weird/dirty looking hack to override LegendPanel icons..but I couldn&#39;t make much sense of that either :-/<br>
<br>//This is the code to my legend panel and I am wondering if it is just a config option I am supposed to change/set?<br>var legend = new GeoExt.LegendPanel({<br>                region: &quot;east&quot;,<br>                title: &quot;Legend&quot;,<br>
                width: 200,<br>                autoScroll: true,<br>                layerStore: mapPanel.layers<br>            });<br><br>Thank you for your time oh wise ones :),<br><br>elshae<br>