RE: [S2] Action can not redirect with extend pattern?

2007-11-08 Thread TANG Xigen
the validation interceptor - restructure things a little bit to avoid the issue altogether (for instance, if you're executing the input() method validation won't be run) There are probably other solutions too that might be a better fit for your application. Dave --- TANG Xigen <[EMAIL

[S2] Action can not redirect with extend pattern?

2007-11-08 Thread TANG Xigen
Hi All I write a simple self "PlatformActionSupport" to let it's children can redirect to result "start" when url like "*!start.action", but when i test my code, i find some works fine, some doesn't! [ Father PlatformActionSupport ] @SuppressWarnings("serial") public abstract class PlatformActi

RE: struts2 Action pojo can not bind beans

2007-11-07 Thread TANG Xigen
:[EMAIL PROTECTED] Sent: 2007年11月8日 9:34 To: Struts Users Mailing List Subject: Re: struts2 Action pojo can not bind beans You are bypassing the S2 defaultStack interceptors by specifying a single in your action configuration, no? d. --- TANG Xigen <[EMAIL PROTECTED]> wrote: > Hi all, &

struts2 Action pojo can not bind beans

2007-11-07 Thread TANG Xigen
Hi all, my new work is about transfer my web layer to struts2, and when i write my first struts code, i find strut2 action pojo can not bind it's beans when a web page post a form my detail configuration below =