Hi, Srihari.Ch schrieb: > Instead, it shows an error in a diaog box which belongs to Flash as: > [B]Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. > URL: http://localhost/webapps/ROOT/servlet/xmlServlet?viewid=2 [...] > <servlet-mapping> > <servlet-name>XmlServlet</servlet-name> > <url-pattern>/servlet/xmlServlet</url-pattern> > </servlet-mapping> > ...bla ...bla
After checking Google, the error-code is returned e.g. if the URL being specified can't be "found". Check out your request- log and see if the request the flash is performing lead to a 404-response (or something else than a 200). Personally I think it will be a 404 because your URL above does not fit the mapping you've defined. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
