How to store large text
App engine's String can be maximum of 500 characters. To store large text data, you need to use 'bigText' directive.<@bigText /> Directive syntax
Create a Text object with large text : <@bigText text="large text" var="var1" />Now you can use "var1" with @storeEntity directives to store large text.
blog comments powered by Disqus
Last Modified : Jan 26, 2011 10:13:53 AM