Geoff, Thank you for you help, It appears that "<meta key="org.apache.tapestry.application-mode" value="wml"/>" is useless in the sense that I was able to remove that meta tag, and the application ran as expected, I am assuming the tapestry's BaseEngine is sufficient enough and EngineWML doesn't need to be used nor does the application mode need to be changed to wml as the javaDoc for SetupServletApplicationGlobals suggests (http://jakarta.apache.org/tapestry/tapestry/apidocs/index.html).
A cool side affect of that tag not doing anything is the fact that I can make some of my application produce regular HTML, and other parts of my app produce the WML. Thanks, Asim -----Original Message----- From: Geoff Longman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 9:27 AM To: Tapestry users Subject: Re: Using WML in Tapestry 4.0 Sorry, I'm not familliar with "<meta key="org.apache.tapestry.application-mode" value="wml"/>" Geoff On 2/8/06, Asim Khaja <[EMAIL PROTECTED]> wrote: > Thanks Geoff that worked like a charm, but does that mean that > "<meta key="org.apache.tapestry.application-mode" value="wml"/>" > Is actually ignored because I did not see that property anywhere in the link > that you sent me. > > Thanks Again, > Asim > > -----Original Message----- > From: Geoff Longman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 08, 2006 8:51 AM > To: Tapestry users > Subject: Re: Using WML in Tapestry 4.0 > > you need to set a property to get Tapestry to pick up wml files... > > org.apache.tapestry.template-extension > > see > http://jakarta.apache.org/tapestry/UsersGuide/configuration.html#configurati > on.properties > > Geoff > > On 2/8/06, Asim Khaja <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I read the the EngineWML API for tapestry 4.0 that it was depricated > becuase > > "To be removed in 4.1. No longer necessary; the differences between WML > > applications and HTML applications are now handled via a startup mode. See > > SetupServletApplicationGlobals." So the way I have interpruteed this was > to > > add the following line to my .application file > > > > > > > > "<meta key="org.apache.tapestry.application-mode" value="wml"/>" > > > > > > > > But, the tapestry engine still seems to insist on a .html file rather then > a > > .wml file. I know that i can just name my wml file .html and it will yeild > > the desired results, but if I do that what would have been the point of > > setting the mode to wml? > > > > Thanks, > > Asim > > > > > > > > > -- > The Spindle guy. http://spindle.sf.net > Get help with Spindle: > http://lists.sourceforge.net/mailman/listinfo/spindle-user > Blog: http://jroller.com/page/glongman > Feature Updates: http://spindle.sf.net/updates > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Blog: http://jroller.com/page/glongman Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
