... works here... try it with ie... (did I REALLY say that) many dhtml tricks and layers running on that page... so many in fact its scary... what ever...
17418
mblbiz
Feb 1, 2005 1:59 pm
Luca, Let me explain: when the user buys the specific subscription, in some way the browser is configured to prefer cHTML instead over WML. When WURFL sees the...
17419
luca passani
luca_passani
Feb 1, 2005 2:19 pm
... yes, please. Let me understand the problem and I will do my best to figure out what is what. Also, as a quick solution, you should be able to configure...
17420
Darren Luckett
chubloodychu
Feb 1, 2005 2:31 pm
... it could be that they are recognisng the devices by the utn (msisdn) or that the browser markup is set by the operator. i would guess it the first one. ...
17421
Andrea Trasatti
mith_y
Feb 1, 2005 4:51 pm
... That is an option. Alternatively it could be that the first time cache.php is created (about 2MB big), when at the second hit the PHP loads it it takes...
17422
Andrea Trasatti
mith_y
Feb 1, 2005 4:56 pm
... IMO the operator is recognizing the device by the UTN and their gateway is rejecting xHTML since iHTML is expected. You should try to recognize uniquely...
17423
Andrea Trasatti
mith_y
Feb 1, 2005 5:06 pm
... Hello José, thanks to many nice developers like you the support of MS browsers and device is growing in WURFL. In my local copy (committed to CVS...
17424
mblbiz
Feb 1, 2005 11:09 pm
Andrea, You are probably right. We have a different hostname when people come from i-mode. What is your proposal to catch this exception. You'll understand...
17425
Luca Passani
luca_passani
Feb 1, 2005 11:31 pm
... I don't think you necessarily need to use JSP exceptions. You may have to do changes in the WURFL API though to trap the response for the preferred_markup...
17426
José Manuel Canter...
jyosoyj
Feb 2, 2005 7:51 am
Hi all, We are testing an application with Sagem My-X6 and WURFL gives us xhtml_mp as the preferred mark up language, but the device crash when it receives...
17427
Luca Passani
luca_passani
Feb 2, 2005 7:58 am
... Jose', I can confirm that the browser shipping on that phone comes from Openwave. We produced it explicitly for Imode carriers too and it's supposed to ...
17428
mblbiz
Feb 2, 2005 3:30 pm
Luca, For the accesskey I mean for cHTML-devices: it would make sense to generate the emoij, isn't it? Thanks for the trick using the c:if. Stupid enough I...
17429
Vincent van Dam
joyrex2004
Feb 2, 2005 3:39 pm
Mblbiz, ... The Nokia 3650 does not support emoji's. (I am not convinced it supports the entire cHTML set either) Gr, Vincent van Dam...
17430
Milan Magudia
milan_magudia
Feb 2, 2005 4:04 pm
... Thanks Andrea, That's exactly what I was talking about, after a little modifing of your code I got it working (see below). We're in the middle of...
17431
Luca Passani
luca_passani
Feb 2, 2005 4:56 pm
... I am not so sure. What if someone does not want the emoji for some reason and WALL is just putting it there for them? what if the device does not support...
17432
mblbiz
Feb 2, 2005 7:46 pm
Luca, You are right, plus the info from Vincent that even cHTML devicee exist that don't support emoij's. Anyway, perhaps it is worth to have an attribute for...
17433
Luca Passani
luca_passani
Feb 2, 2005 7:58 pm
... this would be feasible, but I would prefer not to rush to clutter my tags with extra attributes. If I add an attribute today, I have to live with it in the...
17434
Michael Kaye
michael@...
Feb 2, 2005 8:46 pm
... Blame these happy chappies: http://www.w3.org/XML/ . They appeared to want to have an escape character. Michael...
17435
Eito Katagiri
eitoball2002
Feb 3, 2005 9:01 am
Hi, I would like to propose a patch for WURFL. This patch would fix incosistency of KDDI device's id values. I don't know what the id naming schema is, but I...
17436
dhanyavnair
Feb 3, 2005 9:01 am
hi , I am creating a web application using PHP and MySQL that should work on PCs,Pocket PCs , PDAs and mobile phones.Could anybody please tell me how the a...
17437
Darren Luckett
chubloodychu
Feb 3, 2005 9:27 am
nice submission eito. i ve got a few kddi's as well which i will submit shortly. ive also noticed a few vodafone japan devices and we already have a large...
17438
Andrea Trasatti
mith_y
Feb 3, 2005 10:01 am
... It would be cool to have more info about these KDDI devices such as device names, screen sizes... all the basic info that everyone wants. ;) These will get...
17439
Andrea Trasatti
mith_y
Feb 3, 2005 10:06 am
... as you will have noticed, using the encoder is good and bad at the same time. It takes WAY longer to be generated at the first run, but then is faster. I...
17440
Evgenya Borisenko
Evgenya.Borisenko@...
Feb 3, 2005 11:16 am
Hi, I have a JSP and I don't want it to be cached by Nokia6600. I have the following headers sent: <meta http-equiv="Pragma" content="no-cache"/> <meta...
17441
Luca Passani
luca_passani
Feb 3, 2005 11:19 am
For questions like this, it is advisable to post a self contained JSP that produces the example. Just trying to guess here...are you sure you don't have an...
17442
Juan Nin
berjuaid
Feb 3, 2005 12:41 pm
... one approach could be to use 2 different sites: www.yourdomain.tld for browsers that support HTML, and wap.yourdomain.tld for wap ones another one could be...
17443
Andrea Trasatti
mith_y
Feb 3, 2005 1:02 pm
Hello, I'm a little late on this topic. I'll try to sum up things. Devices not configured as supporting cHTML. As it was suggested by Vincent, many devices...
17444
dazzer
chubloodychu
Feb 3, 2005 2:47 pm
... i will be finshed in about a week. on another thread, i dont know if anybody has a v800 on the group, but i have heard talk that as it is almost identical...
17445
agenticarus
Feb 4, 2005 2:29 am
I've just started using Wall, and I've run into an error. My main sample code is: <%@ include file="/include.jsp" %> <wall:document><wall:xmlpidtd /> <c:import...
17446
Luca Passani
luca_passani
Feb 4, 2005 2:33 am
are you using the very latest beta of WALL? one of the last things I changed before release was to use the pagecontext to store the document reference (rather...