You can put anything in the .html files, it don't have to be (X)HTML. Put your WML in your component, and just make sure that your component will return the correct MIME Type:

public void appendToResponse(WOResponse response, WOContext context) {
        response.setHeader("text/vnd.wap.wml", "Content-Type");
        super.appendToResponse(response, context);
    }

hallo,
I would like to get wml out of my WebObjects Application.

Can I just rename the .html Files into .wml and put in the right structure or
do I have to do something quite different? I'm still with WO 5.3.

Anyone done that before and can give me some idea?


Regards,
Ute



-------------------------------------------------------
Pascal Robert

http://www.macti.ca
http://www.linkedin.com/in/macti

Skype: MacTICanada
AIM/iChat : MacTICanada

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to