S
sconeek
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.
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.