[google-appengine] JDO Query - Find error

2015-02-18 Thread Benjamin Lietzau
Hello, I get following error: Problem with query SELECT FROM de.hsowl.google.evaluation.model.Appointment WHERE userPara == createdBy PARAMETERS String userPara: Unexpected expression type while parsing query: org.datanucleus.query.expression.ParameterExpression the Method: public

[google-appengine] Re: White Page after Redirect?

2014-05-12 Thread Benjamin Lietzau
uuuh, I forgot to encode the URL-Parameter in the Servlet... URLEncoder.encode(location, UTF8) Am Freitag, 9. Mai 2014 15:58:01 UTC+2 schrieb Benjamin Lietzau: I think the bug only appears, if the form contains Umlaute liek ä ü ö ß. But usually utf-8 is able to work with it... but the App

[google-appengine] Re: White Page after Redirect?

2014-05-09 Thread Benjamin Lietzau
I think the bug only appears, if the form contains Umlaute liek ä ü ö ß. But usually utf-8 is able to work with it... but the App Engine? Am Donnerstag, 6. März 2014 15:19:02 UTC+1 schrieb Benjamin Lietzau: There is a form with the action BlobstoreServiceFactory.getBlobstoreService

Re: [google-appengine] White Page after Redirect?

2014-03-07 Thread Benjamin Lietzau
I will try. At the moment it works... Am Donnerstag, 6. März 2014 21:49:11 UTC+1 schrieb Vinny P: On Thu, Mar 6, 2014 at 8:19 AM, Benjamin Lietzau ben...@gmail.comjavascript: wrote: There is a form with the action BlobstoreServiceFactory.getBlobstoreService().createUploadUrl(/save

[google-appengine] White Page after Redirect?

2014-03-06 Thread Benjamin Lietzau
There is a form with the action BlobstoreServiceFactory.getBlobstoreService().createUploadUrl(/save) form class=ink-form action=%= BlobstoreServiceFactory.getBlobstoreService().createUploadUrl(/save) % method=post onsubmit=return validate(this); accept-charset=utf-8