Results 1 to 2 of 2

Thread: JSTL expression language and request attributes

  1. #1
    Join Date
    Dec 2005
    Posts
    148

    Default JSTL expression language and request attributes

    Hi,

    Does anybody know how to map request attributes to variables to be able to use ${x}. The attribute in question is name a.b.c which may cause troubles later.

    Regards,

  2. #2
    Join Date
    Dec 2005
    Posts
    148

    Default

    It can be done via ${requestScope['a.b.c']} if anyone is interested

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •