Hi We are currently using Struts 1.02 at our site with satisfaction. However we are having some problems with the html:link tag. Some clients, for example some web crawlers, are not able to accept the form the parameters are written in: Example: page.do?a=1&b=2
When some clients see this, they request that exact string. And request.getParameter() fails in th Action instance. Is there any reason why page?a=1&b=2 isn't used instead. Kind regards, Morten Raahede Knudsen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

