Re: how to dynamically generate select fields

2006-07-16 Thread Wendy Smoak
On 7/16/06, Yanroy <[EMAIL PROTECTED]> wrote: Well, I already documented as much of it as I'm sure I've got right on the wiki for the group I work for. Unfortunately, it's not a public wiki. I'd be happy to copy/paste it to a public wiki if someone would direct me to one. The one that wendy h

Re: how to dynamically generate select fields

2006-07-16 Thread Yanroy
Well, I already documented as much of it as I'm sure I've got right on the wiki for the group I work for. Unfortunately, it's not a public wiki. I'd be happy to copy/paste it to a public wiki if someone would direct me to one. The one that wendy has appears not to be public, as I mentioned befo

Re: how to dynamically generate select fields

2006-07-15 Thread Ted Husted
On 7/14/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > I'm glad you confirmed for me that the Servlet version has little or nothing > to do with the struts version... I was beginning to suspect this. There > should be a wiki page somewhere that demystifies all this... Things I'd like > to be

Re: how to dynamically generate select fields

2006-07-14 Thread Michael Jouravlev
On 7/14/06, Yanroy <[EMAIL PROTECTED]> wrote: I'm glad you confirmed for me that the Servlet version has little or nothing to do with the struts version... I was beginning to suspect this. There should be a wiki page somewhere that demystifies all this... Things I'd like to be able to find (all

Re: how to dynamically generate select fields

2006-07-14 Thread Yanroy
I'm glad you confirmed for me that the Servlet version has little or nothing to do with the struts version... I was beginning to suspect this. There should be a wiki page somewhere that demystifies all this... Things I'd like to be able to find (all in one place) are the relations between differe

Re: how to dynamically generate select fields

2006-07-14 Thread Wendy Smoak
On 7/14/06, Yanroy <[EMAIL PROTECTED]> wrote: I guess I'm using 2.2... I've got this: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> This means your application is using version 2.2 of the Servlet specification. This has nothing to do with what version of _Struts_ you are using, though.

Re: how to dynamically generate select fields

2006-07-14 Thread Yanroy
I guess I'm using 2.2... I've got this: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> I'm glad you could settle that more or less definitively... The lab manager here (who IS in charge of server configuration) doesn't know what struts version we're using any more than I do. The second time

Re: how to dynamically generate select fields

2006-07-14 Thread Wendy Smoak
On 7/14/06, Yanroy <[EMAIL PROTECTED]> wrote: However, I've never before seen or used those tags that begin with c:. After a little googling, I discovered they're part of Struts EL. They are not. The 'c' taglib is part of JSTL. I found a wiki page at http://wiki.wsmoak.net/cgi-bin/wiki.pl?S

Re: how to dynamically generate select fields

2006-07-14 Thread Wendy Smoak
On 7/14/06, Yanroy <[EMAIL PROTECTED]> wrote: I couldn't find an easy way to find out what my version is, so I looked inside the struts.jar file in tomcat and I found files with a number of version numbers, the highest being 2.3, which leads me to believe I'm using struts 2.3. So if I'm reading

Re: how to dynamically generate select fields

2006-07-14 Thread Yanroy
Thank you very much for your reply. That looks like it could solve my problem. I guess I'd have to code the input fields by hand (i.e. using instead of a taglib tag), but that's not at all a problem. However, I've never before seen or used those tags that begin with c:. After a little googlin

Re: how to dynamically generate select fields

2006-07-13 Thread Adam Gordon
If you have a collection of, say, JavaBeans, that you've set on the request, you can use to iterate over each of the beans in the collection and generate your checkbox, select list, and text field dynamically for each of the entries in the collection. I.e., let's say in my action, I've set a