Re: Best way to write html:select

2003-02-24 Thread Chetan Sahasrabudhe
Thanks vic,
that problem is solved, and have gone to new set of problems,
check my mail with subject as
HELP-SOS
- Original Message -
From: "Vic Cekvenich" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 24, 2003 5:12 PM
Subject: Re: Best way to write html:select


> request.setAttribute( )
>
> Chetan Sahasrabudhe wrote:
> > Hi,
> >
> > I have a requirement to populate my html:select list through DB
entries.
> > The list will be appearing on multiple forms with respect to different
> > form beans.
> > My problem is, when I define the collection bean for individual
> > html:select, I want to write a separate class for populating the
> > collection and holding the collection.
> >
> >Adding to this, depending on user interactiong the collection object
> > might need to be updated,
> > what should be the scope of this collectionbean,
> >
> > I am trying to write a bean for holding collection as
> >
> > public class ColExistingOMNameBean extends ActionForm implements
Collection
> >
> > this way it will give me facility to link it to struts framework and
> > give me additional facilities of collection interface.
> >
> > my problem is how will i configure this bean along with my normal
> > formbean for a single jsp page.
> >
> > help needed badly :)
> >
> > Regards
> > Chetan
> > ___
> > |
> > | The trouble with being punctual
> > |  is that nobody's there to appreciate it.
> > |
> > |
> > |___
> >
> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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



Re: Best way to write html:select

2003-02-24 Thread Vic Cekvenich
request.setAttribute( )

Chetan Sahasrabudhe wrote:
Hi,
   
I have a requirement to populate my html:select list through DB entries.
The list will be appearing on multiple forms with respect to different 
form beans.
My problem is, when I define the collection bean for individual 
html:select, I want to write a separate class for populating the 
collection and holding the collection.
 
   Adding to this, depending on user interactiong the collection object 
might need to be updated,
what should be the scope of this collectionbean,
 
I am trying to write a bean for holding collection as
 
public class ColExistingOMNameBean extends ActionForm implements Collection
 
this way it will give me facility to link it to struts framework and 
give me additional facilities of collection interface.
 
my problem is how will i configure this bean along with my normal 
formbean for a single jsp page.
 
help needed badly :)
 
Regards
Chetan
___
| 
| The trouble with being punctual
|  is that nobody's there to appreciate it.
|
|
|___

 



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


Best way to write html:select

2003-02-23 Thread Chetan Sahasrabudhe



Hi,
    
    I have a requirement to populate my html:select list 
through DB entries.
The list will be appearing on multiple forms with respect to different form 
beans.
My problem is, when I define the collection bean for individual 
html:select, I want to write a separate class for populating the collection and 
holding the collection.
 
   Adding to this, depending on user interactiong the 
collection object might need to be updated, 
what should be the scope of this collectionbean,
 
I am trying to write a bean for holding collection as
 
public class ColExistingOMNameBean extends ActionForm implements 
Collection
 
this way it will give me facility to link it to struts framework and give 
me additional facilities of collection interface.
 
my problem is how will i configure this bean along with my normal formbean 
for a single jsp page.
 
help needed badly :)
 
RegardsChetan___|  
| The trouble with being punctual 
|  is that nobody's there to appreciate 
it.| | 
|___