The entities don't appear on the launch. You have to call the method where they're called. For example, if you save an entity from the "doGet" function in the servlet, you have to load the link pointing to this servlet.
in web.xml you have somewhere : <servlet-mapping> <servlet-name>ServletName</servlet-name> <url-pattern>/servletname</url-pattern> </servlet-mapping> in index.html : <a href="servletname">TextOfLink</a>.. You have to click on this link in the browser, then the entity will be saved. Le dimanche 11 mars 2012 08:27:26 UTC+1, heri a écrit : > > why I still cant see the datastore entities > actually I add at entities to the project > > in the web > when I debug my project > http://localhost:8888/_ah/admin/datastore? > the entities didn't show anything > (Datastore has no entities in the Empty namespace. You need to add > data programatically before you can use this tool to view and edit > it.) > > thanks > hery > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
