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
blic, as I mentioned before. -- View this message in context: http://www.nabble.com/how-to-dynamically-generate-select-fields-tf1939418.html#a5356051 Sent from the Struts - User forum at Nabble.com. - To unsubscribe, e-mail: [

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
s willing to stoop that low. Thanks for your help (again), Ryan -- View this message in context: http://www.nabble.com/how-to-dynamically-generate-select-fields-tf1939418.html#a5330895 Sent from the Struts - User forum at Nabble.com.

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
.2. I guess I'm up a creek then? I'll see if I can upgrade. Thanks for putting up with my inane questions and providing decent help :) Ryan -- View this message in context: http://www.nabble.com/how-to-dynamically-generate-select-fields-tf1939418.html#a53

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
ou very much for all your help, Ryan -- View this message in context: http://www.nabble.com/how-to-dynamically-generate-select-fields-tf1939418.html#a5329167 Sent from the Struts - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

how to dynamically generate select fields

2006-07-13 Thread Yanroy
yielded one post from January that didn't have any replies. I hope someone here will be kind enough to let me know if this is possible and if so, how to do it. Thanks, Ryan -- View this message in context: http://www.nabble.com/how-to-dynamically-generate-select-fields-tf1939418.html#a