Thanks Scott.. I actually am on the list but not under the email address
that I thought. Here's the patch; very simple - the throwaway beans had
some Javadoc from an older version that threw me off when I was getting
started with them. I admit that this is a learning-to-use-CVS patch, but
I've got to start somewhere. :)
Thanks,
Roy
----- Original Message -----
From: "Scott Hernandez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 02, 2002 10:54 AM
Subject: Re: [Mav-user] Creating patches
> Yes, please send what you have to this list. If it is really big > 200k
(?)
> please just announce it and someone will contact you for the patch files.
>
> We are pretty laid back here, don't worry about etiquette. We try not to
:)
>
> Roy, you might want to check that you are on the list. I've cc'd you
because
> I had to approve this post because it didn't come from a subscribed email.
>
> ----- Original Message -----
> From: "Roy Truelove" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 01, 2002 7:06 PM
> Subject: [Mav-user] Creating patches
>
>
> > Hey folks,
> >
> > Since there's no dev list for this projects, should we post /
discuss
> > possible patches here to this list? I haven't contributed to any open
> > source before, so I don't want to break a rule of etiquette.
> >
> > Thanks,
> > Roy
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Mav-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mav-user
> Archives are available at http://www.mail-archive.com/
Index: src/java/org/infohazard/maverick/ctl/Throwaway2.java
===================================================================
RCS file: /cvsroot/mav/maverick/src/java/org/infohazard/maverick/ctl/Throwaway2.java,v
retrieving revision 1.2
diff -u -r1.2 Throwaway2.java
--- src/java/org/infohazard/maverick/ctl/Throwaway2.java 9 Jun 2002 22:10:43
-0000 1.2
+++ src/java/org/infohazard/maverick/ctl/Throwaway2.java 2 Jul 2002 16:30:23
+-0000
@@ -34,7 +34,7 @@
/**
* Sets up the servlet parameters and calls through to the
- * parameterless rawPerform() method. Does not result in
+ * parameterless go() method. Does not result in
* bean population.
*
* @see Controller#perform
Index: src/java/org/infohazard/maverick/ctl/ThrowawayBean2.java
===================================================================
RCS file:
/cvsroot/mav/maverick/src/java/org/infohazard/maverick/ctl/ThrowawayBean2.java,v
retrieving revision 1.2
diff -u -r1.2 ThrowawayBean2.java
--- src/java/org/infohazard/maverick/ctl/ThrowawayBean2.java 9 Jun 2002 22:10:43
-0000 1.2
+++ src/java/org/infohazard/maverick/ctl/ThrowawayBean2.java 2 Jul 2002 16:30:23
+-0000
@@ -33,6 +33,8 @@
}
/**
+ * Populates this classes' bean properties, sets "this" as the model, and
+ * calls through to the perform() method.
*/
protected final String go() throws Exception
{