I'm trying to delete a record and having some trouble. When a delete
button is pushed on a jsp, the key associated with the delete button
is being passed to a servlet (the delete button is attached to a list
of Transactions). But, I get an exception on this code:
Transactions trans = pm.getObjectById(Transactions.class, parms.replace
("delete", ""));
pm.deletePersistent(trans);
Not sure what I'm missing here...
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-appengine-java?hl=.