But you should have the same type for set/get methods.
The information concerning about administrator should be in another attribute.
Try!

"Collard, John" wrote:

> setDailyList queries a database based on whether the user is an administor
> or not.  The results
> are placed in the arraylist dailyList.
>
> > John Collard
>
> -----Original Message-----
> From: Joćo Paulo G. Batistella [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 09, 2002 2:17 PM
> To: Struts Users Mailing List
> Subject: Re: iterate issue
>
> >
>
> Strange.
> But, why getDailyList returns ArrayList and setDailyList receives a
> boolean??
>
> []'s
> JP
>
> >
> >     public ArrayList getDailyList() {
> >         return (this.dailyList);
> >     }
> >
> >     public void setDailyList(boolean isAdmin) throws ServletException {
> >         ...
> >     }
> > ...
> >
> >
> > Any Ideas?
> >
> > Thanks,
> >
> >  John Collard
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> Joćo Paulo G. Batistella
> Ci&T - Software enabling the e-world
> Phone: +55 (19) 3737-4515
> http://www.cit.com.br
>
> --
> 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]>

--
Joćo Paulo G. Batistella
Ci&T - Software enabling the e-world
Phone: +55 (19) 3737-4515
http://www.cit.com.br



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

Reply via email to