p niemandt wrote:
As far as I know you should separate parameters with an ampersand ...

Build up your query string, end this with a question mark and append
your parameters with the ampersand ...

ie. Something like

MyFavourite.JSP?id=2&path=myproject&param1=2&param2=3

etc, etc...

Don't forget to use an entity ( & ) if you're hardcoding any of these paths into your JSPs or HTML pages, /especially/ if you're outputting XML.




Erik


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to