This is the layer definition in mapfile:<br>LAYER<br>&nbsp; NAME &quot;scuole&quot;<br>&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp; wms_title &quot;scuole&quot;<br>&nbsp;&nbsp;&nbsp; wfs_title &quot;scuole&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; &quot;DESCRIPTION&quot;&nbsp;&nbsp; &quot;comune&quot;<br>&nbsp;&nbsp;&nbsp; &quot;RESULT_FIELDS&quot; &quot;comune&quot;
<br>&nbsp;&nbsp;&nbsp; &quot;LAYER&quot; &quot;scuole&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; gml_include_items &quot;all&quot;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp; STATUS ON<br>&nbsp; DUMP TRUE<br>&nbsp; TYPE POLYGON<br>&nbsp; CONNECTIONTYPE POSTGIS<br>CONNECTION &quot;user=postgres password=postgres dbname=NEW host=localhost port=5432&quot;
<br>DATA &quot;the_geom FROM (select comune, I02_97 as Elementari_Classi, I03_97 as Medie_Classi, I04_98 as Superiori_classi, the_geom, gid from scuole) AS scuole USING UNIQUE gid USING SRID=-1&quot;<br>&nbsp; classitem &quot;comune&quot;&nbsp; 
<br>PROJECTION &quot;init=epsg:26591&quot;<br>&nbsp; END <br>LABELITEM comune<br>&nbsp;CLASS<br>&nbsp;&nbsp;&nbsp; NAME &quot;comune&quot;<br>&nbsp;&nbsp; TEMPLATE &quot;ttt_query.html&quot; <br>&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>&nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE truetype<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FONT sans<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 7<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 200<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION auto<br>&nbsp;&nbsp;&nbsp; END<br>END<br><br>This is the widget definition of Label çayer Widget:<br><br>&lt;cwc2 type=&quot;LayerLabels&quot; styleresource=&quot;TextButtons&quot; label=&quot;Label Layers&quot;
<br>popupwidth=&quot;500&quot; popupheight=&quot;280&quot; image=&quot;icons/icon_labels.png&quot; Toolbar=&quot;false&quot;<br>Status=&quot;false&quot; Menubar=&quot;false&quot; ImageTip=&quot;Add Labels to a layer in the current map.&quot; &gt;
<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;image state=&quot;normal&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;image state=&quot;selected&quot;/&gt;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;image state=&quot;hover&quot;/&gt;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &lt;/cwc2&gt;<br><br>Problem is always the same as i reported in list here 
<a href="http://lists.maptools.org/pipermail/chameleon/2006-May/004103.html">http://lists.maptools.org/pipermail/chameleon/2006-May/004103.html</a><br>I can choice Layers but i cannot see Attributes of Layers!<br><br>I'm using Chameleon MS4W and Postgis
<br><br>If you have any idea for this problem ... <br><br>Thank you in advance <br><br>