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!

jstl .get(""); in <c:set/> tag

843836Jul 2 2004 — edited Jul 6 2004
Hi all,

I just started using jstl for my jsp�s.

How do i do something simple like this: String pageTitle = i18n.get("Home page");

in the <c:set /> tag?

i thought i should be something like this:

<c:set var="pageTitle2" value="${i18n['Home page']}"/>

but is does not work.

Must be simple.

thanks,

Jeroen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2004
Added on Jul 2 2004
10 comments
396 views