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,
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,
It can be done via ${requestScope['a.b.c']} if anyone is interested