Re: Using Cookies with Interceptors
tm_jee <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <11586649.1165286196897.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Hi Greg,
try doing it in PreResultListener
[code]
actionInvocation.addPreResultListener( new PreResultListener() {
public void beforeResult(ActionInvocation invocation, String result) {
addCookie(....);
}
});
[/code]
rgds
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=52119&messageID=105222#105222
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]