RE: Unsubscribe me!

2001-08-20 Thread Rehana Sheikh (Contractor)

Me too...and it doesn't work?!?

-Original Message-
From: Gurvits, Alexander [mailto:[EMAIL PROTECTED]]
Sent: 20 August 2001 13:48
To: [EMAIL PROTECTED]
Subject: Unsubscribe me!


Automated Unsubscribe does not work!!!

Alex Gurvits
Brinson Advisors
Application Developer
212 882-5035



Checkboxes

2001-07-09 Thread Rehana Sheikh (Contractor)

Hi,

Can someone pls send me a sample of how to implement checkboxes? I've tried
to but think I may be missing something in an action class/config
file/bean.

Am having the same problem I had with the drop-down box but am ignoring that
for now

Thanks.



RE: Select / drop-down box

2001-07-09 Thread Rehana Sheikh (Contractor)

I've checked that and it's no different to other setter/getter methosd that
work

-Original Message-
From: suhas [mailto:[EMAIL PROTECTED]]
Sent: 09 July 2001 15:33
To: [EMAIL PROTECTED]
Subject: Re: Select / drop-down box


check the getter and setter naming convention in the bean
getPrivilegeLevel  ( )
setPrivilegeLevel ( )


- Original Message -----
From: Rehana Sheikh (Contractor) <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: Struts (E-mail) <[EMAIL PROTECTED]>
Sent: Monday, July 09, 2001 10:22 AM
Subject: RE: Select / drop-down box


> Thank-you for replying. The  tag is inside the 
> tagI used the property attribute as the API did not give a use for the
> 'name' attribute in this instance. I have the get/set methods for
> privilegeLevelit still doesn't compile and gives me the same error
>
> -Original Message-
> From: Martin Cooper [mailto:[EMAIL PROTECTED]]
> Sent: 07 July 2001 23:20
> To: [EMAIL PROTECTED]
> Subject: Re: Select / drop-down box
>
>
> Is your  tag inside a  tag? Since you are not
> specifying the 'name' attribute, Struts will look for the property on the
> associated form bean.
>
> --
> Martin Cooper
>
>
> - Original Message -
> From: "Rehana Sheikh (Contractor)" <[EMAIL PROTECTED]>
> To: "Struts (E-mail)" <[EMAIL PROTECTED]>
> Sent: Friday, July 06, 2001 6:16 AM
> Subject: Select / drop-down box
>
>
> > Hi, I'm having a problem with implementing a drop-down select box using
> > taglibs in my jsp.code I's using:
> >
> >  > key="createGroup.privilegeLevel" /> : 
> > 
> > 
> > 
> > 
> > 
> > 
> >
> > I get "runtime failure in Custom Tag 'select'".any ideas or code???
> >
> > Regards.
> >



RE: Select / drop-down box

2001-07-09 Thread Rehana Sheikh (Contractor)

Do I have to define anything in the resource bundle (properties) file at
all?? The "runtime failure in custom tag 'select'" seems to indicate
that

-Original Message-
From: suhas [mailto:[EMAIL PROTECTED]]
Sent: 09 July 2001 15:33
To: [EMAIL PROTECTED]
Subject: Re: Select / drop-down box


check the getter and setter naming convention in the bean
getPrivilegeLevel  ( )
setPrivilegeLevel ( )


- Original Message -
From: Rehana Sheikh (Contractor) <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: Struts (E-mail) <[EMAIL PROTECTED]>
Sent: Monday, July 09, 2001 10:22 AM
Subject: RE: Select / drop-down box


> Thank-you for replying. The  tag is inside the 
> tagI used the property attribute as the API did not give a use for the
> 'name' attribute in this instance. I have the get/set methods for
> privilegeLevelit still doesn't compile and gives me the same error
>
> -Original Message-
> From: Martin Cooper [mailto:[EMAIL PROTECTED]]
> Sent: 07 July 2001 23:20
> To: [EMAIL PROTECTED]
> Subject: Re: Select / drop-down box
>
>
> Is your  tag inside a  tag? Since you are not
> specifying the 'name' attribute, Struts will look for the property on the
> associated form bean.
>
> --
> Martin Cooper
>
>
> - Original Message -
> From: "Rehana Sheikh (Contractor)" <[EMAIL PROTECTED]>
> To: "Struts (E-mail)" <[EMAIL PROTECTED]>
> Sent: Friday, July 06, 2001 6:16 AM
> Subject: Select / drop-down box
>
>
> > Hi, I'm having a problem with implementing a drop-down select box using
> > taglibs in my jsp.code I's using:
> >
> >  > key="createGroup.privilegeLevel" /> : 
> > 
> > 
> > 
> > 
> > 
> > 
> >
> > I get "runtime failure in Custom Tag 'select'".any ideas or code???
> >
> > Regards.
> >



RE: Select / drop-down box

2001-07-09 Thread Rehana Sheikh (Contractor)

Thank-you for replying. The  tag is inside the 
tagI used the property attribute as the API did not give a use for the
'name' attribute in this instance. I have the get/set methods for
privilegeLevelit still doesn't compile and gives me the same error

-Original Message-
From: Martin Cooper [mailto:[EMAIL PROTECTED]]
Sent: 07 July 2001 23:20
To: [EMAIL PROTECTED]
Subject: Re: Select / drop-down box


Is your  tag inside a  tag? Since you are not
specifying the 'name' attribute, Struts will look for the property on the
associated form bean.

--
Martin Cooper


- Original Message -----
From: "Rehana Sheikh (Contractor)" <[EMAIL PROTECTED]>
To: "Struts (E-mail)" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 6:16 AM
Subject: Select / drop-down box


> Hi, I'm having a problem with implementing a drop-down select box using
> taglibs in my jsp.code I's using:
>
>  key="createGroup.privilegeLevel" /> : 
> 
> 
> 
> 
> 
> 
>
> I get "runtime failure in Custom Tag 'select'".any ideas or code???
>
> Regards.
>




Select / drop-down box

2001-07-06 Thread Rehana Sheikh (Contractor)

Hi, I'm having a problem with implementing a drop-down select box using
taglibs in my jsp.code I's using:

 : 







I get "runtime failure in Custom Tag 'select'".any ideas or code???

Regards.