Re: struts2 Action pojo can not bind beans

2007-11-07 Thread Gary Affonso
TANG Xigen wrote: > > Thank you very much for you reply! > > but i try remove from , s2 still do not > bind my beans. > > > also, i have no idea about the concept of defaultStack,could you > explain to me more or where i can get some help pages about it? For interceptor docs, this is a good

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, &

Re: struts2 Action pojo can not bind beans

2007-11-07 Thread Dave Newton
You are bypassing the S2 defaultStack interceptors by specifying a single in your action configuration, no? d. --- TANG Xigen <[EMAIL PROTECTED]> wrote: > 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 > poj

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 =