var goFormSubmitPcmall = function(token) {
if (token != undefined && token != null && token != '') {
$("#access_token").val(token);
}
$("#formT").attr("method", "post");
/* $("#formT").attr("action", "https://xxx.yyyy.com/singlesignon"); // */
<c:set var="MALL_URL">
<spring:eval expression="@property['MALL.URL.SSO']"/>
</c:set>
var mall_url = '<c:out value="${MALL_URL}" />';
$("#formT").attr("action", mall_url); // 운영
$("#formT").submit();
}
[jsp 에서 javascript 일부분]
<!-- 출처: http://logtree.tistory.com/62 [LogTree] -->
<util:properties id="property" location="classpath:/configuration.properties"></util:properties>
[dispatcher-servlet.xml 의 일부분]
I hope to help for you...
maven을 이용하여 ojdbc8 JDBC 추가 (set ojdbc8 jdbc library on pom.xml through maven) (0) | 2017.09.21 |
---|---|
Spring MVC 에서 javascript 를 import 하지 못하는 경우 (0) | 2016.07.19 |
weblogic 12c java.lang.NoSuchMethodError: org.springframework.beans.MutablePropertyValues.add (0) | 2016.05.16 |
Spring Mybatis CRUD example (0) | 2016.05.16 |
Spring scheduled (scheduling) 이용한 서버 모니터링 프로그램 (0) | 2014.06.11 |
댓글 영역