Denton,
Could you please raise a JIRA issue with suggested fix attached so that 
we don't loose your fix.

Denton wrote:
> 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...
>   


-- 
Cameron Shorter
Systems Architect, http://lisasoft.com.au
Tel: +61 (0)2 8570 5050
Mob: +61 (0)419 142 254


-------------------------------------------------------------------------
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

Reply via email to