Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

pageContext.request.locale.language in JSF ?

800332May 29 2006 — edited Jun 3 2006
Hi guys,

I using the below code to get the request locale:
<c:set value="${pageContext.request.locale.language}" scope="request" var="loc"/>
<f:view locale="#{requestScope.loc}">
is there any short cut method? Appreciate very much if someone could advice, Thansk !

cheers,
Mark
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2006
Added on May 29 2006
4 comments
376 views