<html><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><META name="Author" content="Novell GroupWise WebAccess"></head><body style='font-family: Tahoma, sans-serif; font-size: 13px; '>
I must be missing something dumb. Anyway, I am trying to identify a specific layer using the Identify service. This layer works great when I call it with the "visible" options. I think I followed the directions for identifying layers on the WIKI. After making the recommended changes only the identify header/coordinates/footer appears in the identify results tab. I get no error message in IE or with Firebox/Firebug. <br><br>Below is the related information. <br><br>------ What I have now as the default...(This works) ----------------<br> <br><service name="identify" title="Identify" display="false"><br> <url>php/identify.php</url><br> <step type="spatial" name="shape" show-tools="false" line="false" polygon="false" jump-start="true" default="point"><br> <input type="visiblelayers" name="layers"/><br> </step><br></service><br><br>----- What I am trying to do (Does no work) ----------------<br><br><service name="identify" title="Identify" display="false"><br> <url>php/identify.php</url><br> <step type="spatial" name="shape" show-tools="false" line="false" polygon="false" jump-start="true" default="point"><br> <input type="hidden" name="layers" values="taxlot/PolkTaxlots" /><br> </step><br></service><br><br>-------------From layers in mapbook.xml--------------<br><br> <map-source name="taxlot" type="mapserver" ><br> <file>./taxlot.map</file><br> <layer name="PolkTaxlots"/><br> </map-source><br><br>--------part of taxlot.map file that reference PolkTaxlots(I know the identify_taxlot.html works because it works with visible option) <br><br>Layer <br> Name 'PolkTaxlots'<br> DATA './data/taxlot10web'<br> Status On<br> MinScale 0<br> MaxScale 40000<br> METADATA<br> 'identify_record' 'identify_taxlot.html'<br> 'select_record' 'select_taxlot.html'<br> 'select_header' 'select_header_parcel.html'<br> 'select_footer' 'select_footer_parcel.html'<br> 'select_record_detail' 'select_taxlot_details.html'<br> 'itemquery' 'select_taxlot_detail.html'<br> 'itemquery-filter' '/.*[qstring].*/i' <br> 'qstring_validation_pattern' '.'<br> END<br> Type Polygon<br> Class<br> Name ""<br> Size 1<br> OutlineColor 0 0 0<br> End<br>End<br><br><br></body></html>