Re: [s2] package and namespace info

2007-05-14 Thread Victor Neo
Found this in the S2 documentation: http://struts.apache.org/2.x/docs/package-configuration.html S2 Package Configuration >From the page: Packages are a way to group actions, results, result types, interceptors, and interceptor-stacks into a logical configuration unit. Conceptually, packages ar

Re: [s2] package and namespace info

2007-05-14 Thread Pedro Herrera
NameSpace is clear to me, but In wich cases I must use packages ? (struts.xml) Herrera Victor Neo wrote: > > What do you mean by "to better use packages and namespaces"? > > Here are a couple of links that might help: > http://struts.apache.org/2.0.6/struts2-core/apidocs/index.html Struts 2

Re: [s2] package and namespace info

2007-05-13 Thread Victor Neo
What do you mean by "to better use packages and namespaces"? Here are a couple of links that might help: http://struts.apache.org/2.0.6/struts2-core/apidocs/index.html Struts 2 API Documentation http://struts.apache.org/2.0.6/docs/big-picture.html Struts 2 Architecture Pedro Herrera wrote: >

Re: [s2] package and namespace info

2007-05-13 Thread Martin Gainty
I found this helpful http://struts.apache.org/2.x/docs/struts-1-solutions.html The doc says "In Struts 2, that technique is no longer necessary because we have packages. We can create a package, then set for that package the default Result type, Interceptor chain, and global results. (This leav