Hi
I've used png format in midlets, but having trouble using png instead of wbmp in Wap 
Servlets, ie. Servlets returning WML to a WAP mobile.  I've taken a guess at mapping 
mime-type in web.wml as :
image/vnd.wap.png

And within the Servlet returning WML to a WAP phone, I've guessed: 
response.setContentType("image/vnd.wap.png");

But my guesses are wrong as it's not working.  So,
1.  Is only wbmp widely supported for WAP-WML?
2.  Is there any way to use png in a Servlet returning WAP-WML to a mobile?
Thanks for any help.  Cheers, Lucy

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to