Currently if you
have a package that doesn't have a namespace, it will be accessable from any
folder context.
Binding the package
to a context by using the namespace attribute works, except when the
namespace="/"
A request for
/My.action can't be resolved to an actionif it exists in a package with
namespace="/"
Any ideas - is this
a bug ?