Hi all,

Here we are using the properitory Framework, so Iam not sending Code Sinppet.

I have an application, where a servlet renders a Graph Image.

In that servlet, based on Price or Units of Goods, it builds Y-Axis. And it is coded to display "$" symbol on Y-Axis.

Requirement:
For Units on Y-Axis, do not append "$".
For Prices on Y-Axis, do append "$".

So what Iam doing is, Iam setting a flag in Session to know wheather Y-axis is Units or Prices, and trying to get the Session, and therefore Attribute.

Iam unable to do it. Is there any other way to do the above task?

Thanks and Regards.