Mobile pages like HDML/WML has page size limits, which use to be the problem. The size attribute of the dtml-in tag doesn't ensure you a target page size, which depends on the number of all the characters within the page, including WML/HDML tags. For WML the page size limit is 1400 bytes. Ausum "Schmidt, Allen J." wrote:
I'm working on an HDML page to displayed on a WAP-enabled phone. Its all done in Zope. The application works great. It asks you for part of a company name to search for, submits and queries a database and returns a list of company names that match. However, it seems to be ignoring the size parameter of the dtml-in tag. So long at the list is fewer than 10 it works fine. If over that, the phone can't handle the display of the page and throws an error. Not a Zope error but one from the phone.
Any idea why size would not work with HDML?
Thanks
Allen
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )