Hi Adrian,
Nokia 2280 worked with GM wap template sets finally but with some modifications wrt points noted in the previous thread on the subject. Just did the mod on the Compose Link and could navigate and send a message.
Modification:
<a href="webmail.cgi?<%url_hidden%>;do=email-attach-clean">Compose</a>
Was replaced with
<a href="webmail.cgi?sid=<%sid%>&do=email-attach-clean&t=<%t%>">Compose</a>
And all those Invalid Session Error Was Gone.
and i could send a test mail using the cell phone thru wap template. The rest of the links would now be modified and tested again.
the ; in the query string was causing all the problems. replacing just with & did not solve the problem either. This is reported for your information so that the same substitution can be tested on the set of emulators that the template set has been tested on.
Thnx
Anup
--EDIT--
Thnx to Charlie@Chaz once again as i had been taking lot of his time on *This Issue* also
Nokia 2280 worked with GM wap template sets finally but with some modifications wrt points noted in the previous thread on the subject. Just did the mod on the Compose Link and could navigate and send a message.
Modification:
<a href="webmail.cgi?<%url_hidden%>;do=email-attach-clean">Compose</a>
Was replaced with
<a href="webmail.cgi?sid=<%sid%>&do=email-attach-clean&t=<%t%>">Compose</a>
And all those Invalid Session Error Was Gone.

the ; in the query string was causing all the problems. replacing just with & did not solve the problem either. This is reported for your information so that the same substitution can be tested on the set of emulators that the template set has been tested on.
Thnx
Anup
--EDIT--
Thnx to Charlie@Chaz once again as i had been taking lot of his time on *This Issue* also