Posted by Emmet Spier, emmet@cogs.sussex.ac.uk
on March 21, 2002 at 20:47
Any '&' characters in wml that the toolkit processes are interpreted as the beginning of a special character like . This is a serious problem since the '&' character is required for HTTP GET requests in addtion to normal text use. (I am also suspicious that the 8310 can throw up on the '&' character as well).
Posted by Jonathan Rowell, bigrat18@hotmail.com
on April 11, 2002 at 18:52
When you author a href you should write the & character for "anding" parameters together as & The WAP compiler will translate this to the correct character which will then be returned to the server correctly.