On Wed, Dec 24, 2008 at 6:11 AM, aaron smith <[email protected]> wrote: > Oh wait, I see it. > > So I could define map a namespace in the application tag to the > comipled namespace. like... <Application > xmlns:foo="http://example.com/foo"> And that would allow me to use > <foo:MyComponent>. Right? Thanks again.
That's right. The namespace name is "http://example.com/foo" and you can use any prefix for it ('foo' in the above case). -- manishjethani.com

