[Opensource] DBMaint fails on second search
Michael Rimov
rimovm at centercomp.com
Wed Aug 7 05:26:00 PDT 2002
At 06:39 AM 7/30/2002 +0200, you wrote:
>Mike,
>
>I've downloaded last version from CVS, and in addition to the lines that
>have been commented out, the following ones should also be commented in
>DynamicCmd.java:
>
>---8<---------8<---------8<---------8<---------8<---------8
> tempParam = getFieldsParam();
>
> if (tempParam.length() > 0) {
> searchAction.addParam("fields",
> URLUTF8Encoder.encode(tempParam));
> }
>
> tempParam = getSearchParam();
>
> if (tempParam.length() > 0) {
> searchAction.addParam("search",
> URLUTF8Encoder.encode(tempParam));
> }
>---8<---------8<---------8<---------8<---------8<---------8
>
>As a matter of fact, the bug showed up with the search transition.
Fixed in CVS. Thanks for double-checking me!
-Mike
More information about the Opensource
mailing list