9 Nov 2005 13:08
Re: wml browser and jsp incompatibility issue
Michael Kaye <michael <at> mxtelecom.com>
2005-11-09 12:08:51 GMT
2005-11-09 12:08:51 GMT
Hi, This probably isn't really the list for such questions, but I will point you towards the yahoo group "wmlprogramming", which is more suited for those programatically creating WML pages. As far as I'm aware, the wmlbrowser is not sensitive to the name of a file, but will be sensitive to the content type of the page. Are you sure that you're sending the correct content type, and not text/html (which is the default for jsp in some servlet containers -- in others it's text/plain)? It is also worthwhile checking that the page validates as wml according to the w3c (www.w3c.org). Michael Teh Wei Khong wrote: > Hi, > I am a wap site developer. I really enjoy to use the wml browser. > However I discover a problem here. Below is the some of the code that > i implement: > > <anchor>Submit > <go method="post" href="test.jsp"> > <postfield name="txtPassword" value="$passwd"/> > </go> > </anchor> > > The problem is that, the word "Submit" never appear as a link when i > save the file with .jsp extension. The "Submit" only become clickable > when I save the source file with extension .wml. Therefore I would > like to ask, how can this problem be fix. > > Regard > Wei Khong > >------------------------------------------------------------------------ > >_______________________________________________ >Wmlbrowser mailing list >Wmlbrowser <at> mozdev.org >http://mozdev.org/mailman/listinfo/wmlbrowser > >
RSS Feed