RE: Struts 2.1.6 - custom interceptor

2009-02-27 Thread Prasad M
Dear Greg Lindholm, Thanks so much. I could make it work with preresultlistener. Really Cool. Dear Lukasz Lenar, Thanks so much. So, I understand that the result has been created before it reaches the post invoke in interceptor. But, I still wonder with a question as to why this cannot happen

RE: Struts 2.1.6 - custom interceptor

2009-02-26 Thread Prasad M
Dear Greg Lindholm, Thanks so much. I could make it work with preresultlistener. Really Cool. Dear Lukasz Lenar, Thanks so much. So, I understand that the result has been created before it reaches the post invoke in interceptor. But, I still wonder with a question as to why this cannot happen

Struts 2.1.6 & SSL Plugin

2009-02-10 Thread Prasad M
Dear Friends, I am using S2 with SSL Plugin (google). I have "secure.action" in namespace="/secured" package which extends "ssl-default" in struts.xml. And, I have "normal.action" in package which extends "struts-default" in struts.xml. In URL, I call the action as http://localhost/secured