Re: response.addHeader problem

2006-04-01 Thread Adam Hardy
Hi Amarakoon, I think you are expecting those header attributes to behave like cookies, but that's not so. The action forward you choose is translated by struts into a 'redirect' response, so instead of going out through the JSP layer, it goes straight out to the browser as a W3C-defined 're

Re: response.addHeader problem

2006-03-30 Thread A Amarakoon
By the way my struts.config looks like this. http://localhost:8080/HeadSimulator/checker.do"; redirect="true" contextRelative="false" /> - Original Message - From: A Amarakoon <[EMAIL PROTECTED]> Date: Thursday, March 30, 2006 9:14 am Subject: response.addHeader problem > >