RE: html:option and the 65k wall

2002-01-25 Thread Jack Zakarian
- From: Barr, Scott [IBM GSA] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 5:12 PM To: 'Struts Users Mailing List' Subject: RE: html:option and the 65k wall Hi Danny When using large lists in previous projects, I have used url that generate popup windows from which you can do

RE: html:option and the 65k wall

2002-01-25 Thread Stephen Owens
Corner Software -Original Message- From: Danny Collins [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 5:10 PM To: [EMAIL PROTECTED] Subject: html:option and the 65k wall Hello all, I have a jsp page that has a ton of very long option lists. These are all

RE: html:option and the 65k wall

2002-01-25 Thread Danny Collins
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 8:18 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: html:option and the 65k wall I'm not sure I understand the problem you are having in relation to the form tag. I have several cases where I

html:option and the 65k wall

2002-01-24 Thread Danny Collins
Hello all, I have a jsp page that has a ton of very long option lists. These are all generated dynamically from the DB. The problem is, if we try to use the html:option tag we exceed 65k. What I would like to do is move each html:select with all of it's generated options into it's own

Re: html:option and the 65k wall

2002-01-24 Thread Arron Bates
, January 25, 2002 8:40 AM To: [EMAIL PROTECTED] Subject: html:option and the 65k wall Hello all, I have a jsp page that has a ton of very long option lists. These are all generated dynamically from the DB. The problem is, if we try to use the html:option tag we exceed 65k. What I would

Re: html:option and the 65k wall

2002-01-24 Thread Ted Husted
Might be an interesting use-case for Velocity templates. It's not an election of remedies; these can be used along side of JSPs as needed. So you could just pop one in here, and then go back to JSPs. http://husted.com/struts/resources/velstruts.zip -- Ted Husted, Husted dot Com, Fairport NY

Re: html:option and the 65k wall

2002-01-24 Thread martin . cooper
I'm not sure I understand the problem you are having in relation to the form tag. I have several cases where I have select and option tags in a JSP page which is included within another JSP which actually contains the form tag. For example: A.jsp = ... html:form ... ... jsp:include

RE: html:option and the 65k wall

2002-01-24 Thread Danny Collins
and the 65k wall Might be an interesting use-case for Velocity templates. It's not an election of remedies; these can be used along side of JSPs as needed. So you could just pop one in here, and then go back to JSPs. http://husted.com/struts/resources/velstruts.zip -- Ted Husted, Husted dot

RE: html:option and the 65k wall

2002-01-24 Thread Barr, Scott [IBM GSA]
and the 65k wall Hello all, I have a jsp page that has a ton of very long option lists. These are all generated dynamically from the DB. The problem is, if we try to use the html:option tag we exceed 65k. What I would like to do is move each html:select with all of it's generated options