RE: Problem in Html:options tag

2002-04-17 Thread Voytek . Jarnot

In 1.1b1, I'm using html:optionsCollection without any problems; here's a
jsp snippet


 
  
 


Where statusLookup is an application scope bean which has a
getStatusCollection() method which returns a Collection of
org.apache.struts.util.LabelValueBean

It all works, am I missing something?

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 1:14 PM
To: 'Struts Users Mailing List'
Subject: RE: Problem in Html:options tag


You have to use the "collection" property of the options tag - read the tag
spec:

http://jakarta.apache.org/struts/struts-bean.html

but it's not going to work

Mark


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




RE: Problem in Html:options tag

2002-04-17 Thread Galbreath, Mark

You have to use the "collection" property of the options tag - read the tag
spec:

http://jakarta.apache.org/struts/struts-bean.html

but it's not going to work

Mark

-Original Message-
From: Sidhartha Jain [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 2:00 PM
To: [EMAIL PROTECTED]
Subject: Problem in Html:options tag


Hi
I have an options tag which gets a list of values somehwre around 
111 in number.But while displaying the page it gives an error and 
page is not shown.Everything in my code is correct.Just wanted to 
know is there any restriction on the number of options we can show 
in select box or is there some other way to make it around.





I have GetFamilyList which builds up a list from the table and the 
SetFamilyList and GetFamily and setFamily methods which works 
correctly when I select less values.
Is there any other way to achieve this.

Any help would be appreciated.

Thanks
Sidhartha Jain





--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Problem in Html:options tag

2002-04-17 Thread Voytek . Jarnot

What's the error?

-Original Message-
From: Sidhartha Jain [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 1:00 PM
To: [EMAIL PROTECTED]
Subject: Problem in Html:options tag


Hi
I have an options tag which gets a list of values somehwre around 
111 in number.But while displaying the page it gives an error and 
page is not shown.Everything in my code is correct.Just wanted to 
know is there any restriction on the number of options we can show 
in select box or is there some other way to make it around.





I have GetFamilyList which builds up a list from the table and the 
SetFamilyList and GetFamily and setFamily methods which works 
correctly when I select less values.
Is there any other way to achieve this.

Any help would be appreciated.

Thanks
Sidhartha Jain





--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: