I am trying to develop an application using Tapestry which needs to run
on a mobile device using Pocket Internet Explorer (Windows Mobile 2003
Second Edition).
The javascript generated when I include a stylesheet referencing an
asset generates a javascript error in this environment, though it runs
fine on IE6 and FireFox 1.5. From my research, the version of JScript
included with Pocket IE is based on the JScript 3.0 codebase, and is
roughly equivalent to Javascript 1.2 or 1.3. Is there any way to get
Tapestry to generate javascript 1.2 compliant scripts?
This is the only non-empty script element generated in my page:
<script type="text/javascript"
src="/POS/app?digest=557f2081d45a7528f898e7e384717596&path=%2Forg%2Fapache%2Ftapestry%2Fform%2FForm.js&service=asset"></script>
I have no idea what the actual generated javascript is that is causing
the error. The error message doesn't help much: "Line: 34 Character:
2 Error: Object doesn't support this property or method Source: (null)"
Thanks,
Geoff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]