Re: [Webwork-user] url tag
Brought to you by:
baldree,
rickardoberg
From: Taavi T. <ta...@ib...> - 2002-06-18 11:29:41
|
> On recall, We modified the start tag to null params > which was required for WL to work correctly with this. > I did provide a patch and updated CVS. When you get a > chance, take a look at 1.9 and see if this fixes the > problem. Sorry to bring it up again. 1.9 fixed half of this problem. It does add request parameters *after* these parameters that are added with <webwork:param> tag. Not good since this makes it impossible to redefine any allready existing parameters with <webwork:param> tag. Better would be to add request parameters in doStartTag() not in doEndTag as it is done right now. Do you agree? with best regards, Taavi |