Hi there;I'm having a problem in my flex data services Java project.I've
created a flex data services project, then I created a Javaproject and
pointed its path to the WEB-INF directory of the flexdata services
project. Everything seems fine and the project runssuccessfully on my
local server (JRun); but my probelm is that theMXML files do not
recognize any classes I create and I cannot usethe
tag. I've put the source code javafiles in a folder called src; but they
are not compiled when I runth...