That doesn't seem to work for me. I have this file:

package com.fmr.tests.PSA_Cairngorm.model
{
        public namespace CLIENT_SEARCH_NAMESPACE =
"http://site.com/BackOffice/DoSearch";;
}

and then in my command class, along with all my other import
statements I have:
import com.fmr.tests.PSA_Cairngorm.model.CLIENT_SEARCH_NAMESPACE;

and then I try to use it like this:
use namespace CLIENT_SEARCH_NAMESPACE;

Unfortunately I get the same error as usual:
1004: Namespace was not found or is not a compile-time constant.






------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to