Hi mapbuilder list,
i need to exchange this initilization:

<script>
        // URL of Mapbuilder configuration file.
        var mbConfigUrl='config/config.xml';
</script>

by a JSP-command. I found this:

<%
  request.setAttribute("mbConfigUrl", "config/config.xml");
%>

but it doesn't work. Is there a possibility to initialize the
JS-variable mbConfigUrl (which is needed by the lib Mapbuilder.js) by
a JSP-command?
Thanks in advance
Albrecht

mailto:[EMAIL PROTECTED]


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to