on 1/23/01 10:07 AM, "Michael D Harris" <[EMAIL PROTECTED]> wrote:

> +// -------------------------------
> +// @pvc start changes : hack the confirmation number into the entryfield for
> demo purposes
> +// -------------------------------
> +
> +// @pvc : new code
> +org.apache.jetspeed.util.RecordExtractor recEx = new
> org.apache.jetspeed.util.RecordExtractor (data);
> +String secretkey = recEx.getConfirmValue ( username ) ;
> +
> +// @pvc : here's previous code which was replaced
> +//        table.addElement ( new TR()
> +//             .addElement ( new TD().addElement
> (Localization.getString("CONFIRMREGISTRATION_SECRETKEYTITLE"))
> +//             .addElement ( new TD().addElement ( new Input(Input.TEXT,
> "secretkey", data.getParameters().getString("secretkey", "")))
> +//                 .setAlign(AlignType.right))));

Note...CVS does a perfectly good job of producing diff's between versions.
There is no reason to send patches with commented code in them.

thanks,

-jon



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to