AW: Issue in Action Chaining

2009-04-22 Thread Anastasios Patrikis
Hi Satya, in our project we have a base action with methods to read/write session attributes: ServletActionContext.getRequest().getSession.getAttribute(name) ServletActionContext.getRequest().getSession.setAttribute(name, object) This may help. Regards, Anastasios. -Ursprüngliche Nachri

AW: [S2] using SSL; configuration error

2008-08-12 Thread Anastasios Patrikis
Hello. I added a new package definition into my struts.xml file like this: true 8080

AW: [S2] Using SSL, HTTP, HTTPS and invoking Action classes

2008-07-24 Thread Anastasios Patrikis
:[EMAIL PROTECTED] Gesendet: Mittwoch, 23. Juli 2008 14:21 An: Struts Users Mailing List Betreff: Re: [S2] Using SSL, HTTP, HTTPS and invoking Action classes Hi, Have a look at this plug-in, it may help you http://code.google.com/p/struts2-ssl-plugin/ Thanks, Nuwan Anastasios Patrikis wrote

[S2] Using SSL, HTTP, HTTPS and invoking Action classes

2008-07-23 Thread Anastasios Patrikis
Hi, I have problem in switching my application context from http to https an back again. Because I am new to Struts I am not sure if I use the framework the right way, so any help or hint is greatly appreciated Here is the task: I have some pages in my application which are available via http. Th