I think the default should be how it is now, since after the last change, people have on the whole adapter their code to the new behaviour.
Quoting Dick Zetterberg <[EMAIL PROTECTED]>: > 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] > > > > > > > > ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
