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.
<html:select property="family"
onchange="submitform(P_LoadObjectForm);">
<html:options property="familyList"/>
</html:select>
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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>