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 wh

RE: html:option and the 65k wall

2002-01-25 Thread Cakalic, James
the servlet outside the _jspService method. Best regards, Jim Cakalic > -Original Message- > 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 w

RE: html:option and the 65k wall

2002-01-25 Thread Stephen Owens
Danny, What we've done in the past is to use the html:options tag instead of html:option. That way you have one custom tag per set of options, rather than one per option, it's way more efficient. If you search the list archive you'll find some examples of using it. regards, Stephen Owens Corner

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

RE: html:option and the 65k wall

2002-01-24 Thread Barr, Scott [IBM GSA]
Hi Danny When using large lists in previous projects, I have used url that generate popup windows from which you can do searches on relevant data. The user would do their search in the popup, select the item they wanted. Clicking OK would the populate the parent form with the data, and close the

RE: html:option and the 65k wall

2002-01-24 Thread Danny Collins
ption 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,

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 = ... ... ... ... B.jsp = ...

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 US

Re: html:option and the 65k wall

2002-01-24 Thread Arron Bates
Scott, it's not a data delivery question, but the fact that Java wont run a class over 64K. ...but what you recommend is cool, I've done apps like that myself. Most cool. :) Danny, it really is a case of optimising stuff until the class size is down Apollo 13 style. Any Javascript, get th