Re: Session Management

2009-04-16 Thread Baran
, Baran Paweł Wielgus wrote: > > Hi, > yes it's the case, > because if You are firing ajax request to server it doesn't really > care if it's ajax or plain html request, > so the responsibility to behave properly is on the page side. > I don't know if your int

Re: Session Management

2009-04-16 Thread Baran
guess the whole thing is working fine. Regards, Baran -- View this message in context: http://www.nabble.com/Session-Management-tp23074591p23076002.html Sent from the Struts - User mailing list archive at Nabble.com. - To

Re: Session Management

2009-04-16 Thread Baran
Hi, I guess I am fine with the intercepter side, but the issue is I am not able to redirect it to a new page. The intercepter is working fine, but the respone is coming back to the same page and not to the login page. Any thing that I might be missing in the struts.xml or somewhere? coz intercep

Re: Session Management

2009-04-16 Thread Baran
Hello Paul, Thanks for the prompt response, I guess that is a right way to do, but plz suggest me how can i redirect my control to the login page. Can u plz get me the syntax, the interceptor thing is ready all i need to do is to redirect if session is not there... Thanks Baran Paweł Wielgus

Session Management

2009-04-16 Thread Baran
the action requests are via javascript. Any help would be appreciated. Baran -- View this message in context: http://www.nabble.com/Session-Management-tp23074591p23074591.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Struts access static list

2009-04-13 Thread Baran
Thanks Chris, It helped a lot in sorting things out. Also thanks to Dave for tossing up "SDO", it sounds interesting and I would certainly consider using it at some place. Thanks musomesa wrote: > > Yes, in between the or tags the object is sitting on > top of the value stack so you can a

Re: Struts access static list

2009-04-13 Thread Baran
Hello Chris, well this is what I was doing yesterday, I have this naive issue here...mainly because of the fact that I am new to it. If we have an action that does the the job for us. I use s:action with actionResult="false" for no html rendering, is there a way if I can use the output as an inpu

Re: Struts access static list

2009-04-13 Thread Baran
Thanks Guys. Being new to Struts is the only issue I have right now and this is the reason I am not able to use my own ideas to the fuller. Your suggestions have helped a lot. Baran newton.dave wrote: > > mitch gorman wrote: >> Baran wrote: >>> This is about implementi

Struts access static list

2009-04-12 Thread Baran
every action I need that list displayed for. any idea if I can use that list at multiple places without repeating the code. I guess we need to have it static, but not sure how we can use a list as an static element. Any help would be great! Thanks Baran -- View this message in context: http