Re: Session ID

2008-08-15 Thread rajanikanth786
Hi, For ActionClass implement ServletRequestAware then one abstract method is created for httpServletRequest, and it implement that method. By using that httpServletRequest? u can call ur session variable httpServletRequest.getSession(false).getAttribute(SessionId); In our project im getting

Re: Session ID

2008-08-15 Thread rajanikanth786
Hi, Can u tell me where you are unable to get the Session ID in struts2. thanks, rajanikanth

Re: Problem with Struts2 tag

2008-08-15 Thread rajanikanth786
Hi, ? With struts2 tag im unable to call javascript function, eventhough i called like this. But javascript is not invoked. I want to know whether any javascript function we can use for . Thanks & Regards, RajaniKanth Teppala.

Problem with Struts2 tag

2008-08-14 Thread rajanikanth786
Hi, In tag in struts2, i am unable to call any javascript event(functions). for example, and in the getData() function i am just checking with one alert message. I want to know whether any javascript function we can use for . Thanks & Regards, RajaniKanth Te