How to specify the Resource Bundle Search path?

2007-05-23 Thread kongxx
I see http://cwiki.apache.org/confluence/display/WW/Localization page has the description about Resource Bundle Search path. But I have a question, In my project we have too many resource properties files for one module. We hope we can storage these files under a directory,(for example, under co

Re: How to get Exception info when I use global exception mappings?

2007-05-19 Thread kongxx
Thanks for your help, I got it. Guillaume Carré wrote: > > 2007/5/19, Kristian Duske <[EMAIL PROTECTED]>: >> See here: >> http://struts.apache.org/2.0.6/docs/exception-interceptor.html >> >> It's on the value stack, wrapped in an instance of ExceptionHolder. > > and see here too: > > http://s

How to get Exception info when I use global exception mappings?

2007-05-19 Thread kongxx
I use "global-exception-mappings" to catch global exception in my project. for example, in my struts config file, I use following to handle exception /common/exception.jsp /common/myexception.jsp

Re: Why I cannot use Interceptor to change the value of Action?

2007-05-16 Thread kongxx
Thanks for your help, I got it. Dave Newton-4 wrote: > > --- kong xx <[EMAIL PROTECTED]> wrote: >> Why the interceptor cannot change the value after >> invode invocation.invoke() method? > > http://struts.apache.org/2.x/docs/writing-interceptors.html > > Note in particular the "big yellow b