| Author |
How can I get url from properties file in struts-2
|
hemanth kumar dada
Greenhorn
Joined: Jul 19, 2012
Posts: 1
|
|
I want to get a URL from my global.properties file . How can i get it done.
<a href="javascript:winopen('${pageContext.request.contextPath}/main/order_search?orderId=${orders.id}')">
${orders.orderMonth}</a>
I want the highlighted url to be brought from global.properties file. In that file I am writing it as
url=javascript:winopen('${pageContext.request.contextPath}/main/order_search?orderId=${orders.id}')
I am able to get labels from the properties file, but unable to set url's to that.
|
 |
 |
|
|
subject: How can I get url from properties file in struts-2
|
|
|