Results 1 to 1 of 1
Thread: JSTL re evaluation
- 07-18-2012, 10:57 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 4
- Rep Power
- 0
JSTL re evaluation
Hi,
i am looking for some thoughts on JSTL re evaluation, i have the following requirement.
I am setting some data in pageContext
pageContext.setAttribute("siteName","XXSiteName");
in language bundle have below key
about_site= About ${siteName}
about_topic= About $(topic}
i am using <fmt:message key="about_site"/>, which is printing About ${siteName}, but i wanted to evaluate ${siteName}
i tired
<fmt:message key="about_site" var="displayText"/>
<c:out value="displayText"/>
This is not working too, how can i re evaluate the expressions?
Thanks.
Similar Threads
-
Java Tutorial Website Evaluation
By javadevelop in forum Reviews / AdvertisingReplies: 1Last Post: 06-06-2012, 12:25 AM -
Spanish supoprt in formula evaluation
By ARANATE in forum Apache POIReplies: 0Last Post: 04-16-2012, 05:41 PM -
Help needed on evaluation function
By Shashir Bharadwaj in forum Advanced JavaReplies: 4Last Post: 01-18-2012, 08:33 PM -
Critical evaluation
By Noelf21 in forum New To JavaReplies: 3Last Post: 12-11-2009, 12:47 AM -
Postfix Evaluation using a Stack, Help?
By dalangley in forum New To JavaReplies: 2Last Post: 02-16-2009, 10:43 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks