包括来自JSP文件的Javascript代码

时间:2019-07-11 05:04:23

标签: javascript spring spring-mvc jsp jsp-tags

我有一个JSP文件,该文件提供了我需要在视图页面中放置的一堆JS代码(特别是在当前URL的JSP文件中,使用Spring MVC)。有办法吗?

我已经从Including JSP code from another JSP file correctlyhttps://coderanch.com/t/596663/frameworks/Calling-jsp-include-tag-javascript这里尝试了很多建议,但没有一个给出明确的答案。点击控制器后呈现视图时,它只是在窗口中提供了普通的JS代码,而不是将其嵌入为JS代码。

    <html>
    <head> </head>
    <script type="text/javascript">
        <jsp:include page="./myJSPfiles/MyJSPfileforScript" />
    </script>
</html> 

正如我所说,它只是在浏览器中提供普通的JS代码,而不是将其嵌入。一般来说,我对JSP还是陌生的。有什么建议吗?

1 个答案:

答案 0 :(得分:0)

使用类似下面的代码行。

.system_id_1{
   width:12% !important;
} 
.system_id_2{
    width:18% !important;
} 
.dash {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 2.33% !important;
}