Hey Everyone,<div><br></div><div>I&#39;ve got a layer that looks like this:</div><div><br></div><div><div>rc = new OpenLayers.Layer.WMS(</div><div>                        &quot;ratecenter_boundaries - Untiled&quot;, &quot;<a href="http://localhost:8080/geoserver/wms">http://localhost:8080/geoserver/wms</a>&quot;,</div>
<div>                    {</div><div>                        layers: &#39;DWT:dwt_rc_boundaries_proj&#39;,</div><div>                        styles: &#39;DWT_RC&#39;,</div><div>                        transparent: true,</div>
<div>                        height: &#39;330&#39;,</div><div>                        width: &#39;2257&#39;,</div><div>                        srs: &#39;<span class="Apple-tab-span" style="white-space:pre">        </span>EPSG:900913&#39;,</div>
<div>                        format: format</div><div>                    },</div><div>                    {singleTile: true, ratio: 1}</div><div>                );</div></div><div><br></div><div>And that gives me that layer with the polygons symbolized by category. I have a different SLD called DWT_RC_ILEC that I want to apply to the layer rc in response to an event. I&#39;m wondering how I do that. I tried rc.style = &#39;DWT_RC_ILEC&#39; but that doesn&#39;t seem to be it.</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Kjel</div>