Re: WML in place of html
Re: WML in place of html
- Subject: Re: WML in place of html
- From: Pascal Robert <email@hidden>
- Date: Thu, 3 Jul 2008 14:21:10 -0400
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden