Re: Hate Myself for Not Getting Drop-Down Menu Right

2004-09-20 Thread Caroline Jen
I see what you mean now. You are correct. I have to wrap tag with a tag. This is not the first time that I stumble on this problem. I should surely learn a lesson now. Thanks a lot for pointing out my mistake. This mistake should be imprinted in my head from now on. --- Matt Bathje <[EMAIL

Re: Hate Myself for Not Getting Drop-Down Menu Right

2004-09-20 Thread Matt Bathje
ervlet.jsp.JspException: Cannot find bean under name org.apache.struts.taglib.html.BEAN --- Amin Lalji <[EMAIL PROTECTED]> wrote: Try removing the bean:define And setting your line: property="name" labelProperty="name"/> to: property="name" labelProperty=&

Re: Hate Myself for Not Getting Drop-Down Menu Right

2004-09-20 Thread Caroline Jen
t; javax.servlet.jsp.JspException: Cannot find bean > under > > name org.apache.struts.taglib.html.BEAN > > > > and in the Tomcat logs file: > > > > 2004-09-20 12:03:38 > ApplicationDispatcher[/DHSInfo] > > Servlet.service() for servlet jsp threw exception > &

Re: Hate Myself for Not Getting Drop-Down Menu Right

2004-09-20 Thread Matt Bathje
emoving the bean:define And setting your line: to: HTH, Amin -----Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 12:26 PM To: [EMAIL PROTECTED] Subject: Hate Myself for Not Getting Drop-Down Menu Right There is no problem with the database

RE: Hate Myself for Not Getting Drop-Down Menu Right

2004-09-20 Thread Caroline Jen
- Amin Lalji <[EMAIL PROTECTED]> wrote: > Try removing the bean:define > > And setting your line: > > labelProperty="name"/> > > to: > > labelProperty="name"/> > > HTH, > Amin > > -Original Message- > From:

RE: Hate Myself for Not Getting Drop-Down Menu Right

2004-09-20 Thread Amin Lalji
Try removing the bean:define And setting your line: to: HTH, Amin -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 12:26 PM To: [EMAIL PROTECTED] Subject: Hate Myself for Not Getting Drop-Down Menu Right There is no problem with the

Hate Myself for Not Getting Drop-Down Menu Right

2004-09-20 Thread Caroline Jen
There is no problem with the database operation. Data are retrieved and can be displayed using the tag. Now, it is the drop-down menu. I have coded some drop-down menu before. This time, I have a collection of JavaBeans instead of a collection of strings. And, I am in trouble again. I passed