RE: New Struts User - Pick list help

2002-02-27 Thread Galbreath, Mark
Yeah, change your font. Mark -Original Message- From: Honman Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:59 PM Can anyone help me with what I am doing wrong? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: New Struts User - Pick list help

2002-02-27 Thread Honman Lee
I am not sure I understand what you mean by "change your font". -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 11:11 AM To: 'Struts Users Mailing List' Subject: RE: New Struts User - Pick list help Yeah, change your f

RE: New Struts User - Pick list help

2002-02-27 Thread Honman Lee
nt: Wednesday, February 27, 2002 1:14 PM To: 'Struts Users Mailing List' Subject: RE: New Struts User - Pick list help You are posting in MS PGothic 10-point font and it is difficult to read (and anyone having HTML turned on will reply in the same font). Change to Arial, Helvetica, or other stan

RE: New Struts User - Pick list help

2002-02-27 Thread Jakkampudi, ChandraseKhar
, February 27, 2002 3:20 PM To: Struts Users Mailing List Subject: RE: New Struts User - Pick list help Thanks Mark...Hopefully people can read this. Can anyone help me with what I am doing wrong? The following is part of a form where I am trying to get a dynamic picklist generated: % java.util

RE: New Struts User - Pick list help

2002-02-27 Thread Honman Lee
something? Could anyone point it out please? Thanks. -Original Message- From: Jakkampudi, ChandraseKhar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:25 PM To: 'Struts Users Mailing List' Subject: RE: New Struts User - Pick list help Try form:options name="list&q

RE: New Struts User - Pick list help

2002-02-27 Thread Kanoza, Douglas (NCI)
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 4:39 PM To: Struts Users Mailing List Subject: RE: New Struts User - Pick list help Thanks JC. I tried it but it doesn't seem to work. I am assuming I am using options because it is a dynamic list that needs to be pushed

RE: New Struts User - Pick list help

2002-02-27 Thread Jakkampudi, ChandraseKhar
--Original Message- From: Honman Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 3:39 PM To: Struts Users Mailing List Subject: RE: New Struts User - Pick list help Thanks JC. I tried it but it doesn't seem to work. I am assuming I am using options because it is a dynamic

RE: New Struts User - Pick list help

2002-02-27 Thread Honman Lee
Java and struts. Thanks. -Original Message- From: Jakkampudi, ChandraseKhar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:45 PM To: 'Struts Users Mailing List' Subject: RE: New Struts User - Pick list help This is code that I use and it works. See if it fits your

RE: New Struts User - Pick list help

2002-02-27 Thread Andre Beskrowni
and the answer is... (1) you're using the wrong taglib. form has been deprecated. use html instead. (2) assuming you have a list called list that contains Java Bean objects with attributes name and id, you'd display it as a list of options as follows: html:options collection=list