RE: WAP/WML support to existing application

2003-06-19 Thread Mike Landis
s for both html and wml) and add wap support. Yep, this is quite troublesome task to do, but I like to hear hints if someone has solve same kind of problem. br mike From: "Mike Jasnowski" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]&g

RE: WAP/WML support to existing application

2003-06-19 Thread Mike Jasnowski
You can check the User-Agent, and acceptable content types, using the same URL, and then apply a stylesheet based on that determination. -Original Message- From: Mike Landis [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 3:10 PM To: [EMAIL PROTECTED] Subject: Re: WAP/WML support

RE: WAP/WML support to existing application

2003-06-19 Thread Hookom, Jacob
cob Hookom Senior Programmer/Analyst McKesson Medical Surgical Golden Valley, MN -Original Message- From: Mike Landis [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 2:10 PM To: [EMAIL PROTECTED] Subject: Re: WAP/WML support to existing application Okey, I could use same actions w

Re: WAP/WML support to existing application

2003-06-19 Thread Mike Landis
Okey, I could use same actions which would be ok (for wml/jsp pages actions will contain a little bit too much locig). But how about returning the proper jsp page's name (wml or html generation) from action class. First I should check which type of client is requesting the page (wap or br

Re: WAP/WML support to existing application

2003-06-19 Thread Mark Lowe
unless your site is huge this could take more time than this would warrant. 1 issue affecting WML from JSP. The only problem with WML versions and JSP is that a few of the original nokia wap phones (7110) have trouble with white space at the top of WML pages. I worked for an agency where the con

WAP/WML support to existing application

2003-06-18 Thread Mike Landis
Hello, How or is is possible to add WAP/WML support to existing Struts application? I would like keep Web based (html) application as untouchable as possible. Are there any possibilities to configure Struts so, that WAP and Browser requests will be handled in their own actions? If yes, how or is

RE: Struts and cocoon and stxx and wap / wml

2002-10-18 Thread Madhavi Thottempudi
. And yes ... WAP is an xml document type (wap pages should(have to) include a ref to a DTD) e.g. : http://www.wapforum.org/DTD/wml_1.1.xml";> That's it .. no more cocoon! -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For addition

RE: Struts and cocoon and stxx and wap / wml

2002-10-18 Thread Stefan.Landro
from the command line, in an applet or a servlet, or as a module in other program. And yes ... WAP is an xml document type (wap pages should(have to) include a ref to a DTD) e.g. : http://www.wapforum.org/DTD/wml_1.1.xml";> That's it .. no more cocoon! Stef. -Ori

Re: MVC2 Implementation with Tiles [WAP/HTML]

2002-08-12 Thread Cedric Dumoulin
response is flushed, and committed as a side effect. It is also possible to set the content type in the jsp page itself with the directive <%@ page contentType="wap/text" %> This directive is taken into account only if the response is not committed. When you use Tiles and Str

RE: Struts with WAP+HTML projects

2002-04-19 Thread Todd G. Nist
HTH. Regards, Todd G. Nist -Original Message- From: Abhishek Srivastava [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:18 AM To: [EMAIL PROTECTED] Subject: Struts with WAP+HTML projects Hello All, I am working on a project which is for a portal which serves to HTML and WAP

Struts with WAP+HTML projects

2002-04-19 Thread abhishek srivastava
. -- I am working on a project which is for a portal which serves to HTML and WAP clients. This project is developed using a home grown MVC model + jsp + XSL So one jsp serves many types of clients by looking up the header sent by the device and

Struts with WAP+HTML projects

2002-04-18 Thread Abhishek Srivastava
Hello All, I am working on a project which is for a portal which serves to HTML and WAP clients. This project is developed using a home grown MVC model + jsp + XSL So one jsp serves many types of clients by looking up the header sent by the device and applying the right XSL file .. thus creating

Struts & WAP Devices: Kudos to Craig & Struts Development Team

2001-11-15 Thread Rajan Gupta
I just completed a project using Struts where the initial implementation was browser based. Then I changed the view to suit a WAP device & used WML tags. Without changing a single line of code in the Controller & the Model, the application was up & running in no time. I just created

RE: RFC on the best aproche to develop one APP for WEB+WAP+OTHER MEDIAS

2001-09-27 Thread Oscar Trigueiros
ailto:[EMAIL PROTECTED]] Sent: quinta-feira, 27 de Setembro de 2001 12:36 To: [EMAIL PROTECTED] Subject: Re: RFC on the best aproche to develop one APP for WEB+WAP+OTHER MEDIAS you can use the technology u prefer... But I still recommend the XSL, because with your jsp approach, u'll have 3 jsp (

Re: RFC on the best aproche to develop one APP for WEB+WAP+OTHER MEDIAS

2001-09-27 Thread Michael Breion
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 27, 2001 12:54 PM Subject: RE: RFC on the best aproche to develop one APP for WEB+WAP+OTHER MEDIAS > Hi Michael: > Thanks for starting this conversation i belive that we are > for a real hot subject. &g

RE: RFC on the best aproche to develop one APP for WEB+WAP+OTHER MEDIAS

2001-09-27 Thread Oscar Trigueiros
velop one APP for WEB+WAP+OTHER MEDIAS You should consider just using XML for your content, and create one XSL style sheet per media (one for web, one for wap, etc ...) Use this and the XSLTransformation will do the rest and display your App correctly on each media :-) Michael - Ori

Re: RFC on the best aproche to develop one APP for WEB+WAP+OTHER MEDIAS

2001-09-27 Thread Michael Breion
You should consider just using XML for your content, and create one XSL style sheet per media (one for web, one for wap, etc ...) Use this and the XSLTransformation will do the rest and display your App correctly on each media :-) Michael - Original Message - From: "Oscar Trigu

RFC on the best aproche to develop one APP for WEB+WAP+OTHER MEDIAS

2001-09-27 Thread Oscar Trigueiros
I am developing one App and i have the aspiration to deploy to several media WEB+WAP+OTHER Does someone has one idea one the best problem solution? Best Regards Oscar Trigueiros

Re: wap

2001-07-27 Thread Nic Hobbs
  Nic - Original Message - From: Rakesh To: Nic Hobbs Sent: Thursday, July 26, 2001 11:34 AM Subject: wap Hi,   I saw the wap stuff you had put up on the struts-user mailer list. Could you please tell me how to get the stuff up and running ? What are the prerequisite

Re: struts and WAP

2001-07-26 Thread Nic Hobbs
I was working on some WAP stuff earlier in the year so have done a quick conversion and added the apache license to the tags provided in the zip attached. They are basically the same as the struts html form tags but generate wml. They are not fully tested nor do they fully support all the

Re: struts and WAP

2001-07-25 Thread Ted Husted
Richard Backhouse has posted an example WAP Struts application here: < http://www.oakgrovesoftware.com/~rbackhouse/ > > Rama Krishna wrote: > > hi all, > > i am wondering if there are any thoughts/process going on to support > WML taglibs in struts. > >

Re: struts and WAP

2001-07-25 Thread David Winterfeldt
A Struts WML taglib is on the To Do List for 1.1, but no one has volunteered to work on it yet. http://jakarta.apache.org/struts/todo-1.1.html David --- Rama Krishna <[EMAIL PROTECTED]> wrote: > hi all, > > i am wondering if there are any thoughts/process > going on to support WML taglibs in s

struts and WAP

2001-07-25 Thread Rama Krishna
hi all,   i am wondering if there are any thoughts/process going on to support WML taglibs in struts.   or is there anything already available.   thanks, rama.

RE: Struts::WAP ... sorta

2001-05-01 Thread Anthony Martin
- From: Richard Backhouse [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 11:03 AM To: [EMAIL PROTECTED] Subject: Re: Struts::WAP ... sorta Anthony, I have just completed an hdml interface to my already existing j2ee/struts based application. It turned out to be very successful in how

Re: Struts::WAP ... sorta

2001-05-01 Thread Richard Backhouse
I have put together with the goal of producing a white paper. The tags I have need more work to make them more reusable. Richard Backhouse Oak Grove Software Quoting Anthony Martin <[EMAIL PROTECTED]>: > I got WAP to work using Struts. I couldn't find any WML taglibs, so I >

RE: Struts::WAP ... sorta

2001-05-01 Thread Nanduri, Amarnath
Excellent Anthony. Please keep me updated on any developments that you might have done in the future. In my current project (we are using struts 1.0) we might be wap-enabling them and i am really interested in minimizing the headache associated with development for WAP. Thanks a lot. My email

Struts::WAP ... sorta

2001-05-01 Thread Anthony Martin
I got WAP to work using Struts. I couldn't find any WML taglibs, so I just use HTML comments so I could still benefited from the standard tags like and . Example: <%@ page language="java" contentType="text/vnd.wap.wml" %><%@ taglib uri="/WEB-INF/struts-b