Here is a suggestion for a change to the URLTag for 1.3. It uses a new attribute includeParams to determine what parameters to include: none, get or all. The new tag is backwards compatible to WW1.2.1 so that if no includeParams is set, then the default is all (both get and post parameters are included). The includeParams attribute is looked up on the stack (like all other attributes) so you should use '...' in case you are specifying a fix value.
Example: Include get parameters: <ww:url includeParams="'get'"/> Include get and post parameters: <ww:url includeParams="'all'"/> or just: <ww:url/> Include no parameters: <ww:url includeParams="'none'"/> Of course this means that the URL tag no longer by default works the way Richard wanted, when he changed it. Is this ok? Cheers, Dick Zetterberg [EMAIL PROTECTED]
URLTag.java
Description: Binary data