Hi Marcos and Olivier, I tested both solutions. Strangely in both cases my IDE (Netbeans 6 - nice IDE!) tells me it found an unexpected character. In both cases its the character after the equal sign. (the " and the '). But even though both solutions are reminded to be wrong, this one mbConfigUrl="<%=request.getContextPath()%>config/config.xml"; serves a result while this one does not: var mbConfigUrl='<%=myJavaVar%>'; Thanks for your replies. Albrecht
ot> Other solution: ot> <script type="text/javascript"> ot> // URL of Mapbuilder configuration file ot> var ot> mbConfigUrl="<%=request.getContextPath()%>config/config.xml"; ot> // Set the language ot> var language = "fr"; ot> </script> ot> Marcos Sánchez Provencio a écrit : >> This should do it? >> >> <script> >> // URL of Mapbuilder configuration file. >> var mbConfigUrl='<%=myJavaVar%>'; >> </script> >> >> >> >> El lun, 03-12-2007 a las 12:48 +0100, Albrecht Weiser escribió: >> >>> <script> >>> // URL of Mapbuilder configuration file. >>> var mbConfigUrl='config/config.xml'; >>> </script> >>> >>> >> >> >> ------------------------------------------------------------------------- >> 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 >> ____________________ Albrecht Weiser 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
