Hi all, please help me.
i am wworking on gwt woth requestfactory, at that time getting above error. *here web.xml i configared .RequestFactoryServlet but it is internally calling LocalResourceFileServlet.* Why itis happening?????? web.xml. <servlet> <servlet-name>requestFactoryServlet</servlet-name> <servlet-class>com.google.web.bindery.requestfactory.server.RequestFactoryServlet</servlet-class> <init-param> <param-name>userInfoClass</param-name> <param-value>com.dynatech.server.domain.NameData</param-value> </init-param> </servlet> <servlet-mapping> <servlet-name>requestFactoryServlet</servlet-name> <url-pattern>/gwtRequest</url-pattern> </servlet-mapping> thanks in advace, thanks & regards. laxman -- 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.
