Hi i am trying to embed my mxml page in my jsp. But i was getting the 
following error.
 File "/FlexTagLib" not found
.But my flex-bootstrap.jar is locating in right place. Can anybody tell me 
why i am getting this error?

my sample code:
<%@ taglib uri="FlexTagLib" prefix="mm" %>

<html>

<%String tree="<node label='Option 1'><node label='Option 1.1'/><node 
label='Option 1.2'/></node><node label='Option 2'/>"; %>

<mm:mxml>

<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"; 
initialize="loadme()" >

......

......................



--
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