hi all,
i am working on a java tapestry based web application. i am setting a
lot of session variables in my java code using
String a;
session.setAttribute("some_name", a);
Now my problem is that I would like to access the content of this
variable "some_name" from my client-side javascript. would somebody be
able to tell me how to work this out. i am really struggling with this.
thanks.
sconeek@gmail.com - 24 Jan 2006 05:40 GMT
i have tried using request.getAttribute and it doesnt seem to work.