Hi Joe, You have described exactly the problem, which I was solving one week ago...;-). Problem was, that I had to change FeatureInfo.xsl template, to be able to show the names of all founded features in the HTML combobox. In addition I had to group them via XSLT "Muenchian Method", because of the possible name duplicity.....and so on...
Problem was, that mapbuilder was appending every GetFeatureInfo result after the previous result....So If I clicked 3x in the MapbuilderContainer for GetfeatureInfo, then it resulted into 3 comboboxes in my web client....:-(((.... --------------- If you need to change this mapbuilder behaviour, take a look at the WidgetBaseXSL.js source code. Especially at the paint method...Here aim your attention at the row: var s = objRef.stylesheet.transformNodeToString(objRef.resultDoc); Here is the GetFeatureInfo result being transformed into the HTML document. This result is then being appended after the previous one....(some rows bellow...) I think that is everything you need...;-) But Im sure that Mike Adair will suggest better solution..:-))) regards Denton... -- View this message in context: http://www.nabble.com/simple-getFeatureInfo-question-tf3864423.html#a10948302 Sent from the MapBuilder Users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mapbuilder-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
