Uploading your Forms to your AppEngine Instance

Hi

Why is it that everytime I uploaded my forms to my GAE it prompts an
error like this: "Problem with JavaRosa Parsing Form:
org.javarosa.xform.parse.XFormParseException: Select question has no
choices". I also checked the codes and edit it manually but I didn't
still got it. Can you suggest any solution or tell about the problem
with that. thanks.

dionde

Make sure your select one and select multiple questions have choices.
Make sure the choices have both labels (what the user sees, i.e., Yes,
No) and values (the underlying value that is stored, i.e. Y, N).

··· On Wed, Feb 1, 2012 at 18:54, ODK GEOPLAN wrote: > Hi > > Why is it that everytime I uploaded my forms to my GAE it prompts an > error like this: "Problem with JavaRosa Parsing Form: > org.javarosa.xform.parse.XFormParseException: Select question has no > choices". I also checked the codes and edit it manually but I didn't > still got it. Can you suggest any solution or tell about the problem > with that. thanks. > > dionde > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

Also if you first use ODK Validate before uploading a form you will
have a shorter path to finding these errors before trying to upload to
app engine.

Waylon

··· On Tue, Feb 7, 2012 at 6:52 AM, Yaw Anokwa wrote: > Make sure your select one and select multiple questions have choices. > Make sure the choices have both labels (what the user sees, i.e., Yes, > No) and values (the underlying value that is stored, i.e. Y, N). > > On Wed, Feb 1, 2012 at 18:54, ODK GEOPLAN wrote: >> Hi >> >> Why is it that everytime I uploaded my forms to my GAE it prompts an >> error like this: "Problem with JavaRosa Parsing Form: >> org.javarosa.xform.parse.XFormParseException: Select question has no >> choices". I also checked the codes and edit it manually but I didn't >> still got it. Can you suggest any solution or tell about the problem >> with that. thanks. >> >> dionde >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en