No, Reid is still locked up and isn't allowed to touch a keyboard anymore.

Jim

-----Original Message-----
From: JM [mailto:[EMAIL PROTECTED]]
Sent: May 20, 2002 8:59 PM
To: Struts Users Mailing List
Subject: RE: making a bean, what imports to use?


Reid, is that you?

JM

> -----Original Message-----
> From: Richard Diaz [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 20, 2002 7:36 PM
> To: Struts Users Mailing List
> Subject: making a bean, what imports to use?
>
>
> does anyone have a guide or url in deciding what
> imports to use for a custom bean?
>
> This is just a MODEL Bean (of mvc), but when I make an
> array of these beans I can't call the .length()
> function because I beleive I am not importing array
> functionality...
>
> --- Bookmark Bean ---
>
> import java.io.Serializable;
>
> public class Bookmark implements Serializable{
>
>   // Initialize the bean on creation
>
>   int pk;
>   int grUser;
>   String date;
>   int pkScope;
>   int pkPage;
>
> ... constructor, getter's and setters follow...
> ----------
>
> i get "Method length() not found in class
> java.lang.Object."
>
> all advice appreciated!
> Rich
>
> __________________________________________________
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to